@charset "utf-8";
body  {
	color: #984b00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	background: #c5db6b url(../images/common/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1155px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	height: 180px;
	background: #d1e972 url(../images/common/banner.jpg) no-repeat;
	clear: both;
} 


#mainContentHeader {
	background: #d1e972 url(../images/common/main_bg_rounded_corners_top.gif) no-repeat;
	height: 20px;
}
#mainContent {
	width: auto;
	float: left;
	background: #fff9c4;
	border-right: 1px solid #ff7700;
	border-left: 1px solid #ff7700;
	height: auto;
	padding: 5px 50px 25px;
}

#mainContentFooter {
	background: #c5db6b url(../images/common/main_bg_rounded_corners.bottom.gif) no-repeat;
	height: 20px;
}
#googlebanner {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border-top: 1px solid #ff7700;
	padding-top: 15px;
}

#sidebar1 {
	float: left;
	width: 110px;
	height: 550px;
	background: url(../images/common/sidebar1.jpg) no-repeat;
	padding: 25px;
	display:inline;
	margin: 15px 50px 25px -175px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px;
	border-bottom: 2px solid #ff7700;
	border-left: 1px solid #99cc00;
	height: 285px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: inline;
}



#footer {
	background:#c5db6b;
	clear: both;
	font-size: .8em;
	margin-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 25px;
} 

