@charset "utf-8";
/* CSS Document */

body{margin:0;padding:0;font-size:small;font-family:"Times New Roman", Times, serif;background-color:#b29d4b;}
#container{margin:auto;height:auto;overflow:auto;width:980px;background-color:#fff;}
#nav-bar{width:980px;height:71px;margin:auto;background-color:#33CCCC;padding:0;}
#header{clear:both;width:980px;height:156px;}
#logo{margin:auto;width:392px;height:156px;float:right;margin-right:10px;}
#logo img{border:none;}
#content{
	clear:both;
	width:980px;
	height:auto;
	overflow:auto;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:50px;
}
#left-content{
	float:left;
	width:544px;
	height:553px;
	background-image: url(images/bg_leftcontent.gif);
	background-repeat: no-repeat;
	padding-left:26px;
	margin-top:20px;
}
#right-content{
	float:left;
	width:340px;
	height:353px;
	padding-left:20px;
	background-image: url(images/bg_rightcontent.gif);
	background-repeat: no-repeat;
	margin-left:25px;
}
#footer{
	clear:both;
	width:980px;
	height:150px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	color:#6ec42a;
	font-family:Arial, Helvetica, sans-serif;font-size:80%;line-height:22px;
}

#footer a{color:#6ec42a;}
#left-footer{float:left;margin-left:36px;margin-top:60px;}


#left-content .text{margin:auto;width:460px;margin-top:30px;height:460px;}
p, li{color:#003a0f;font-size:110%;line-height:18px;}
a{color:#003a0f;}

