body {min-width:800px
}
#header,#menu,#content,#footer {
overflow:hidden;
}
/* safari and opera need this */
#header,#footer {width:100%}
#menu {float:left}
#content {float:left}
#content {width:80%}
#menu {width:174px}
#footer {clear:both} 
#menu1 {
	font-family: verdana;
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	background-color: #dfd7c9;
}

#menu1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6ab7a;
}

#menu1 ul li a {
	display: block;
	text-decoration: none;
	color: #000000; /* IE6 Bug */
	padding: 8px;
	border-bottom: 0;
	}

#menu1 ul li a:hover  {
	background-color: #c6ab7a;
	text-decoration: none;
	color: #000000;
}

