* {
	padding:0;
	margin:0;
	border:0;
}
body { behavior:url("../hover.htc"); margin-top:2px; }
div#container
{
	width:800px;
	margin:0 auto;
	background-color:#F5F5DC;
	border: 1px solid black;
}

div#header {  }

img#headerimg {
	float:right;
	margin-bottom:2px;
}

img#headertext {
	float:left;
	padding-left: 10px;
}

div#separator { clear:both; border-bottom:medium double #726866; }

div#bottomsection { clear:both; }

div#menu {
	float:left;
	width: 155px;
	padding: 10px 10px;
	text-align:center;
}

div#menu img.menubutton {
	margin-bottom:5px;
	background-color: #769D8A;
}

div#menu img.menubutton:hover {
	background-color: #726866;
}

a img {
	border:0;
}

img {
	border:0;
	padding:0;
	margin:0;
}

div#content { float:left; width:600px; border-left:medium double #726866; }



div#footer { clear: both; padding-bottom:2px; border-top: medium double #726866; text-align:center; }