* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    line-height: 1.4em;
    background-color: #94090D;
}

a:link {
    color: #f1f1f1;
    text-decoration: none;
	font-weight: bold;
}

a:visited {
    color: #f1f1f1;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #FEA30C;
    background-color: #666;
	font-weight: bold;
}

a:active {
    color: #FEA30C;
    background-color: #666;
	font-weight: bold;
}

p {
    padding: 5px;
    text-indent: 15px;
    color: #222;
}

strong {
    color: #f8f8f8;
}

h2 {
    font-size: 1.3em;
    font-weight: 400;
    margin: 5px 10px 10px 10px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    }
    
h4 {
    font-size: 1.4em;
    text-align: center;
    margin-top: 25px;
}

li {
	font-weight: bold;
    list-style-type: none;
    display: inline;
    padding: 10px;
}

strong {
    font-size: 1.2em;
}

#wrapper {
    width: 1000px;
    margin: 5px auto 10px auto;
    position: relative;
    border: 1px solid #000;
    background-color: #111;
}

#header {
    height: 305px;
	width: 1000px;
	background-image: url(../imgs/header.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#topBar {
    height: 35px;
	width: 1000px;
    background-color: #111;
    border-bottom: 1px solid #000;
}

#bottomBar {
    height: 14px;
    width: 1000px;
    background-color: #000;
    position: absolute;
    top: 300px;
    left: 0px;
}

#nav {
    position: absolute;
    top: 7px;
    left: 10px;
    font-family: verdana, sans-serif;
}

#nav li {
    padding: 15px;
}

#nav li a {
	padding: 9px 3px 7px 3px;
}

#nav #hours {
	color: #f8f8f8;
	margin: 0 0 0 160px;
}

#navLink {
    height: 250px;
    width: 400px;
    position: absolute;
    top: 47px;
    left: 20px;
    background: none;
}

#body {
    width: 650px;
    height: 660px;
    padding: 15px;
    background-color: #000;
    font-size: .8em;
    margin: 25px 10px;
}

#body p {
    color: #999;
}

#menuBody {
    width: 650px;
    height: 880px;
    padding: 15px;
    background-color: #000;
    font-size: .8em;
    margin: 25px 10px 25px 10px;
	position: relative;
}

#menuBody p {
    color: #999;
    margin: 5px;
	text-indent: 0;
}

#menuBody strong {
    font-size: 1.3em;
    color: #ccc;
	margin: 5px 0 0 0;
}

#menuBodyLeft {
	width: 320px;
	height: 680px;
	background-color: #000;
	float: left;

}

#menuBodyRight {
	width: 320px;
	height: 680px;
	background-color: #000;	
	float: right;
}

#menuBodyLeft p, #menuBodyRight p {
	margin: 15px 0 75px 0;	
}

#menuBodyLeft img, #menuBodyRight img {
	margin: 4px 15px 0 0;	
}

#menuBodyBottom {
	position: absolute;
	top: 580px;
	left: 20px;
}

#contactBody {
    width: 650px;
    height: 800px;
    padding: 15px;
    background-color: #000;
    font-size: .8em;
    margin: 25px 10px;
}

#contactBody p {
    color: #999;
    letter-spacing: 1px;
	text-indent: 0;
	margin: 0 0 0 15px;
}

#sidebar {
    width: 260px;
    height: 460px;
    padding: 15px;
    background-color: #000;
    position: absolute;
    top: 330px;
    left: 700px;
}

#sidebar p {
    color: #999;
    font-family: verdana, sans-serif;
 	text-indent: 0;
	margin: 0 0 0 5px;
}

#sidebar h2 {
    text-decoration: underline;
}

#sidebar a {
    font-weight: 700;
	padding: 1px;
}

#footer {
    background-color: #000;
    height: 20px;
    clear: both;
}

#footer ul{
    font-size: .7em;
    text-align: center;
}

#footer li {
    padding: 30px 20px 30px 20px;
}

#footer a:link {
    color: #999;
    text-decoration: none;
	font-weight: bold;
	padding: 1px;
}

#footer a:visited {
    color: #999;
    text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
    color: #FEA30C;
    background-color: #666;
	font-weight: bold;
}

#footer a:active {
    color: #FEA30C;
    background-color: #666;
	font-weight: bold;
}

.img {
    border: 2px solid #222;
    margin: 10px 0 10px 15px;
    float: right;
}

.img2 {
    border: 2px solid #222;
    margin: 10px 15px 10px 0;
    float: left;
}

.img3 {
	border: 2px solid #222;
	margin: 5px 40px 30px 10px;
	float: right;
}

#cateringBody {
    width: 650px;
    height: 820px;
    padding: 15px;
    background-color: #000;
    font-size: .8em;
    margin: 25px 10px;
}

#cateringBody p {
    color: #999;
}

#cateringBody img {
	float: right;
	margin: 5px 40px 20px 10px;
}

.cateringMenu {
    font-size: 1.1em;
    font-weight: 400;
    margin: 5px 10px 10px 10px;
}






