@charset "utf-8";
/* CSS Document */

body {
	background: #b05809;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #e38016;
	text-decoration:none;
	border: none;
}

a:hover {
	color: #b05809;
	text-decoration: none;
	border: none;
}

br.clear {
	clear:both; 
}

#wrapper {
	width: 750px;
	height: auto;
	margin: 50px auto;
	background: #ffffff;
	color: #333333;
	border-color: #444444;
	border: solid;
	border-width: 1px; 
}

#header {
	width: 750px;
	height: 150px;
	background: url(images/header.jpg) center no-repeat;
	border-bottom: solid;
	border-bottom-color: #444444;
	border-bottom-width: 1px;	
}

#sidebar {
	width: 171px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-right: solid;
	border-right-color: #444444;
	border-width: 1px;
}

#sidebar ul {
    display: inline;
}

#sidebar ul li {
    display: inline;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 562px;
	height: auto;
	margin: 0 auto;
	float: right;
}

#menuhead {
	padding: 1px 1px 1px 1px;
	background-color:#ffcc00;
	width: auto;
	height: 20px;
}

#menuitem {
	margin: 0px 0px 0px 10px;
	padding: 1px 1px 1px 1px;
	float: left;
	width: 250px;
	height: auto;
	text-align: left;
}

#menuprice {
	margin: 0px 10px 0px 0px;
	padding: 1px 1px 1px 1px;
	float: right;
	width: 175px;
	height: auto;
	text-align: right;
}