body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body, html {height: 100%;}

p {
	margin: 0px;

}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height:100%;
	position: relative;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#content {
	padding-bottom: 90px;

}

* html #wrapper {height:100%;}
#image-header {
	float: left;
	height: 191px;
	width: 900px;
	background-color: #4C87ED;
}
#top-spacer {
	float: left;
	height: 17px;
	width: 900px;
	background-image: url(../images/top-spacer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 5px;
}
#right-content {
	float: left;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
#main-content {
	float: left;
	width: 580px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;

	
}



h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #98CB00;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-style: italic;
}

#spacer {
	clear: both;
	width: 900px;
	height: 15px;
}
#bottom {
	height: 100px;
	width: 100%;
	clear: both;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}


#bottom a:link {
	color: #666666;
	text-decoration: none;
}
#bottom a:visited {
	text-decoration: none;
	color: #666666;
}
#bottom a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#bottom a:active {
	text-decoration: none;
	color: #666666;
}
#main-nav {
	float: left;
	width: 900px;
	height: 60px;
	background-color: #91AEEA;
}
#bottom-content {
	width: 900px;
	margin-left: auto;
	color: #666666;
	margin-right: auto;
}
#bottom-content-left {
	float: left;
	width: 700px;
	padding-top: 35px;
	text-align: left;
	color: #999999;
}
.small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#bottom-content-right {
	float: left;
	width: 200px;
	text-align: right;
}
#contact-left-content {
	float: left;
	width: 460px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 10px;
}
#contact-right-content {
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

