*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: black;
	padding: 0px;
	font-family: times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: black;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

div#background {
	border: red solid 0px;
	background-color: black;
	width: 760px;
	margin: auto;
	padding: 10px 50px 50px 50px;
}

div#header {
	position: relative;
	border: green solid 0px;
	width: 760px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

div#header_text {
	position: absolute;
	padding-bottom: 28px;
	padding-right: 25px;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: black;
}

div#header_text a {
	text-decoration: none;
	color: black;
}

div#header_text a:hover {
	text-decoration: none;
	color: #ffffff;
}

div#nav {
	border: green solid 0px;
	background-color: #83461A;
	width: 760px;
	height: 40px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 10px solid black;	
}

div#navbox {
	border: orange solid 0px;
	background-color: #83461A;
	float: left;
	width: 108px; /* FOR 7 NAV ITEMS */
	width: 126px;  /* FOR 6 NAV ITEMS */
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: times, serif;
	font-weight: bold;
	font-size: 12px; /* FOR 7 NAV ITEMS */
	font-size: 12px; /* FOR 6 NAV ITEMS */
	line-height: 30px;
	color: white;
}

div#navbox a {
	text-decoration: none;
	color: white;
}

div#navbox a:hover {
	text-decoration: none;
	color: #000000;
}

div#content {
	border: green solid 0px;
	background-color: #ffffff;
	width: 710px;
	margin: 0px;
	padding: 25px;
}

div#content a {
	text-decoration: none;
	color: #83461A;
}

div#content a:hover {
	text-decoration: none;
	color: #000000;
}

div#opentable {
	width: 195px;
	border: red solid 0px;
	float: right;
	margin-bottom: 10px;
}

div#footer {
	border: red solid 0px;
	line-height: 20px;

}

.footerhr2 {
	margin: 25px 0px 10px 0px;
	background-color: #003C6D;
	color: #003C6D;
	height: 1px;
	width: 710;
	border: 0;
}

div#reservations {
	border: #7385b9 solid 1px;
	background-color: #f4f7ff;
	padding: 20px 0px;
	margin: 0px 75px;
}

div#admin_display {
	background-color: white;
	border: grey solid 1px;
	padding: 10px;
}