* {
	margin: 0;
	padding: 0;
}

html
{
	overflow-y: scroll;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	background: url(../images/bamboo_bg.jpg);
	background-attachment: fixed;
}

/* Wrappers */
#OuterPageWrapper {
	margin: 0 auto 0 auto;
	width: 980px;
}

#InnerPageWrapper {
	margin: 0 auto 0 auto;
	width: 980px;
}

/* Header Layout Style */
#headerwrapper {
    height: 200px;
	text-align: center;
}

#menuwrapper {
	background-color: #781017;
	width: 20%;
}

#button_home {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/home.gif) no-repeat;
}

#button_home:hover {
	background: url(../images/home_hover.gif) no-repeat;
}

#button_menu {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/menu.gif) no-repeat;
}

#button_menu:hover {
	background: url(../images/menu_hover.gif) no-repeat;
}

#button_cater {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/cater.gif) no-repeat;
}

#button_cater:hover {
	background: url(../images/cater_hover.gif) no-repeat;
}

#button_recognition{
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/recognition.gif) no-repeat;
}

#button_recognition:hover {
	background: url(../images/recognition_hover.gif) no-repeat;
}

#button_reviews {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/reviews.gif) no-repeat;
}

#button_reviews:hover {
	background: url(../images/reviews_hover.gif) no-repeat;
}

#button_career {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/career.gif) no-repeat;
}

#button_career:hover {
	background: url(../images/career_hover.gif) no-repeat;
}

#button_about {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/about.gif) no-repeat;
}

#button_about:hover {
	background: url(../images/about_hover.gif) no-repeat;
}

#button_contact {
	float: left;
	width: 180px;
	height: 35px;
	background: url(../images/contact.gif) no-repeat;
}

#button_contact:hover {
	background: url(../images/contact_hover.gif) no-repeat;
}

#hours {
	float: left;
	color: #CCC;
	margin-top: 15px;
	font-size: 9px;
}

#hours p {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#reservation {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	float: right;
	position: absolute;
	margin: 180px 0 0 735px;
	color: #B00;
}

/* Content Layout Style */

#bodywrapper {
    height: 480px;
	text-align: center;
	background-color: Black;
	width: 728px;
}

.indent {
	padding-left: 5px;		 
}

.indent2 {
	padding-left: 30px;		 
}

.vspace {
	padding-top: 15px;
}

.vspace2 {
	padding-top: 30px;
}

.vspace3 {
	padding-top: 10px;
}

.header {
	margin: 10px 0 0 30px;
	padding: 0 0 0 0; 
	color: #B00; 
	font-size: 16px;
	text-align: left;
	line-height: 2.5em;
	background: #000 url(../images/headingdivider.gif) no-repeat bottom left;
}

.marker {
	color: #B00; 
}

.marker2 {
	color: #B00; 
	padding-left: 15px;
}

.t_body {
	color: #FFF;
	margin: 10px 0 0 30px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	text-align: left;
	width: 690px;
}

.t_body2
{
    padding: 10px 0 0 20px;
    color: #FFF;
	margin: 10px 0 0 30px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	text-align: left;
}

#thankyou {
    color: #FFF;
	margin: 10px 0 0 100px;
	width: 400px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 30px;
	text-align: center;
}

.p {
	padding: 4px 10px 10px 20px;
}

.p2 {
	padding: 4px 0 10px 20px;
}

.p3 {
	padding: 4px 0 10px 30px;
}

#cater 
{
    width: 257px;
    height: 600px;
    background: #000 url(../images/caterplate.jpg) no-repeat;
}
    
    
#map {
	width: 	126px;
	height: 115px;
	background: #000 url(../images/map.png) no-repeat;
}

.menutitle {
	color: #B00;
	font-size: 14px;
	margin: 2px 0 10px 0;
}

.description
{
    color: #666;
    padding: 0 0 10px 0;
    font-style: italic;
}

.rarity {
	color: #666;
}

.subwine {
	padding: 0 0 0 10px;
}

.sub_title {
    text-align: center;
}

.submenu {
	color: #666;
	padding: 0 0 10px 20px;
}

.notice {
    color: #666;
    padding: 0 0 10px 200px;
    font-style: italic;
    font-size: 11px;
    text-align: left;
}

a:link, a:active, a:visited  {
	color: #FFF;
	text-decoration: none	
}

a:hover {
	color: #B00;
	text-decoration: none	
}


#footer {
	padding: 20px 0 30px 0;
	line-height: 1.5em;
	font-size: 10px;
	color: #9D9D9D;
}

#footer a {
	font-size: 12px;
	color: #9D9D9D;
}

#validation_results {
    width: 100%;
}