/* CSS Document */


html, body {
	padding: 0;
	margin: 0;
	background-image:url(../images/bg_body.jpg);
	background-repeat: no-repeat;
    }


#frame {
	width:1021px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	color: #FFFFFF;
	background-color: #FFFFFF;
		}
		
#topnav {
	width:826px;
	height:32px;
	padding:0px;
	background-image:url(../images/bg_topnav.jpg);
	float: right;
	padding-left:15px;
	margin-bottom: 0px;
	}


#contentleft {
	width:350px;
	height:450px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_content_left.jpg);
	background-repeat: no-repeat;
}

#contentwide {
	width:830px;
    padding:0px;
	float:left;
	background-image:url(../images/bg_content_wide.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}



	
#contentright {
	width:491px;
	height:450px;
	padding:0px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: top  right;
	float: right;
	background-image: url(../images/bg_right.jpg);
}

#contentright_thin {
	width:10px;
	height:450px;
	padding:0px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: top  right;
	float: right;
	background-image: url(../images/bg_right.jpg);
}
		
#contentcenter {
	width:841px;
	padding:0px;
	float:right;
	background-color: #FFFFFF;
		}
		
#sidenav {
	width:180px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_sidenav.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
		}
	
	
#header {
	height:91px;
	width:841px;
	float:right;
	background-image:url(../images/bg_header.jpg)
	}
		
	
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
#footer {
	margin-right:auto;
	margin-left:auto;
	clear: both;
	padding-top: 0px;
	height: 35px;
	width: 1021px;
	background-image:url(../images/bg_footer.jpg)
	}


#highlights {
	float: right;
	height: 20px;
	width: 250px;
	margin-top: 18px;
	margin-right: 5px;
}

.imgBorder {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

