body {
	font-family: verdana;
	background: #4b4c4d;
	font-size: 80%;
}
#container {
	width: 741px;
	margin: auto;
	background: #fcfcfb;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 152px;
	position: relative;
}
#wrapper {
	clear: both;
}

#nav {
	clear: both;
	background: url(images/navbar.jpg) no-repeat;
	text-align:center;
	text-align:center;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

	display:block;
	text-align:center;
	
}
#nav ul li {
	float: left;
	height: 20px;
	margin: 0px;
	text-align: center;
	padding: 15px 15px 15px 15px;
	display:block;
}
#nav ul li a {
	color: #4d7aee;
	text-decoration: none;
	font-weight: bold;

}

#main {
	float:left;
	width:719px;
	margin:5px 10px;
}
#mainhalf {
	float:left;
	width:360px;
	margin:5px 10px;
}
#side {
	float:right;
	width:341px;
	margin:5px 10px;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	background-position: bottom;
	background-color: #fff;
	clear: both;
	color: black;
	height:35px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 85%;
}

#footer p{
	
	margin:10px 0px 5px 0px ;
	padding:0px;
}

#footer a{
	margin:0px 10px 0px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#footer a:hover{
	text-decoration:underline;
	}

h1 {
	margin: 0px;
	padding: 15px 10px;
}
p {
	margin: 0px;
	padding: 8px 10px;
}

li{
	margin: 0px;
	padding: 4px 10px;
}

h2, h3, h4 {
	margin: 0px;
	padding: 15px 10px 5px 10px;
	color: #4d7aee;
}

h2 {
	font-size: 140%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 105%;
}

img {
	border: none;
}

label {
	float: left;
	width: 100px;
	margin: 5px 0px;
	font-size: 85%;
}

input, select {
	margin: 5px 0px;
	font-size: 85%;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}


.bodytype	{
	font-size: 70%;
	color: #8f0000;
}

.menu {
	text-align: center;
	background: url(images/menu-middle.jpg) repeat-y;
	width: 741px !important;
	margin: 0px 0px !important;
	position: relative;
}

.menu-middle {
	position: relative;
	left: 0px;
	top: -100px;
	margin-bottom: -120px;
}

#map {
	float: right;
	padding: 10px;
	width: 380px;
	height: 380px;
}

#bbqmenu {
	width: 500px;
	margin: auto;
	border-collapse: collapse;
}
#bbqmenu td {
	border: 1px solid grey;
	padding: 2px;
	text-align: center;
}

.upper-alpha{
	list-style-type:upper-alpha;
}

.menupic{
	
	float:right;
	margin:30px 20px 0px 0px;
}

