@charset "utf-8";
/* CSS Document */

body
	{
	background-image: url('../images/leaves-dark.gif');
	background-color: #3d0403;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

p
	{
	margin: 0px 0px 25px 0px;
	}
	
#container
	{
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#header
	{
	position: relative;
	width: 800px;
	height: 188px;
	background-image: url('../images/header.png');
	}
		
#logo
	{
	position: absolute;
	width: 375px;
	height: 145px;
	top: 0px;
	right: 210px;
	background-image: url('../images/logo.png');
	}

#menu
	{
	position: absolute;
	height: 43px;
	bottom: 0px;
	left: 0px;
	padding: 0px 74px 0px 76px;
	}

#main
	{
	padding: 0px 74px 0px 76px;
	background-image: url('../images/main_bg.png');
	}

#restaurant
	{
	position: absolute;
	top: 43px;
	left: 591px;
	}

#content
	{
	width: 590px;
	padding: 30px 30px 0px 30px;
	text-align: left;
	line-height: 2em;
	overflow: hidden;
	}

#content a, #contact a:visited
	{
	font-weight: bold;
	color: #387c2b;
	text-decoration: none;
	}
	
#content a:hover
	{
	font-weight: bold;
	color: #7ac143;
	text-decoration: none;
	}

h1
	{
	line-height: 25px;
	text-align: left;
	color: #7c0403;
	font-size: 22px;
	}

strong
	{
		font-weight: bold;
	}

em
	{
		font-style: italic;
	}

#footer
	{
	width: 800px;
	height: 140px;
	}

a.top
	{
	color: #72120a;
	text-decoration: none;
	}

a.top:hover
	{
	color: #7c0403;
	text-decoration: none;
	}
	

h2
	{
	font-size: 18px;
	font-weight: bold;
	}

.event_date
	{
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: bold;
	}
	
.event_description
	{
	font-size: 12px;
	margin: 0 0 10px 0;
	}
	
.hr
	{
	height: 1px;
	background-color: #7d1e0b;
	padding: 0;
	margin: 20px 0 20px 0;
	border: 0;
	overflow: hidden;
	}

.labelcell
	{
	width: 100px;
	}

.table1 td
	{
	padding: 0px 10px 0px 10px;
	}

.table1 th
	{
	font-weight: bold;
	}