body {background-color: #332315;
	background:url(../photos/pageBgStripes.jpg);
}

div#stripes {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin: 0px;
	
}

#verticalpositioner      
{
text-align: center;/*dont change*/
position: absolute;/*dont change*/
top: 50%;/*dont change*/
left: 0px;/*dont change*/
width: 100%;/*dont change*/
height: 1px;/*dont change*/
overflow: visible;/*dont change*/
visibility: visible;/*dont change*/
display: block/*dont change*/
}

#content    
{
text-align:left;
font-family: Verdana, Geneva, Arial, sans-serif;
background-color: #cccccc;
/*margin-left is NEGATIVE HALF your content width */
margin-left: -384px;
position: absolute;/*dont change*/
/*top is NEGATIVE HALF your content height */
top: -250px;
left: 50%;/*dont change*/
/*change width and height to suit */
width: 769px;
height: 500px;
/**********************************/
visibility: visible;/*dont change*/
}

p { color: #000000; font-family: Georgia,serif; font-size: 13px; text-align: center; }

a.rightLink:link { color: #990000; text-decoration: none; text-align: right; }
a.rightLink:hover { color: #FFFFFF; text-decoration: none; text-align: right; }
a.rightLink:visited { color: #996600; text-decoration: none; text-align: right; }

a:link { color: #990000; text-decoration: none; text-align: center; }
a:hover{ color: #FFFFFF; text-decoration: none;  }
a:visited{ color: #996600; text-decoration: none;  }

ul { leading:-7; }
li { leading:0; }

.accolade{ text-align: left; font-size: 12px; font-weight: bold; }
.contact{ text-align: left; }
.right{ text-align: right; }
.left{ text-align:left; }
.leftEvent { color: #990000; text-align:left; }
.center{ text-align:center }
.note{ text-align: left; font-style: italic; font-size: 11px; }
.noteRight{ text-align:right; font-style: italic; font-size: 11px; }
.contactHeading{ text-align: left; font-size: 12px; font-weight: bold; }
.wineList{ font-size: 11px; text-align: left; }
.wineHeading{ color: #654629; font-size: 13px; font-weight: bold; text-align: center; }
.heading { color: #654629; font-size: 16px; font-weight: bold; text-align: left; }
.headingCenter{ color: #654629; font-size: 16px; font-weight: bold; text-align: center; }
.headingLeft{
	color: #654629;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.black{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.red{
	font-size: 16px;
	color: #7E0101;
	text-decoration: underline;
}
.headingRight{
    color: #654629;
    font-size: 16px;
    font-weight: bold;
	text-align: right;
}
.title { color: #000000; font-weight: bold; text-align: center; font-size: 13px; }
.titleLeft { color: #000000; font-weight: bold; text-align: left; font-size: 13px; }

.important{
    color: #654629;
    font-size: 13px;
    font-weight: bold;
	text-align: left;
}

.price{
	color: #654629;
    font-weight: bold;
}

.finePrint{	font-size: 10px; }
.medPrint{ font-size:11px; text-align:left; }
.medPrintCenter{ font-size:11px; text-align:center; }
.divider{ color: #990000; font-size: 20px; text-align: center; font-weight: bold; }
.smallText { font-size:12px; text-align:left; }
