body{
	marign:0;
	font-family:verdana;
	font-size:13px;
	color:#6c6656;
	background:#f2eee5;
	}

#top{
	background:#d60;
	color:#fff;
	padding:1px 20px;
	border-bottom:2px solid #c50;
	}
#top h1{font-size:21px}

h1{
	font-size:24px;
	}
a{color:#ff9c00;
}		

#container{
	width:760px;
	text-align:left;
	background:white;
	}
#menu{
	
	color:#ff9900;
	padding-left:10px;
	width:170px;
	float:left;
	}
#menu a{color:#ff9900}

#content{
	padding:20px 30px;
	float:right;
	width:500px;
	}

#bottom{
	background:#6c6656;
	color:#dddddd;
	padding:5px 10px;
	margin-top:50px;
	width:740px;
	clear:both;
	position:relative;
	}
#bottom a{
	color:#dddddd;
	text-decoration:none;
	}