@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	margin:0;
	background-attachment: scroll;
	background-position: center top;
}
#mainholder {
	height: auto;
	width: 960px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	float: none;
}
#logo {
	float: left;
	height: 88px;
	width: 476px;
	margin-top: 24px;
	margin-left: 232px;
}
.right {
	margin-left: 50px;
}
p {
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}


#top_image {
	height: 132px;
	width: 960px;
	text-align: left;
	float: left;
}
#navigation {
	height: 60px;
	width: 960px;
}
#banner {
	height: 378px;
	width: 960px;
	float: left;
}
h1 {
	font-family: 'Patua One', cursive;
	font-size: 32px;
	font-weight: bold;
	color: #0066BC;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0066BC;
	margin-top: 50px;
}


#mainpage {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 880px;
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0px;
}
#mainpage2 {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 880px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	margin: 0px;
}

a:link {
	color: #0066BC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066BC;
}
a:hover {
	text-decoration: underline;
	color: #0066BC;
}
a:active {
	text-decoration: none;
	color: #0066BC;
}
#footer {
	background-image: url(images/footer.jpg);
	float: left;
	height: 216px;
	width: 960px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 17px;
}
