/* 
Colors:
Near White: #f3f3f3;
Light Gray: #c5c5c5;
Dark Gray: #4b4b4b;
Gold: #f2ce0d;


*/
body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	background: #f3f3f3;
	color: #4b4b4b;
}
#container {
	width: 917px;
	margin: 0 auto;
	text-align: left;
}
.clearfloats {
	clear: both;
}
a {
	color: #222222;
}
a:hover {
	color: #f2ce0d;
}
h1 {
	float: left;
	display: inline;
	margin: 60px 0 0 0;
}
h1 a:hover {
	background: transparent;
}
/* @group Nav */
#nav {
	margin: 70px 0 0 0;
	display: inline;
	float: right;
	width: 437px;
	height: 62px;
	position: relative;
}
#nav > li {
	overflow: visible !important;
	position: absolute;
	list-style: none;
	display: block;
	height: 72px;
	bottom: 0;
	left: 0;
	height: 72px;
	background-color: #c5c5c5;
}
#nav li.selected {
	background: #f2ce0d; 
}
#nav li.about_us_li {
	width: 117px;
}
#nav li.services_li {
	width: 106px;
	left: 117px;
}
#nav li.catering_li {
	width: 113px;
	left: 223px;
}
#nav li.contact_li {
	width: 100px;
	left: 336px;
}
#nav > li > a {
    display: block;
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 19px;
	color: #f3f3f3;
    height: 100%;
    width: 100%;
}
#nav ul {
	border-bottom: 3px #c5c5c5 solid;
	border-left: 3px #c5c5c5 solid;
	border-right: 3px #c5c5c5 solid;
	background: #eee;
	margin-top: -30px;
	visibility: hidden;
}
#nav ul li {
	list-style: none;
	direction: block;
	text-align: left;
}
#nav ul li a {
 	padding: 5px;
	display: block;
}
#nav ul li a:hover {
 	background: #c5c5c5;
 	color: #f3f3f3;
}
/* @end */
#main_content {
	margin: 35px 0 0 0;
}
#footer {
	margin: 15px 0;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}