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

body{
	background:url(../images/bg.jpg) top no-repeat #866501;
	color: #4a3800;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
#set{
	width: 850px;
	margin: 0 auto;

}

#container{
	width: 850px;
	margin: 0 auto;
	background:url(../images/content_bg.jpg) repeat-y;	
	float: left;
	
	
	
}


#header{
	width: 616px;
	height: 200px;
	background:url(../images/header.jpg) no-repeat right top;
	float:right;
	}
	

#star{
	background:url(../images/star.jpg);
	width: 234px;
	height: 231px;
	float:left;
	display: inline;
	}
	
#nav{
	width: 600px;
	height: 35px;
	float:left;
	display:inline;
	color: #4a3800;
	font: 18px bold Georgia, "Times New Roman", Times, serif;
	margin-top: 150px;
	
	}

#content{
	background:url(../images/content_bg.jpg) repeat-y;	
	width: 850px;
	float:left;
	}
	
#topleft{
	
	float:left;
	width: 200px;
	height: 235px;
	
	display:inline;
	
}
#left{
	
	float:left;
	width: 205px;
	height: 345px;
	background:url(../images/left.jpg) no-repeat;
	display:inline;
	margin-left:20px;
	
}
#right{
	
	float: right;
	width:580px;
	margin-top: -20px;
	margin-right: 20px;
	display: inline;
	line-height: 1.5em;
		}
	
#footer{
	width: 850px;
	background:url(../images/footerbg.jpg) no-repeat;
	height:70px;
	float:left;
	color:#CC9966;
	}
	
	
	a:link, a:visited{
	font-size:18px;
color: #4a3800;
	text-decoration:none;
	margin-left: 20px;

}
	a:hover, a:active{
color:#343434;
text-decoration:underline;

}

a.nav:link, a.nav:visited{
color: #4a3800;

}

a.nav:hover, a.nav:active{
	text-decoration:underline;

}

ul.left{
	text-align:center;
	text-decoration:none;
	font: Georgia, "Times New Roman", Times, serif;
	
	font-weight:bold;
	list-style-image:none;
	list-style:none;
	padding: 0px;
	margin:17px 0;
	color:#300902;
	}
	
#left li{
margin:10px 0;
}
#left a:link,#left a:visited, #left a:hover, #left a:active, #footer a:link,#footer a:visited, #footer a:hover, #footer a:active{
color:#300902;
margin:0;

}

#right a:link,#right a:visited, #right a:hover, #right a:active {
color: #330000;
font-size:16px;
margin: 0px;



}