p, h1, h2, h3, h4, h5, ul, li, form, div, span{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
}

ul{
	list-style-type: none;
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #000000;
}

body{
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 740px;
	background-color: #0b1725;
	font-family: Georgia, "Helvetica Neue";
}

img {border-style: none; } 

#wrapper{
	text-align: left;
	width: 720px;
	min-height: 600px;
	margin: 0px auto 0px auto;
	color: black;
	padding: 10px;
}

#sidebar{
	position: relative;
	float: left;
	border: 9px solid #cfb138;
	background-color: #ffffff;
	width: 210px;
	height: 597px;
	font-family: Georgia;
}

#sidebar ul{
	margin: 18px 0 0 0;
}

#sidebar ul li{
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}


a#home_link{
	background-image: url('../images/sidelogo.png');
	height: 220px;
	width: 100%;
	text-indent: -5000px;
	display: block;
}

#main_pic{
	position: relative;
	height: 220px;
	width: 465px;
	background-color: white;
	border: 9px solid #cfb138;
	float: right;
}

#home #main_pic{
	background-image: url('../images/main.jpg');
}

#appetizers #main_pic{
	background-image: url('../images/appetizer.jpg');
}

#sandwiches #main_pic{
	background-image: url('../images/sandwich.jpg');
}

#platters #main_pic{
	background-image: url('../images/platter.jpg');
}

#beverages #main_pic{
	background-image: url('../images/beverage.jpg');
}

#salads #main_pic{
	background-image: url('../images/salad.jpg');
}

#catering #main_pic{
	background-image: url('../images/catering.jpg');
}


#main_menu{
	position: relative;
	width: 445px;
	margin-top: 7px;
	background-color: white;
	border: 9px solid #cfb138;
	float: right;
	padding: 10px;
	min-height: 332px;
}

#home #main_menu ul{
	margin: 25px 0 10px 0;
}

#home #main_menu ul li{
	margin: 0 0 25px 0;
	font-style: italic;
}

h2{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

ul#item_list li{
	position: relative;
	margin: 15px 0 15px 0;
}

h3.item_name{
	font-weight: 600;
}

span.item_price{
	position: absolute;
	top: 0;
	right: 0;
}

p.item_desc{
	font-size: 85%;
}

#catering h4{
	font-size: 110%;
	font-weight: bold;
	margin: 15px 0 0 0;
}

#catering h3{
	margin: 15px 0 2px 0;
	font-size: 115%;
	font-weight: 500;
}

p.notify{
	font-size: 70%;
	text-align: center;
}

#cleardiv{
	width: 100%;
	clear: both;
}

#sidebar ul li a:hover, #sidebar ul li a:active{
	color: #CFB138;
}

#footer{
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	margin: 0px 0 15px 0;
}

#footer a:link, #footer a:visited{
	color: #ffffff;
}