@charset "utf-8";
body  {
font-family:Arial, Helvetica, sans-serif;
font-size:small;
/*	background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background: #f9dcad;*/
	background:#72699D;
}
.twoColFixLt #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:0px 5px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 0px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {text-decoration: none;
color:#000000;
}
.gold{
color: #D0AC77;
background:#72699D;
}
a.gold {color: #D0AC77;}
.purple{color: #573C61;
font-size:smaller;
}
a.purple {color: #573C61;}
a:hover {text-decoration: underline;}
.image_left {
margin: 0px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
float: left;
}
.image_right {
margin: 0px;
padding-left: 6px;
padding-top: 3px;
padding-bottom: 3px;
float: right;
}
/* from newcss doc*/
#wrapper{
width:572px;
padding-left:10px;
}
#date {
	position:relative;
	width:400px;
	height:24px;
	z-index:1;
	left: 2px;
	top: 80px;
}
.topTitle{
	margin-top:120px;	
	font-size: 24px;
	margin-bottom:-7px;
}
hr{
 
 
}
.lowerTitle{
 margin-top:-25px;
font-size:medium;
}
.title{
font-size: 24px;
margin-bottom:-7px;
}
p{

padding-left:8px;
}
.winename{
font-weight:bold;
margin-bottom:-7px;
}
.winelist{
margin-top:-7px;
}