#wrapper 
{ 
	margin: 0px auto; 
	padding: 0px; 
	width: 995px; 
	text-align: left;
	
} 

#header {
	background-image: url(image/header.jpg);
	background-repeat:no-repeat;
	
	width: 100%;
	height: 182px;
}

#navtop {
	background-image:url(image/navtop.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	
	width: 100%;
	height: 45px;
}

#navtop2 {
	background-image:url(image/navtop2.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	
	width: 100%;
	height: 65px; 
}

#advertisehoriz {
	background: black;
	width: 100%;
	text-align:center;
}

#content {
	background: black;
	width: 100%;
}

#contentheader{
	background: black;
	width: 100%;
	height: 70px;
	background-image:url(image/darkheaderbackgroundflipped.jpg);
	background-repeat:repeat-x;
}

#contentheaderblue{
	background: black;
	width: 100%;
	height: 70px;
	background-image:url(image/blueheaderbackground.jpg);
	background-repeat:repeat-x;
}

#contentbg{
	background-image:url(image/darkheaderbackgroundflipped.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#contentsubheader{
	background: black;
	width: 100%;
	height: 35px;
	background-image:url(image/darkheaderbackgroundflipped.jpg);
	background-repeat:repeat-x;
}

#contentsubheaderlight {
	background: black;
	width: 100%;
	height: 35px;
	background-image:url(image/lightheaderbackground.jpg);
	background-repeat:repeat-x;
}

#contentcenter
{
	margin: 0px auto;
	width:95%;
}

#footer {
	background-image:url(image/footer.jpg);
	background-repeat:no-repeat;
	clear: both;
	float:right;
	height: 62px;	
	width: 100%;
}


#contentsignup {
	background: black;
	width: 100%;
	height: 100px;
	color:white;
	background-image:url(image/lightheaderbackground.jpg);
	background-repeat:repeat-x;
}

#contentsignupheader {
	background: black;
	width: 100%;
	height: 70px;
	background-image:url(image/darkheaderbackground.jpg);
	background-repeat:repeat-x;
}

#contentsignupfooter {
	background: black;
	width: 100%;
	height: 70px;
	background-image:url(image/darkheaderbackgroundflipped.jpg);
	background-repeat:repeat-x;
}