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

body {
	background: #EEE901 url(../images/bg_gradient.jpg) repeat-x top;
	margin: 0;
	padding: 0;
}
body,td,th {
	font: 85%/140% Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}
#flower_bg {
	background: #EDE901 url(../images/bg_flower.jpg) no-repeat left top;
	position: relative;
}
#wrapper {
	width: 932px;
	margin: 0 auto;
	position: relative;
	padding: 1px;
	z-index: 10;
}
#logo {
	position: absolute;
	z-index: 20;
	top: 30px;
	left: 70px;
}
#green_top {
	background: url(../images/green.png) no-repeat;
	width: 815px;
	margin: 20px auto 0;
	height: 20px;
	position: relative;
	z-index: 10;
}
#green_bottom {
	background: url(../images/green.png) no-repeat 0px bottom;
	width: 815px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#green_bottom ul {
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0;
	color: #FFF;
	line-height: 1.5;
	font-size: 90%;
	float: right;
}
#white_top {
	background: url(../images/white_top.png) no-repeat;
	height: 30px;
	width: 816px;
	margin: 10px auto 0;
	position: relative;
	z-index: 10;
}
#nav_wrapper {
	background: #acc535;
	width: 809px;
	text-align: right;
	float: left;
	margin-left: 4px;
}
#white_middle {
	background: url(../images/white_middle.png) repeat-y;
	width: 816px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#white_bottom {
	background: url(../images/white_bottom.png) no-repeat left bottom;
	height: 23px;
	width: 816px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#main_content {
	padding: 20px;
	padding-top: 50px;
}
#footer {
	text-align: center;
	margin: 20px 0;
}
#footer a {
	text-align: center;
	margin: 20px 0;
	text-decoration: none;
	color: #5B5B48;
}
#footer a hov {
	text-align: center;
	margin: 20px 0;
	color: #009900;
	text-decoration: underline;
}
#col_l {
	width: 390px;
	float: left;
	margin-right: 90px;
}
#col_r {
	width: 290px;
	float: left;
}
#main_content h1 {
	font: lighter 200%/100% Hoefler, "Times New Roman", Times, serif;
	color: #398700;
}
.caption {
	font-size: 85%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_content h2 {
	font: normal 100% Geneva, Arial, Helvetica, sans-serif;
	color: #398700;
	text-transform: uppercase;
	background-color: #FFFF99;
	padding: 3px 3px 3px 8px;
	border-top: .5px solid #FFCC00;
	border-bottom: .5px solid #FFCC00;
	border-right-width: .5px;
	border-left-width: .5px;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
}
#main_content a {
	color: #398700;
	text-decoration: none;
	font-weight: bold;
}
#main_content a:hover {
	color: #abbf00;
	text-decoration: none;
	font-weight: bold;
}
.clearfix {
	clear: both;
}
.bold {
	font-weight: bold;
}
#big_circle {
	background: url(../images/bg_big_circle.gif) no-repeat 750px 100%;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
}

