@charset "utf-8";
@import url("reset.css");
@import url("frontjs.css");
*						{font-family:"Times New Roman", Times, serif;font-size:12px;margin:0;padding:0;}
a, p, h1, h2, h3, h4, h5, h6, legend, address 
						{font-family:"Times New Roman", Times, serif;}
a, p 					{ font-size:14px; color:#008000; margin-bottom:10px;}
h1 						{ font-size:24px; color:#008000; margin-bottom:10px; }
h2 						{ font-size:22px; color:#008000; margin-bottom:10px; }
h3 						{ font-size:20px; color:#008000; margin-bottom:10px; }
h4 						{ font-size:18px; color:#008000; margin-bottom:10px; }
h5 						{ font-size:16px; color:#008000; margin-bottom:10px; }
h6 						{ font-size:14px; color:#008000; margin-bottom:10px; }
address 				{ font-style:italic; }
ul, ol					{list-style-position:inside;}

body							{background:url(../images/bg_grad.jpg) repeat-x #c1f77f;font-family:Arial, Helvetica, sans-serif;}

#header					{width:100%;height:70px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-top:10px;background:#FFF;}
#header h1				{font-family:"Times New Roman", Times, serif;display:block;text-align:left;font-size:350%;color:#734a12;width:890px;margin:0 auto;line-height:70px;}
#header h1 span			{color:#0c5216;}

#wrapper				{position:relative;width:890px;margin:0 auto;background:#fff;}
#banner					{width:100%;height:209px;background:url(../images/banner.jpg) top center;}

#cmsshell				{margin:10px 0 0 245px;}
#cms					{float:left;width:630px;line-height:100%;}
#cms p					{margin-bottom:10px;}

#height					{display:block;float:right;width:1px;height:480px;}

#footer					{clear:both;width:100%;background:url(../images/footer.jpg) repeat-x;height:50px;line-height:50px;text-align:center;font-size:11px;}
#footer a				{color:#015f00;text-decoration:none;}
#nav					{position:absolute;top:219px;left:10px;width:220px;background:#d1dbb8;}
#nav h3					{width:100%;height:30px;text-align:center;color:#fff;background:#734a12;line-height:30px;margin:0;}
.seperator				{width:100%;height:12px;background:url(../images/seperator.jpg) repeat-x center;}
#nav ul					{list-style-type:none;margin-top:0px;}
#nav ul li				{list-style-type:none;}
#nav ul li a			{display:block;font-size:18px;text-decoration:none;color:#015f00;padding-left:15px;width:205px;height:25px;line-height:25px;margin:0;}
#nav ul li a:hover		{background:#000080;color:#fff;}

