
* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #313131;
	}

h1 {
	display: none;
	}
	
h2 {
	font-size: 1em;
	color: #666699;
	}
	
h3 {
	color: #fd6730;
	padding: 10px 0px 5px 0px;
	font-size: .8em;
	}
	 	
p {
	font-size: .7em;
	}
	
ul {
	list-style-type: none;
	}
	
a {
	text-decoration: none;
	color: #ffffff;
	}
	
a:hover {
	color: #fd6730;
	}
	
#pageCont {
	width: 850px;
	margin: auto;
	margin-top: 10px;
	}
	
#banner {
	width: 850px;
	height: 120px;
	}
	
#nav {
	width: 200px;
	height: 500px;
	background-color: #000000;
	float: left;
	text-align: right;
	background-image: url(../images/leftGrape.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#nav ul {
	padding: 0px 70px 0px 0px;
	}
	
#nav li {
	padding-bottom: 20px;
	}
	
#siteBody {
	width: 400px;
	height: 500px;
	float: left;
	background-color: #000000;
	}
	
#menu {
	width: 300px;
	height: 500px;
	float: left;
	}
	
#menuPrice {
	width: 50px;
	height: 500px;
	float: left;
	}
	
#sidePanel {
	width: 250px;
	height: 500px;
	background-color: #000000;
	float: left;
	text-align: left;
	}

#sidePanel h2 {
	width: 210px;
	padding: 0px 10px 0px 30px;
	color: #ffffff;
	}

#blurb {
	width: 210px;
	padding: 130px 10px 0px 30px;
	color: #666699;
	}
	
#address {
	width: 210px;
	height: 105px;
	padding: 90px 10px 0px 30px;
	font-size: .8em;
	background-image: url(../images/rightGrape.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 34px;
	}

#footer {
	width: 850px;
	height: 70px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	font-size: .8em;
	text-align: center;
	}
	
#footer img {
	border: none;
	}