p {
	margin-bottom: 0;
	margin-top: 10px;
	text-indent: 20pt;
}

#js_map, #non-js_map {
	text-align: left;
}

h {
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #a5c1ff;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}

.black_bar {
	height: 2px;
	background-color: #000000;
}

.spacer {
	height: 20px;
}
 
.main2 {
	height: 30px;
	font-size: 8pt;
	text-align: center;
}

.main, .main2 {
	background-image: url('images/bg2.gif');
	background-repeat: repeat-y;
}

.main_content {
	padding: 0px 26px 24px 26px;
	width: 748px;
	font-size: 9pt;
}

.header {
	height: 190px;
	background-image: url('images/headerbg.gif');
	background-repeat: repeat-x;
}

.logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 254px;
}

.mappy_map {
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.menu_title {
	font-weight: bold;
	text-decoration: underline;
}

.input {
	float: right;
	width: 550px;
}

.section {
	width: 728px;
	padding: 10px;
	margin: 12px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
}

#send {
	margin-bottom: 24px;
}

.error {
	color: red;
}

.active {
	background-image: url('images/down.png');
}

#our_menu, #catering, #contact_us, #about_us {
	background-repeat: no-repeat;
}

#our_menu
{
	width: 90px;
	height: 31px;
	background-image: url('images/our_menu.png');
}

#our_menu:hover, #our_menu.active {
	background-image: url('images/our_menu_down.png');
}

#catering {
	width: 80px;
	height: 31px;
	background-image: url('images/catering.png');
}

#catering:hover, #catering.active {
	background-image: url('images/catering_down.png');
}

#contact_us {
	width: 99px;
	height: 31px;
	background-image: url('images/contact_us.png');
}

#contact_us:hover, #contact_us.active {
	background-image: url('images/contact_us_down.png');
}

#about_us {
	width: 86px;
	height: 31px;
	background-image: url('images/about_us.png');
}

#about_us:hover, #about_us.active {
	background-image: url('images/about_us_down.png');
}