@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background-color: #CCC;
	background-image: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(img/Header.jpg);
	height: 459px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content {
	padding: 10px;
}
#content #mainContent {
	background-image: none;
	background-repeat: repeat-y;
	background-color: #999;
}
#mainContent #leftContent {
	float: left;
	width: 450px;
}
h2 {
	font-size: 23px;
	color: #FFF;
	margin-bottom: 20px;
}
p {
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: bold;
}
a:link, a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover, a:active {
	color: #009;
	text-decoration: underline;
}


#rightForm {
	float: right;
	width: 400px;
}

#footer {
	background-image: none;
	height: 30px;
	clear: both;
	background-color: #039;
}
#container #footer p {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
#footer p a:link, #footer p a:visited {
	color: #FF0;
	text-decoration: underline;
}

.warning {
	font-weight: bold;
	color: #F00;
}
