body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
}
#wrapper {
	width: 761px;
	margin: 20px auto 15px;
	background: url(../images/gold_grunge_frame_bg.gif) repeat-y;
	text-align: left;
}

#masthead {
	height: 245px;
	background: url(../images/bg_homepg_header.jpg) no-repeat;
	background-color: #702985;
	text-align: left;
}
	
#masthead .logo {
	margin: 70px 0 0 225px;
	}

#masthead .strapline {
	float: left;
	margin: -10px 0 0 35px;
	}
	
#navigation {
	width: 761px;
	}
	
#navigaton td {
	background-color: #712985;
	}
	
	
	
#home #navigation .home a,
#menu #navigation .menu a,
#catering #navigation .catering a,
#locations #navigation .locations a,
#contact #navigation .contact a {
	background-image: url(../images/buttons/btn_home_f2.gif);
}


#top_border {
	width: 100%;
	height: 20px;
	background: url(../images/raggedbrd_top.gif) no-repeat 20px top;
	}

#content {
	position: relative;
	right: 50px;
	float: right;
	width: 450px;
	padding: 0;
}
#content p, #content ol, #content ul {
	font-size: 82%;
	line-height: 1.5em;
	padding-left: 25px;
	color: #009000;
}

#content ol, #content ul {
	padding-left: 50px;
}

#content h1 {
	font: bold 180% "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-top: 0;
	color: #009900;
	background-color: transparent;
}
#content h2 {
	font: bold 140% "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-left: 25px;
	color: #009900;
	background-color: transparent;
}

#content h2.clear, #content h3.clear {
	clear: both;
	padding-top: 0.25em;
}

#content h3 {
	font: bold 120% "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-left: 25px;
	color: #009900;
	background-color: transparent;
}

#content a:link, #content a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
	}

#content a:hover, #content a:active {
	color: #990099;
	font-weight: bold;
	text-decoration: none;
	}
	
#content input, #content textarea { border: 1px solid #090; }
	
.menu ol, .menu ul {
	margin-left: 32px;
	}

p.first {
	margin-top: -1.5em;
	font-style: italic;
	}
	
p.subtitle {
	margin-top: -1.5em;
	}
	
.menutable {
	font-size: 82%;
	color: #009900;
	padding-bottom: 15px;
	}
	
table.menutable td{
	padding: 3px;
	}
	
#next {
	clear: both; 
	text-align: right;
	}
	
#next a:link, #next a:visited {
	font-weight: normal;
	}
	
#next a:hover, #next a:active {
	font-weight: normal;
	}

#sidebar {
	position: relative;
	left: 35px;
	float: left;
	width: 190px;
	font-size: 80%;
	color: #fff;
	line-height: 1.8em;
	padding: 0;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	}
	
#sidebar p {
	line-height: 1.8em;
	padding-left: 1em;
	color: #fff;
	}
	
#sidebar a:link, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
#sidebar a:hover, a:active {
	color: #009900;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	}
	
#bottom_border {
	clear: both;
	width: 100%;
	height: 20px;
	background: url(../images/raggedbrd_btm.gif) no-repeat 20px bottom;
	}

#bottom_panel {
	width: 761px;
	height: 20px;
	background: url(../images/bottom_border.gif) no-repeat left bottom;
	}

#footer {
	margin: auto;
	padding: 0 0 20px;
	font-size: 70%;
	letter-spacing: 0.5px;
	color: #3F3F3F;
	background-color: transparent;
	}
#footer a:link, #footer a:visited {
	color: #3F3F3F;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: underline;
	}
	
.validate {
	color: #f00;
	font-weight: bold;
}
