@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #FFF;
	font-family: hevetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

a:link {
	color: #333;
}
a:visited {
	color: #666;
}

a:hover, a:active
{
	color: #FFF;
	background-color: #08226c;
}

h2
{
	color: #08226c;
	font: 150% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #333;
	font: 110% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	position:relative;
}

#header
{
	height: 218px;
	width: 100%;
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;	
}

#header h1
{
	font-size: 10px;
	text-align: right;
	color: #000;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: left;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	margin: 0px 0px 20px 20px;
}

#contents {
	padding-left: 20px;
	background-color: #e4e4f1;
	padding-bottom: 20px;
	margin-left: 220px;
	margin-right: 20px;
	padding-right: 20px;
}
#contents p { line-height: 165%; }
.content { border-bottom: 1px solid #337d27; }
.content_contact {
	border-bottom: 1px solid #337d27;
	padding-top: 320px;
}
.content_catering {
	border-bottom: 1px solid #337d27;
	padding-top: 270px;
}
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
