@charset "utf-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-size: 100%;
	border: 0 none;
	padding: 0;
	margin: 0;
	}

html {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding:0;
}
table {  
	border-collapse: collapse;  
	}
body {
	background-color: #ffffff;
	margin:0px;
	padding: 0px;
	text-align:center;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#wrapper {
	width: 750px;
	text-align:center;
	margin:auto;
	margin-top:6px;
	border:2px #8E4E1A solid;
	background-color: #f3f0ba;
}
#header {
padding-top: 6px;
padding-bottom: 6px;
clear: both;
}

#logo {
width:283px;
float:left;
text-align:center;
}

.winereghead {
	color: #756F25;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}
#menuarea2 {
	width: 100%;
	height:23px;
	background-color: #756F25;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8E4E1A;
	border-bottom-color: #8E4E1A;
	text-align:left;
}


#leftside {
width: 256px;
float:left;
margin:auto;
}
#rightside {
width:222px;
float:right;
margin:auto;
}

#middle {
	margin:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #756F25;
	padding-top:10px;
}


#footer {
	width:100%;
	background-color: #8E4E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}



.lefty {
text-align:left;
}
.righty {
text-align:right;

}
