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

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bodybg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#EEEEEE;
}

h1 {
	font-size:22px;
	color:#159B8F;
	font-weight:normal;
	border-bottom:1px solid #159B8F;
}

.clear {clear:both;}

#wrap {
	width:960px;
	margin:auto;
	background-color:#FFF;
}

#topmenu {
	height:32px;
	background-color:#666;
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
}
	
	#topmenu ul {
		padding:0px;
		margin:0px;
	}
	
	#topmenu ul li {
		float:left;
		list-style:none;
		margin-right:10px;
		color:#FFF;
		line-height:28px;
	}
	
		#topmenu ul li a:link, #topmenu ul li a:visited {
			color:#FFF;
			text-decoration:none;
			display:block;
			width:100px;
			text-align:center;
			border-right:1px solid #666;
		}
		
		#topmenu ul li a:hover {
			text-decoration:underline;
		}

#topheader {
	height:220px;
	background-image:url(../images/topheader.png);
	background-repeat:no-repeat;
}

#homebanner {
	height:340px;
}

#main {
	padding:30px;
}

#footer {
	height:47px;
	background-color:#3B889E;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
	background-position:top;
	}





