body {
	position:relative;
	width:100%;
	height:100%;
	background-color: #f5ece3;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5c4f22;
}
#logo_big_back{
	position:absolute;
	z-index:3;
	width:494px;
	height:263px;
	left:50%;
	margin-left:-94px;
	top:150px;
}
#logo_big{
	position:absolute;
	z-index:4;
	width:370px;
	height:394px;
	left:50%;
	margin-left:-67px;
	top:24px;
}
#menu{
	position:absolute;
	z-index:10;
	width:360px;
	height:250px;
	right:50%;
	margin-right:120px;
}
#menu ul {
	list-style: none;
}
#menu li{
	padding:2px;
}
#menu li a{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:4px;
	text-decoration:none;
	padding-left:100px;
}
#menu li a:hover{
	color:#000000;

}



#menu_shadow{
	position:absolute;
	z-index:9;
	width:360px;
	height:250px;
	right:50%;
	margin-right:118px;
	top:2px;
}
#menu_shadow ul {
	list-style: none;
}
#menu_shadow li{
	padding:2px;
}
#menu_shadow li a{
	color:#2fa8c5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:4px;
	text-decoration:none;
	padding-left:100px;
}


#mid_bar{
	position:absolute;
	z-index:2;
	width:100%;
	left:0px;
	height:180px;
	top:150px;
	background-color: #2fa8c5;
	background-image:url(../img/center_div_back.gif);
	background-repeat:repeat-y;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#000000;
	border-bottom-color: #000000;
	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;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	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:55%;
	z-index:6;
	float: right;
	padding: 36px;
	padding-bottom: 10px;
	margin:6px;
	margin-right:45px;
	margin-top:360px;
	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:1;
	bottom:0px;
	left:0px;
}

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