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

body {
	margin:0px;
	padding:25px 0px 0px 0px;
	
	background-color:#097aa4;
	}

#wrap {
	width:800px;
	margin:0px auto;
	padding:0px 70px;
	
	overflow:auto;
	
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
	
#header {
	}

#logo {
	float:right;
	}

#banner {
	margin-top:10px;
	clear:both;
	}

#leftcol {
	width:165px;
	padding:0px 0px;
	margin-top:15px;
	float:left;	
	}

#maincontent {
	width:455px;
	padding:15px 0px 0px 5px;
	float:left;
	}
	
	#search #maincontent {
		width:auto;
		}

.index_three_col {
	width:200px;
	float:left;
	margin-left:8px;
	margin-top:15px;
	}

.index_med_box {
	float:left;
	margin-top:15px;
	}

#rightcol {
	width:160px;
	padding:0px 0px;
	margin-top:15px;
	float:right;
	}

#searchwrap {
	width:800px;
	margin:0px auto;
	}
	
	#searchbox {
		float:right;
		}
			
#nav {
	width:800px;
	height:31px;
	margin:0px auto;
	padding:0px 35px 15px 35px;
	
	background-image:url(../img/bg_top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
	}

#footer {
	width:800px;
	margin:0px auto;
	padding:30px 35px 15px 35px;
	
	background-image:url(../img/bg_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	}
	
	#footer .text, #footer a {
		color:#CCCCCC;
		}