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


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



/*=========== header ============ */


#flash{
	height:119px;
	width:935px;
	margin:auto;
	margin-top:-18px;
	z-index:1;
	position:relative;
}



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

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

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

#content{
	width:960px;
	background-image:url(images/whiteBack.jpg);
	background-repeat:repeat-y;
	margin:auto;
	height:auto;
	position:relative;
	float:left;
}

#bottomWhite{
	width:960px;
	height:35px;
	background-image:url(images/whiteBottom.jpg);
	position:relative;
	float:left;
	clear:both;
}



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

#leftContent{
	width:205px;
	float:left;
	padding-left:25px;
	padding-right:20px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:.1em;
	height:400px;
}

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

#leftContent li{
	list-style-type:none;
	margin-bottom:10px;
}

#leftContent li a{
	text-decoration:none;
	color:#333333;
	font-size:16px;
}

#rightContent{
	width:550px;
	float:left;
	margin-left:10px;
	padding-left:15px;
}

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