@charset "utf-8";
#container {
background: url('images/body.gif') repeat-y;
margin: 0 auto;
margin-bottom: 24px;
margin:24px auto;
margin-top: 24px;
width: 880px;
}
#content {
	border: thin solid #000;
	float: left;
	font-size: 14px;
	margin-left: 33px;
	margin-top: -15px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 804px;
}
#content a {
	color: #870f01;
}
#footer {
	background: url('images/footer.gif') no-repeat;
	clear: both;
	height: 120px;
}
#header {
	background: url('images/header.gif') no-repeat;
	bakground-color: #870f01;
	height: 200px;
	margin: 0px;
}
#menu {
	height: 20px;
	width: 571px;
	position:relative; /*IMPORTANT*/
	margin-left:32px;
	padding:0;
	top:97px; /*previously 166px (before ConstantContact)*/
	text-decoration:none;
}
#menu a {
	text-decoration: none;
}
#menu a i { visibility:hidden; }
#menu li { display:inline; }
#menu ul  {
	list-style-type: none;
	padding:0;
}
#miniBox {
	border:thin solid #000;
	float:right;
	padding:2px;
}
#right {
	float: left;
	padding-left: 30px;
	width: 190px;
}
#whiteA a {
	color:#fff;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
}
<style type="text/css">
body {
	background: url('http://www.totaros.com/images/bg.jpg');
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #FFF;
}
div#locationInfo {
	color: #b3b4b7;
	font-size: 12px;
}
div#navbar {
	border-bottom: solid #000 1px;
	border-top: solid #000 1px;
	height: 20px;
	margin-left: 215px;
	width: 460px;
}
div#navbar li {
	display: inline;
	list-style-type: none;
}
div#navbar li a {
	background-color: #fff1e7;
	color: #000;
	padding: 3px 10px;
	text-decoration: none;
}
div#navbar li a:hover {
	background-color: #b3b4b7;
	color: #000;
}
div#navbar li a:link {
	color: #000;
}
div#navbar li a:visited {
	color: #870f01;
}
div#navbar ul {
	color: #000;
	font-size: x-small;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
img#bartender {
	float: right;
	height: 174px;
	margin-right: 40px;
	margin-top: 4px;
	width: 233px;
}
ul {
	list-style-type: circle;
	margin-left: 20px;
}