@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #212252;
	background-image: url(../images/background_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
#container {
	background-color: #FFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border: 15px solid #202052;
	margin-top: 40px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.simple_center {
	text-align: center;
}

h1 {
	font-size: 34px;
	font-weight: bold;
	color: #CD1F1E;
	line-height: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #212252;
	line-height: 7px;
}
.red_text {
	color: #CD1F1E;
	font-weight: bold;
}


h3 {
	font-size: 20px;
	font-weight: bold;
	color: #212252;
}
.clear_float {
	clear: both;
	padding-top: 10px;
	vertical-align: top;
}

.float_right {
	float: left;
	margin-left: 0px;
	border: 3px solid #CD1F1E;
	margin-right: 10px;
}
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #212252;
	text-decoration: none;
}
a:visited {
	color: #212252;
	text-decoration: none;
}
a:hover {
	color: #CD1F1E;
	text-decoration: none;
}
a:active {
	color: #cd1f1e;
	text-decoration: none;
}
#footer {
	text-align: center;
	top: 760px;
	position: absolute;
	right: auto;
	left: auto;
}

