@charset "utf-8";
/* Barwon Water STRUCTURE.CSS */
/* Author: Mateusz Michalik (Rodeo) */
/* Description: Main structure, containers, content holders etc */
/* Version: 090810 */

body, html {
	/* font-family:Arial, Helvetica, sans-serif; */
	/* font-family: Tahoma, Geneva, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-size:0.85em;
	text-align:center;
}

#container {
	width:920px;
	margin:0px auto;
	text-align:left;
	position: relative;
}

#header {
	width:920px; height:106px; position: relative;
}

#rotator {
	width:907px; height:279px; 
	margin:20px 0px;
	/* padding:4px; */
	background-color:#40b3db;
	text-align: center;
	padding-top: 4px;
	position: relative;
}
#rotator-content { margin: 0px auto; width: 899px; height: 275px; position: absolute; top: 4px; left: 4px; z-index: 3; }
#rotator-alt { margin: 0px auto; width: 899px; height: 275px; position: absolute; top: 4px; left: 4px; z-index: 2; }

#features {
	width:920px; height:130px;
}

#content_lhs {
	width:605px;
	float:left;
	padding-top:15px;
}

#content_rhs {
	width:300px;
	float:left;
	padding:15px 0px 0px 10px;
}
#page_content {
	width: 920px;
	padding-top:15px;
}

#sitemap_container {
	clear:both;
}

#footer_container {
	background:#363636;
	color:#FFFFFF;
	padding:20px;
}
input, select, textarea {
	/* font-family: Tahoma, Geneva, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
