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

#wrapper {
	width: 986px;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dropshadowalpha.png);
}
#headerwrapper {
	width: 986px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headerdropshadow.jpg);
}
#holder {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#header {
	width: 804px;
	margin-left: 168px;
}
#navigation {
	float: left;
	width: 168px;
	margin: 0px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}
#navigation li {
	list-style-type: none;
	line-height: 0;
	font-size: 0px;
}
#navigation ul {
	margin-top: 157px;
	padding-bottom: 300px;
	padding-left: 0px;
	margin-left: 0px;
} 
#title {
	width: 804px;
	margin-left: 168px;
	margin-bottom: 0px;
}
#content {
	margin-left: 168px;
	width: 804px;
	background-color: #FFFFFF;
	background-image: url(images/contentbkgd.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 8px;
	min-height: 604px;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
}
h1 {
        color: #FF4B00;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
}
#content a:link, #content a:visited {
 color: #FF4B00;
 text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
 color: #FF4B00;
 text-decoration: none;
}
#copyright{
	background-color: #999;
	height: 100%;
	position: relative;
	padding-left: 500px;
}
.clearfootert {
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}