body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(assets/bg_body.jpg) #aea097 no-repeat;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	color: #076372;
	margin: 0 0 4px 0;
}

h1 { font-size: 16px; }
h2 { font-size: 16px; color: #000; }
h3 { font-size: 13px; font-style: italic;}

p { margin: 0 0 8px 0; }

ul {margin:0 0 20px 0;}

a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

a:visited { color: #aea097; }
a:hover { color: #076372; }
a:active { color: #076372; }

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

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 395px;
	background: url(assets/bg_header.jpg) no-repeat;
	color: #fff;
}
#header .left {
	float: left;
	width: 484px;
	height: 351px;
}
#header .left p, img {	padding-left: 126px;}
#header .left p {padding-right: 24px;}
#header .right {
	float: right;
	width: 506px;
	height: 351px;
}
#specials {
	width: 484px;
	margin-top: 60px;
	text-align: center;
}
#header .left #specials p {
	padding: 50px 134px 0 60px;
	font-style: italic;
}
/* roating images */
#slideshow {
	margin: 0;
	padding: 95px 0 0 0;
	display: block;
	list-style-type: none;
	width: 464px;
	height: 256px;
}
#slideshow img {padding: 0;}
/* end rotating images */
#middle {
	padding: 0 50px;
}
#middle a {
	display: block;
	height: 88px;
	float: left;
	padding-top: 35px;
	margin-right: 20px;
}
#middle p {padding: 25px 0 0 25px; font-weight: normal;}
#reservations a{
	width: 340px;
	background: url(assets/reservations.gif) no-repeat;
	text-indent: -9000px;
	padding: 0;
}
#reservations a:hover {background-position: 0 -88px;}
#content {padding: 0 0 40px 0;}
#content  img {padding: 0 30px; float: left;}
#content, #footer {clear: both;}
#footer {
	width: 990px;
	background: url(assets/line.jpg) no-repeat;
}
#footer div {padding: 30px;}
#footer li {color: #076372;}
#footer h1, h2 {display: inline;}
#footer h1 {margin-right: 5px;}
#copyright {
	color: #e9edf3;
	font-size: 10px;
	padding-bottom: 20px;
}
#copyright a {
	color: #e9edf3;
	text-decoration: none;
}
#copyright a:hover { color: #000; }