@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding:0;
	}
#wrapper{
		width:940px;
		margin-left:auto;
		margin-right:auto;
		}
#content{
		width:940px;
		
		}
#left_content{
		width:636px;
		height:517px;
		padding:10px;
		border: #003300 thin solid;
		float:left;
		}
.image{
		float:left;
		width:320px;
		paddin-right:10px;
		padding-bottom:10px;
		}
.image img{
		width:290px;
		}
.image1{
		width:263px;
		}		
.image1 img{
		width:262px;
		}
#right_content{
		width:263px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:5px;
		border: #003300 thin solid;
		float:right;
		color:#009900
		}
a img{
	border:none;
	}
#footer{
		clear:both;
		width:940px;
		color:#003300;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		}
#footer ul{
		margin-left:245px;
		padding-top:5px

		}
#footer li{
		list-style-type:none;
		width:70px;
		border-left:#003300 thin solid;
		float:left;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
		}

