* {
	margin: 0px;
	padding: 0px;
}

body {	
	background: #bad07e url(images/mainbg.jpg) no-repeat;		
}


.nospan {
	display: none;
}



.clearer {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#mainbox {
	margin: 0px auto;
	width: 776px;
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
}

/* Page Image */

#page_image {
	width: 316px;
	height: 316px;
	background: url('images/main_image.jpg') #000000 no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}


/* Left Column */

#left_column {	
	width: 316px;
	font-size: 12px;
	float: left;
	color:#bad07e;
}


/* Right Column */

#right_column {
	padding-bottom: 20px;	
	width: 450px;	
	float: right;
	clear: right;
}


/* Page Menu */

#main_menu {
	padding: 18px 0px;
	width: 316px;
	background: url('images/background.gif') #0c070d repeat-x 0% 0%;
	color: #c2bebe;
	
}

#main_menu ul li {list-style-type: none};

#main_menu a {
	background-color: inherit;
	color: #c2bebe;
	text-decoration: none;
}

#main_menu a:hover {
	background-color: inherit;
	color: #fff;
}

#main_menu li {
	padding: 0px 2px 10px 2px;
	float: left;
}

#main_menu li a {
	display: block;
	width: 75px;
	padding-top: 64px;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	overflow : hidden;
	background-image: url('images/mbut1.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#main_menu li a:hover {
	background-image: url('images/mbuthover.jpg');
	color:#36d200;
}
#main_menu li.menu-current a, #main_menu li.menu-parent a {
	background-image: url('images/mbutcurrent.jpg');
	color:#baff00;
}








#page_submenu {
	margin-top: -15px;
	margin-bottom: 15px;
	padding-left: 5px;
}
#page_submenu ul li {list-style-type: none}

#page_submenu li {
	padding-left: 2px;
	float: left;
}

#page_submenu li a {
	color: #000000;
	display: block;
	width: 74px;
	height: 30px;
	padding-top:7px;
	text-align: center;
	font-size: 10px;
	line-height : 9px;	
	background: #0c070d url('images/subbut.jpg') no-repeat center 0;	
	
}
#page_submenu li a:hover {
	color:#36d200;
}
#page_submenu li .menu-current {
	color:#36d200 ! important;
	background-image:  url('images/subbut-hi.jpg') ! important;
}

/*#page_submenu li li {
	margin-left: 3px;
	margin-top: -5px;
	float: none;
}
#page_submenu li li a {
	color: #c2bebe;
	display: block;
	width: 62px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #8A4B20;
	border: 1px solid #000000;
	background-image: none;
}*/


/* Latest News */

#page_news {
	color:#e8f4ce ! important;
	padding: 10px 28px 0px;
}


#page_news p {
	font-size: 11px;
	line-height: 14px;
}




#page_content {
	padding: 7px 15px;
	text-align: left;
}

#page_content td {
	padding-top: 4px;
}





/* Page Title */

#header {
	width: 450px;
	height: 120px;
	background: #292829 url('images/graybg.jpg') no-repeat ;	
	overflow: hidden;
	float: right;
	text-align: left;
}



#header .sitehead {
	font-size: 14px;
	padding: 15px 0 0 15px;	
	height: 30px;	
	color: #fff;
}

#header .sitetitle {
	font-size: 28px;
	padding: 15px 0 0 15px;	
	height: 81px;	
	color: #e8f4ce;
}

/* Page Footer */

#page_footer {
	color:#e8f4ce ! important;
	text-align: center;
	margin-left: 326px;
	width: 450px;
	padding: 9px 0px;
	background: #292829 url('images/graybg.jpg') no-repeat ;	
	clear: both;
	font-size: 10px;
	line-height: 12px;
}
#page_footer a {
	color:#e8f4ce ! important;
	text-decoration: none;
}


#page_content ul {
	font-size: 12px;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}



#page_content ul li {
	list-style-type: disc;
	padding-bottom: 0px;
	list-style-image: url(imgaes/lipu.gif);
} 


