@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #0C1013;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}


#logo {
	margin-top: 40px;
	float: left;
}

#background {
	background-image: url(images/top-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 45px;
}
h3 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-left: 15px;
	text-align: left;
	font-style: italic;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #2B313F;
}
#header  {
	height: 157px;
	background-image: url(images/banner.jpg);
	margin-top: 0px;
	padding-top: 0px;
	width: 900px;
	margin: 0 auto;
}
#mainContent  {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 14px;
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}
#mainContent p  {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#bottom  {
	background-image: url(images/bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #0A0E11;
	height: 299px;
}
#middle {
	background-color: #FFF;
}


#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}



#footer p  {
	font-size: 12px;
	text-align: left;
	color: #FFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer p a  {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #999;
	text-decoration: none;
}
#mainContent a:hover {
	color: #06F;
	text-decoration: underline;
}

#mainContent a {
	color: #333;
	text-decoration: none;
}
#title {
}
#info {
	margin-top: 2px;
	margin-left: 14px;
	font-size: 13px;
	color: #333;
}
#text {
	font-size: 16px;
	color: #002865;
}
#head {
	font-weight: bold;
	margin-left: 5px;
	font-size: 15px;
}
#nav {
	font-size: 17px;
	color: #FFF;
	float: right;
	width: 465px;
	margin-top: 110px;
}
#links {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-top: 30px;
}
#links a {
	color: #FFF;
	text-decoration: none;
}
#links p {
	vertical-align: super;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 3px;
}

#links a:hover {
	color: #FFF;
	text-decoration: underline;
}
.home #background #middle #mainContent form {
	height: 280px;
}

