body
{
	font-family: sans-serif, serif;
	font-size: 13px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
#menu-container
{
	border: 1px #BF8B00 solid;
}
#nav
{
	background: #EEEEEE;:x

	sdfasdfwidth: 120px;
	float: left;
	padding: 5px 2px 10px 2px;
}
#container
{
	text-align: center;
	margin: 2px auto 5px auto;
	padding-bottom: 5px;
	width: 730px;
}
#content
{
	border: 1px #BF8B00 solid;
	padding: 25px 5px 30px 5px;	
	height: 100%;
	overflow: auto;
}
#footer
{
	border: #BF8B00 1px solid;
	height: 15px;
	text-align: center;
	clear: both;
	padding: 2px 0px;
}
a
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0px;
}
h1
{
	text-align: center;
	font-family: serif;
	color: #FFFFFF
}
#menu
{
	position: relative;
	margin-top: 1px;
	margin-bottom: 0px;
	height: 35px;
	background: url(pattern.gif); 
}
#menu li 
{
	height: 35px; 
	position: absolute;
	background: url(images/menu_bar.jpg) 0 0 no-repeat;
	display: block;
	list-style: none;
}
#menu a
{
	height: 35px;
	display: block;
}
#menu #home
{
	width: 75px;
	left: 1px; 
}
#menu #aboutus
{
	width: 105px;
	left: 76px;
	background-position: -76px 0; 
}
#menu #menus
{
	width: 79px;
	left: 181px;
	background-position: -181px 0;
}
#menu #catering
{
	width: 100px;
	left: 267px;
	background-position: -265px 0;
}
#menu #photogallery
{
	width: 146px;
	left: 367px;
	background-position: -365px 0;
}
#menu #background
{
	width: 125px;
	left: 513px;
	background-position: -513px 0;
}
#menu #contact
{
	width: 90px;
	left: 638px;
	background-position: -638px 0;
}


#menu #home a:hover
{
	background: url(images/menu_bar.jpg) -0px -35px no-repeat;
}
#menu #aboutus a:hover
{
	background: url(images/menu_bar.jpg) -76px -35px no-repeat;
}
#menu #menus a:hover
{
	background: url(images/menu_bar.jpg) -181px -35px no-repeat;
}
#menu #catering a:hover
{
	background: url(images/menu_bar.jpg) -265px -35px no-repeat;
}
#menu #photogallery a:hover
{
	background: url(images/menu_bar.jpg) -365px -35px no-repeat;
}
#menu #background a:hover
{
	background: url(images/menu_bar.jpg) -513px -35px no-repeat;
}
#menu #contact a:hover
{
	background: url(images/menu_bar.jpg) -638px -35px no-repeat;
}

#homephp
{
	text-align: center;
	width: 700px;
	margin: 40px auto 0px auto;
}
#homephp img 
{
	float: right;
	margin-top: 14px;
}
#homephp p
{
	text-align: left;
	margin-left: 10px;
}
#homephp span
{
	text-align: left;
	margin-left: 40px;
}
#homephp ul
{
	text-align: left;
	margin-left: 50px;
	list-style-type: square;
}

input, select, textarea
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: cursive, sans-serif;
	font-size: 12px;
	border: double 2px #BF8B00;
}
#contact-container
{
	width: 600px;
	margin: 5px auto 5px auto;
}
#contact-info
{
	float: left;
	width: 175px;
	margin-left: 30px;
	border: 1px #BF8B00 solid;
	text-align: left;
	padding: 20px;
}
#contact-form
{
	text-align: left;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: left;
}
#contact-form fieldset
{
	border: 0px;
}
.contact-row label
{
	text-align: right;
	width: 300px;
	float: left;
	padding: 0px; 
	margin: 0px;
	margin: 4px 5px 4px 0px;
	display: block;
}
.contact-row 
{
	overflow: hidden;
	height: auto;
	width: 100%;
	height: 100%;
	padding: 0;
	bottom: 0;
	border-bottom: 1px solid black;
}
.contact-row input
{
	padding: 0px;
	vertical-align: bottom;
	margin: 0px;
}
#menusphp-left img
{
	margin-left: 5px;
	float: left;
}
#menusphp-left ul,#menusphp-main ul
{
	float: right;
	text-align: left;
	list-style-type: square;
	width: 330px;
}
#menusphp-left,#menusphp-right
{
	overflow: auto;
}
#menusphp-right img
{
	float: right;
}
#menusphp-right ul
{
	float: left;
	text-align: left;
	list-style-type: square;
	width: 330px;
	padding-right: 0px;
}
#menusphp-right ul li, #menusphp-left ul li
{
	padding: 2px 0px 2px 0px;
}
#menusphp-right p
{
	width: 450px;
	text-align: center;
}
#menusphp-main img
{
	float: left;
	margin-left: 80px;
}
#menusphp-main ul .title
{
	font-weight: bold;
	list-style: disc;
}
#menusphp-main ul .item
{
	list-style: circle;
	margin-left: 50px;

}
#menusphp-main ul .sub-title
{
	font-weight: bold;
	list-style: disc;
	margin-left: 50px;
}
#menusphp-main ul .sub-item
{
	list-style: circle;
	margin-left: 100px;
}
#menusphp-main a:hover
{
	background-color: #BF8B00;
	color: #000000;
}
#menusphp-main ul
{
	width: 320px;
	margin-bottom: 65px;
}
#menusphp-main p
{
	clear: both;
}
#about-us
{
	margin-left: 10px;	
}
#about-us h5
{
	margin-left: 0px;
	text-align: left;
	font-weight: normal;
}
#about-us .read
{
clear: both;
	padding-top: 5px;
}

#about-us div .right
{
	width: 300px;
	text-align: right;
	font-weight: normal;
}
#testimonial
{
	margin-left: 20px;
	float: left;
	width: 300px;
}
#about-us .center img
{
	margin: 0 auto;
	text-align: center;
margin-left: 60px;
}
#about-us img
{
	margin: 10px 0;
	float: left;
	display: inline;
}
#about-us ul
{
	float: left;
	text-align: left;
	width: 250px;
	display: inline;
	list-style: square;
	margin-top: 20px;
}
#about-us ul ol
{
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#about-us p
{
	margin-left: 30px;
	float: left;
	width: 360px;
}
#workshops
{
	text-align: left;
	padding: 2px 5px 2px 5px;
}
#workshops h3
{
	text-align: center;
}
.back
{
	margin-top: 20px;
	text-align: right;
	width: 700px;
}
.back a:hover
{
	text-decoration: underline;
}
#background-page
{
	text-align: left;
}
#background-page p
{
	text-indent: 25px;
}
#background-page h3
{
	text-align: center;
}
.block
{
	display: block;
	width: 370px;
	margin-bottom: 20px;

}
.block-right
{
	float: left;
	display: block;
	width: 445px;
	margin-bottom: 20px;
}

