body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 17px; 
	color: #000; 
	font-weight: normal;
	padding:0px;
	margin:0px;
	background: url(../images/bg.jpg) top center no-repeat; 
	background-color:#99B75F;
}



h2	{
	font-size:16px;
	font-weight:bold;
	color:#4A5400;	
}

.header	{
	background:url(../images/header.jpg) no-repeat;
	height:147px; 
	width:890px;
}
.nav	{
	background:url(../images/nav_bg.jpg) no-repeat;
	width:323px;;
}
.nav ul	{
	width:210px;
	margin:70px 0px 60px 100px;
	padding-left:0px;
}
.nav ul li{
	height:30px;
	font-weight:bold;	
	text-align:left;
	height:25px;
	list-style-type:none;
}
.nav ul li a{
	font-weight:bold;
	text-decoration:none; color:#707B23; 
	padding-left:25px;
	background:url(../images/bullet.gif) no-repeat 0px -16px; 
}
.nav ul li a:hover{
	color:#F54F29;
	padding-left:30px;
	background:url(../images/bullet.gif) no-repeat 0px 2px;
}
.nav ul li.current	{
	font-weight:bold;
	color:#F54F29;
	padding-left:30px;
	margin-bottom:8px;
	height:15px;
	background:url(../images/bullet.gif) no-repeat 0px 2px;
}

.container	{
	background: url(../images/base_bg.jpg) 0px 40px no-repeat;
	width:515px; height:400px;
	padding:60px 25px 0px 20px;
	text-align:justify;
}

.model_top	{
	background:url(../images/model.jpg) bottom left no-repeat;
	height:500px;
}
.model_bottom	{
	background:url(../images/corner_bl.jpg) left no-repeat;
	height:9px;
}
.contain_bottom	{
	background:url(../images/corner_br.jpg) right no-repeat;
	height:9px;
}
.cimage {
	margin-left:15px;
}



.clearboth	{
	clear:both;
}
.flook_B	{
	font-weight:bold;
	color:#382513;
}
.flook_normal	{
	color:#083500;
	line-height:20px;
}
.flook_gray	{
	color:#525252;
	font-size:11px;
}
.flook_big	{
	color:#8A9E29;
	font-size:18px;
	font-weight:bold;
}


a.linkF:link 		{ color: #000;  text-decoration:none; }
a.linkF:active    	{ color: #000;  text-decoration:none; }
a.linkF:visited  	{ color: #000;  text-decoration:none; }
a.linkF:hover    	{ color: #F54F29;  text-decoration:none; }

a.linkB:link 		{ color: #525252;  text-decoration:none; }
a.linkB:active    	{ color: #525252;  text-decoration:none; }
a.linkB:visited  	{ color: #525252;  text-decoration:none; }
a.linkB:hover    	{ color: #382513;  text-decoration:none; }
