/*--------------------- GLOBAL ---------------------*/

* { margin: 0; padding: 0; }

img, img a  { border: none; }

.clear {
	clear: both;
	}

body {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	background: url(../images/diamond_pattern.gif) center 88px repeat-x #dfaf0e;
	}

/*--------------------- HEADER ---------------------*/

#headerWrap {
	width: 100%;
	background: url(../images/top_pattern.gif) center top repeat-x #e9c20b;
	}

#header {
	background: url(../images/header.gif) left top repeat-x #f1d760;
	width: 900px;
	height: 88px;
	margin: 0 auto;
	}

#logo {
	position: absolute;
	}
	
#pennys {
	float: right;
	margin: 35px 180px 0 0;
	}

#container {
	width: 900px;
	margin: 0 auto;
	background: #eacb62
	}

/*--------------------- NAVIGATION ---------------------*/

#navigation {
	background: url(../images/black_gradient.gif) left top repeat-y #000;
	}

#navigation ul {
	width: 605px;
	margin-left: 295px;
	}

#navigation ul li {
	display: inline;
	font-size: 11px;
	}

#navigation ul li a {
	display: block;
	padding: 6px 0 5px;
	float: left;
	text-align: center;
	color: #9b999e;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	}

#navigation ul li a:hover {
	background: #5f3230;
	color: #9b999e;
	text-decoration: none;
	}

#navigation ul li.home a { width: 100px; }
#navigation ul li.dining a { width: 160px; }
#navigation ul li.menu a { width: 100px; }
#navigation ul li.contact a { width: 245px; }

/*--------------------- SPLASH ---------------------*/

#banner {
	background: url(../images/black_gradient.gif) left top repeat-y #000;
	clear: both;
	}

#banner p {
	font-size: 11px;
	padding: 7px 0 4px;
	text-align: center;
	color: #9b999e;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	}

/*--------------------- CONTENT ---------------------*/

#content {
	background: url(../images/content_bg.gif) left top repeat-x #eacb62;
	padding: 30px;
	}
	
#content #menu {
	width: 640px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background: #f1dd81;
	border: #a66f3c dotted 1px;
	}
#content #menu p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	}
#content h1 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 15px 0;
	}
	
#content h2 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#content p {
	font-size: 12px;
	margin: 0 0 12px 0;
	line-height: 18px;
	}

#content img {
	border: #453534 solid 3px;
	}
#content a {
	color: #453534;
	border-bottom: #453534 dotted 1px;
	text-decoration: none;
	}
#content a:hover {
	color: #271615;
	border-bottom: #271615 solid 1px;
	text-decoration: none;
	}
	
#content img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}

#content img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	}
.split {
	}
.splitLeft {
	float: left;
	width: 410px;
	padding: 0 10px 0 0;
	}
.splitRight {
	float: right;
	width: 410px;
	padding: 0 0 0 10px;
	}
	
/*--------------------- IMAGES ---------------------*/

#footer {
	padding: 20px;
	background: #B56118;
	clear: both;
	}

#footer p {
	font-size: 11px;
	text-align: center;
	}
