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

body{
	background-color:#bfde94;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}




#flash{
	height:225px;
	width:935px;
	margin:auto;
	margin-top:-12px;
	margin-bottom:0;
	padding-left:3px;
	z-index:6;
	position:relative;
}



/*========== BODY ============= */

#main{
	width:960px;
	margin:auto;
}

#topWhite{
	width:960px;
	height:33px;
	background-image:url(images/whiteBackTop.jpg);
	margin-top:-37px;
	position:relative;
}

#content{
	width:960px;
	margin:0;
	padding:0;
	background-image:url(images/whiteBack.jpg);
	background-repeat:repeat-y;
	margin:auto;
	position:relative;
	z-index:3;
}

#bottomWhite{
	width:961px;
	height:35px;
	background-image:url(images/whiteBottom.jpg);
	margin-top:-19px;
	position:relative;
	z-index:4;
}



/* ============ CONTENT ================= */

#leftContent{
	width:550px;
	float:left;
	padding-left:40px;
	padding-right:25px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:.1em;
}

#leftContent h2{
	margin-top:-5px;
	width:545px;
	background-color:#EAE9DC;
	color:#A6BA85;
	font-size:24px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#rightContent{
	width:285px;
	float:left;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
}

#rightContent h2{
	margin-top:-5px;
	width:280px;
	background-color:#EAE9DC;
	color:#A6BA85;
	font-size:24px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#bottomContent{
	margin:0;
	padding:0;
	width:933px;
	background-color:#e9f3da;
	height:178px;
	position:relative;
	background-image:url(images/greenTopBack.jpg);
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:14px;
	z-index:10;
}

#bottomContent h2{
	padding-left:25px;
	padding-top:15px;
	color:#A6BA85;
	font-size:18px;
}

#bottomContent img{
	border:none;
}
