html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*color:#9fab28; */
	color:#add934;
	height:100%;
	margin: 0px;
	padding: 0px;
	background:url(../pic/bg.jpg) top center no-repeat #779b25;
	background-attachment:fixed;
}


table {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	color:#cdf442;
	text-decoration:none;
	
}

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

a img {
	border:0;
}

img {}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	color:#FFF;
}











.body-center {
	width:980px;
	margin:0 auto;
}



#header {
}



/* MENU *************************************************/
#menu {
	background:url(../pic/bg_menu.png) repeat-x;
	background-position:0 9px;
	color:#000000;
}

#menu table {
}

#menu td {
}

#menu td a {
	display:block;
	padding:70px 10px 0 20px;
	min-height:40px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-shadow: 0 1px 1px #000000;
}

#menu td a:hover {
	background:url(../pic/bg_menu_hover.png) top left;
}





#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	margin:0;
	padding:0;
	width:88px;
	height:117px;
}

#menu li a {
	display:block;
	padding:67px 0 0 9px;
	width:79px;
	height:50px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#menu li a:hover {
	background:url(../pic/bg_menu_hover.png) top left no-repeat;
}

/**************************************************/


.content {
	background:url(../pic/bg_content.png);

}






.page_header {

}

.page_header a {

}


.page {

}

.page_bg_top {

}



.page_footer {

}






.footer {

}

.footer a {

}






