body {
	position:relative;
	width:100%;
	height:100%;
	background-color: #f5ece3;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5c4f22;
}

a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

h3{
	font-size:14px;
	font-weight:bold;
}
#logo_big{
	position:absolute;
	z-index:4;
	width:180px;
	height:180px;
	left:16px;
	top:16px;
}
#menu{
	position:absolute;
	bottom:1px;
	z-index:10;
	left:162px;
}
#menu ul {
	right:0px;
	list-style: none;
}
#menu li{
	display:inline;
}
#menu li a{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-right:4px;
	text-decoration:none;
}
#menu li a:hover{
	color:#000000;
}
#menu_shadow{
	position:absolute;
	bottom:0px;
	z-index:9;

	left:163px;

}
#menu_shadow ul {
	right:0px;
	list-style: none;
}
#menu_shadow li{
	display:inline;
}
#menu_shadow li a{
	color:#2fa8c5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-right:4px;
	text-decoration:none;
}
#mid_bar{
	position:absolute;
	z-index:4;
	height:100px;
	top:0px;
	left:0px;
	width:784px;
	background-color: #2fa8c5;
	background-image:url(../img/center_div_back.gif);
	background-repeat:repeat-y;
	background-position: center;
}
#mid_bubble_left{
	position:absolute;
	left:0px;
	z-index:3;
}
#mid_bubble_right{
	position:absolute;
	right:0px;
	z-index:3;
}
#mid_bar_box{
	position:absolute;
	height:93.3%;
	width:100%;
	margin-bottom:-20px;
	border-top-color: #2fa8c5;
	border-right-color: #2fa8c5;
	border-bottom-color: #2fa8c5;
	border-left-color: #2fa8c5;
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#content_page {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-407px;
	width: 784px;
	height: auto;;
	background-color:#c5d887;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #87a32c;
	border-left-color: #87a32c;	
}
#content {

	position:relative;
	width:60%;
	z-index:3;
	float: right;
	padding: 36px;
	padding-bottom: 10px;
	margin:6px;
	margin-right:45px;
	margin-top:100px;
	background-color:#DFE9BC;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-x;
	right:0px;
	margin-bottom:50px;
}
#content_pic {

	position:absolute;
	width:50%;
	z-index:2;
	bottom:0px;
	left:0px;
}
#spacer{
	position:absolute;
	width:1px;
	float:left;
	height:680px;;
}
#footer{
	position:absolute;
	z-index:9;
	left:0px;
	bottom:0px;
	width:784px;
	padding:5px;
	padding-left:0px;
	padding-right:0px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#87a32c;
}
h1{
	font-size:16px;
	margin:0px;
	padding:0px;
	
}
.heading{
	font-weight:bold;
}
#nav_container {
	font-weight: bold;
}