body
{
	background: url("../images/background.jpg");
	text-align: center;
	font-family: helvetica;
	font-size: 13px;
	color: #999999;
	margin-top: 0px;
}

#container
{
	width: 868px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 236px;
	background: url("../images/header.png");
}

#body
{
	background: url("../images/body.png");
	width: 868px;
 	overflow: hidden;
}

#navigation
{
	margin-top: -1px;
	margin-bottom: 40px;
	margin-left: 175px;
}

#sidebar
{
	float: left;
	width: 145px;
	margin-left: 20px;
	font-size: 12px;
}

#content
{
	text-align: left;
	margin-top: 20px;
	margin-left: 177px;
	margin-right: 30px;
}

#footer
{
	height: 42px;
	clear: both;
	background: url("../images/footer.png");
}

a
{
	color: white; 
	text-decoration: underline;
}

a.rollover
{
	display: block;
	width: 107px;
	height: 113px;
	background: url("../images/badge.png") no-repeat;
	margin-top: -20px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
}

a:hover.rollover
{
	background-position: -107px 0;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

p.sidebar
{
	text-align: justify;
}

p.subtitle
{
	font-style: bold;
	font-size: 14px;
	color: #FFFFFF;
}

p.copyright
{
	padding-top: 20px;
	font-size: 13px;
}

img.grapePicker
{
	width: 120px;
	height: 350px;
	padding-top: 50px;
	margin-left: -44px;
}

img.pictures
{
	background: black;
	border: 1px solid silver;
	padding: 7px;
 	margin-right: 8px;
 	margin-bottom: 8px;
 }
 
 img.leafQuote
 {
 	padding-left: 25px;
 }

ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li 
{
	float: left;
	position: relative;
	margin-right: -1px;
	margin-bottom: -1px;
	width: 115px;
}

li ul 
{
	position: absolute;
	margin-top: -1px;
	left: 0;
	display: none;
	z-index: 100;
}

ul li a 
{
	display: block;
	background: black;
	padding: 5px;
	color: #999999;
	border: 1px solid white;
	text-decoration: none;
}

li:hover ul
{
	display: block;
}

li a:hover
{
	color: #FFFFFF;
}

label.contact
{
	width: 5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}