body {
	background:#dfd8c1;
	font-family:verdana, arial;
	font-size:12px;
	color:#666666;
}
h1 {
	font-size:16px;
	color:#D8BCA4;
	padding:0;
	margin:0;
}
h2 {
	font-size:16px;
	color:#D8BCA4;
	padding:20px 0 0 0;
	margin:0;
}
h1.home {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color:#555555;
	font-size:23px;
	font-weight:normal;
}
h2.home {
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
div#address {
	color:#999999;
	font-size:16px;
}
a {
	color:#8A7A63;
}
a img { border:0; }
div#wrapper-main {
	background:#ffffff;
	margin:auto;
	width:790px;
	border:1px solid #CA9D74;
}
div#header {
	float:right;
	background:url(images/winetable.jpg);
	width:400px;
	height:160px;
}
div#logo {
	padding:20px;
	float:left;
}
div#wrapper-content {
	margin:20px;
}
div.content {
	line-height:18px;
}
div#wrapper-content ul {
	list-style-type:square;
}
div#wrapper-content ul li {
	margin-left:30px;
}
div#wrapper-footer {
	padding:10px 20px;
	color:#999999;
	clear:both;
}
div#wrapper-footer a {
	color:#666666;
	text-decoration:none;
}
div#wrapper-footer a:hover {
	text-decoration:underline;
}
div#copyright {
	float:left;
}
div#powered-by {
	float:right;
}
div#left-nav {
	float:left;
	margin: 0 20px 10px 0;
}
div#left-nav img.border {
	margin-bottom:6px;
	border:1px solid #cccccc;
	padding:10px;
}
td.nav-heading {
	background:#CABAA3;
	color:#ffffff;
	padding:0;
}
.nav-body {
	padding:0px;
	background:#EEE6CE;
}
.nav-body p {
	padding:10px;
	color:#999999;
	font-family:georgia;
	font-size:14px;
	line-height:20px;
	zoom:100%;
}
.field {
	width:98%;
	border:1px solid #8A7A63;
	background:#eaeaea;
	font-family:verdana;
	font-size:11px;
	padding:2px;
}
.button {
	background:#8A7A63;
	color:#ffffff;
	border:1px solid #666666;
	cursor:pointer;
}

div.navigation{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
div.navigation ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border-top: 2px solid #CA9D74; /*dark purple border*/
	background: #CA9D74 url(images/topmenu.gif) center center repeat-x;
}
div.navigation ul li{
	display: inline;
}
div.navigation ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 24px;
	text-decoration: none;
	border-right: 1px solid #DFD8C1; /*dark purple border*/
}
div.navigation ul li a:visited{
	color: white;
}
div.navigation ul li a:hover, div.navigation ul li .active{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: #CA9D74 url(images/topmenu-on.gif) center center repeat-x;
}