/* CSS Document */


body{
	background:#662200;
	text-align:center;
}


#page {
	
	width: 1000px;
	margin:0 auto;
	width:766px;
	background:#993300;
}

#header{ 
	border:groove;
	background:#CD9A80;
	height:100px;
}

#nav{
	float:left;
	width:255px;
	heigth:500px;
	background:#993300;
	color:#ffffff;
}

#nav ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 24px;
	color:#FFFFFF;
}

#nav a:link{
	color:#ffffff;
}

#nav a:visited{
	color:#bbddaa;
}


#nav a:hover {
	background-color: #732600;
	color: #F5EBE6;
}


#content{
	float:right;
	width:511px;
	height:500px;
	background:#ddbbaa;
}

#footer{
	clear:both;
	/*height:30px;*/
	font-size:11px;
	text-align:center;
	background:#CD9A80;
}



