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

* { margin: 0;
	padding: 0;
	}
html, body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height: 16px;
	background-color: #1e1a15;

}#container {
	height: 100%;
	height: auto;
	min-height: 100%;
	width: 950px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #1E1A15;
}
#header {
	width: auto;
	height: 220px;
}
#headertop {
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	margin: 6px;
	float: left;
	background-color: #67543B;
	background-attachment: scroll;
	background-image: url(../images/winelogo.gif);
	background-position: center center;
}
#headerright {
	height: 200px;
	width: 720px;
	background-repeat: no-repeat;
	float: left;
	margin: 6px;
	background-attachment: scroll;
	background-image: url(../images/headerpicwine.jpg);
	background-position: left top;
}
#menubar {
	height: auto;
	width: 200px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	margin-bottom: 10px;
}
#menubar ul {
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 24px;
	background-color: #1E1A15;
}
#menubar li {
	display: block;
	margin-right: 20px;
	color: #CCC;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #67543B;
	background-color: #1E1A15;
	margin-bottom: 1px;
}
#menubar a:link {
	color: #67543B;
	text-decoration: none;
}
#menubar a:visited {
	color: #67543B;
	text-decoration: none;
}
#menubar a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1E1A15;
}
#menubar a:active {
	color: #67543B;
	text-decoration: none;
}
#menubar img {
	margin-left: 18px;
}


#mainwrapper {
	height: auto;
	width: auto;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
}
#content {
	height: auto;
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h1 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
	color: #67543B;
}
#rightcolumn {
	float: left;
	height: auto;
	width: 186px;
	padding: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#rightcolumn h2 {
	font-size: 22px;
	font-weight: normal;
	color: #67543B;
	margin-bottom: 8px;
}

#footer {
	height: 40px;
	width: auto;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #67543B;
	border-bottom-color: #67543B;
}

#footercontent {
	font-size: 10px;
	float: left;
	width: auto;
	margin-left: 4px;
	color: #FFF;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footermenu {
	float: left;
	width: 800px;
	text-align: right;
	font-size: 11px;
	color: #67543B;
}

a img {border:none;}
a:link {
	color: #67543B;
	text-decoration: none;
}
a:visited {
	color: #67543B;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #67543B;
	text-decoration: none;
}
