@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #B8DAA1;
	background-image: url(../images/main_background.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #005642;
}


/********************************** Classes (a-Z) **************************************/



/************************************ IDs (a-Z) ****************************************/
#content_bottom_wrap {
	width: 980px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 300px;
}

#content_wrap {
	width: 980px;
	background-image: url(../images/content_middle.png);
	min-height: 300px;
}

#content_top_wrap {
	width: 980px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 300px;
	overflow: hidden;
}

#footer {
	width: 980px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 13px;
}

#header {
	width: 980px;
	height: 140px;
	background-image: url(../images/header.jpg);
}

#carousel {
	width: 720px;
	height: 250px;
	float: right;
	/*margin: 11px 10px 0px 0px;*/
	overflow:hidden;
	margin-top:11px;
	padding-right: 10px;
}

#main_content {
	width: 700px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main_left {
	width: 400px;
	float: left;
}
#main_right {
	width: 300px;
	float: right;
	font-size: 13px;
	margin-top: 50px;
}

#nav {
	display:inline;
	width: 220px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#page_wrap {
	width: 980px;
	margin: 0px auto;
}
