body{
	color: #6C6845;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	
}

h1{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
}

a{
	color:#2E2D1D;
	text-decoration:none
}
a:hover{
	color:#6C6845;
	text-decoration:none
}


#container{
	display:block;
	margin:40px auto 40px auto ;
	width:680px;
	background:url(../media/square_bottom.gif) 350px 316px no-repeat 
}

#image{
	float:left;
}

#main_content{
	background:#fff;
	border:1px solid #6C6845;
	display:block;
	float:left;
	margin:30px 0px 0px 20px;
	padding:10px 15px 10px 15px;
	width:275px;
}

#text_content{
	display:block;
	height:240px;
	overflow:auto;
	width:275px;
}


#nav{
	clear:both;
	padding-top:20px;
}

#nav ul{
	list-style:none;
}

#nav li{
	border:1px solid #6C6845;
	display:inline;
	margin-left:2px;
	padding:3px 10px ;
}
*>#nav li{
	background:#fff
}


.credit{
	display:block;
	color:#C9C6AB;
	font-size:80%;
	float:right;
	padding:30px 20px 7px 0px;
	background:url('../media/images/bee.jpg') bottom right no-repeat
}

.credit a,a:hover{
	color:#C9C6AB;
}



