body{
	background:#f5e7cf;
	font:12px arial;
	}

#container{
	width:750px;
	text-align:left;
	border:1px solid #999999;
	background:white;
	position:relative;
	}
#top{
	background:#CC9944 url(logo.png) no-repeat;
	color:#f3d9ae;
	border-bottom:4px solid #FFAA66;
	padding:28px 10px 34px 180px;
	}
#top h1{
	margin:0;
	font-size:19px;
	}

#content{
	padding:20px 20px 20px 29px;
	width:509px;
	float:right;
	border-left:1px solid #f3d9ae;
	}
#content h2, #content h3{
	color:#dbb371;
	font-size:18pt;
	}
#menu{
	width:170px;
	padding:10px;
	float:left;
	}
#menu a{
	background:#ffffff;
	color:#ff6600;
	display:block;
	width:170px;
	padding:2px 5px;
	}
#menu a:hover{
	color:#ff8822;
}
#bottom{
	background:#333333;
	color:#999999;
	padding:4px 20px;
	position:relative;
	clear:both;
	display:block;
	}
#bottom a{
	color:#999999;
	text-decoration:none;
	}