/* CSS Document */
body, div, img, p, h1, h2{
margin:0px;
padding:0px;
}
body {
	margin:0px;
	padding:0px;
	line-height: 20px;
	background-image: url(../images/bg.jpg);
	background-color: #01001F;
	background-repeat: repeat-x;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #01001F;
	padding: 0px;
	height: auto;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #header {
	margin: 0px;
	padding: 0px;
	height: 229px;
	width: 770px;
}
#container #contentarea {
	height: auto;
	width: 700px;
	padding-left:35px;
	padding-right:35px;
	background-color: #01001F;
}
#container #contentarea p{
	text-align:justify;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E0A913;
	text-decoration: none;
	height: 25px;
	padding-left: 35px;
	padding-top: 25px;
	
}
#container #footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 770px;
	padding-top: 5px;
	font-weight: bold;
	color: #E0A913;
	border-top-color: #333333;
}
.leftimage{
padding:5px;
margin:5px;
border:1px solid #999999;
float:left;
}
.rightimage{
	padding:5px;
	border:1px solid #999999;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.button
{
text-align:center;
}
#container #contentarea a {
	color: #E0A913;
	text-decoration: none;
	font-weight: bold;
}

#container #contentarea a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#contentarea strong {
	color: #E0A913;
	
}
