@charset "utf-8";
body {
	color: #800000;
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	width: 900px;
	background-image: url(../images/header.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#flags {
	height: auto;
	width: auto;
	margin-left: 812px;
	margin-top: 18px;
}
#flags img {
	margin: 5px;
	display: block;
}

#footer {
	height: auto;
	width: 900px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#nav {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 40px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#indexfooter {
	height: 30px;
	width: 900px;
}
#indexfooter p {
	margin-top: 6px;
	margin-bottom: 5px;
}

#indexfooter a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;

}
#indexfooter a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#bottomfooter {
	font-family:  Courier New, Arial, sans-serif;
	color: #999999;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#indexfooter a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#indexfooter a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#content h1 {
	font-size: 24px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #800000;
	text-transform: uppercase;
}
#content p {
	margin-bottom: 3px;
	padding-bottom: 10px;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
}
#content a:link {
	color: #333333;
	font-weight: bold;
}
#content a:hover {
	color: #CC0000;
	font-weight: bold;
}
#content a:active {
	color: #CC0000;
	font-weight: bold;
}
#content a:visited {
	color: #333333;
	font-weight: bold;
}

#content {
	min-height: 360px;
	width: 900px;
}
#date {
	font-size: 14px;
	text-align: right;
	float: right;
	height: 30px;
	width: 290px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
