body{
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 130%;
	background-color: #280203;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}

h2{
	font-style: italic;	
	font-weight: normal;
}
h3{
	font-style: italic;	
	font-weight: normal;
}

#wrapper {
	position:absolute;
	left: 50%;
	top:0px;
	width:900px;
	height:672px;
	margin-left: -450px;
}

.winter-wine-down-logo {
	position:absolute;
	left:0px;
	top:0px;
	width:294px;
	height:207px;
}

.header-space {
	position:absolute;
	left:294px;
	top:0px;
	width:605px;
	height:82px;
}

ul#nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#nav span{
	display: none;	
}

.the-event {
	position:absolute;
	left:296px;
	top:40px;
	width:144px;
	height:38px;
}
.the-event a{
	display: block;
	width:144px;
	height:38px;
	background: url(images/the-event.jpg) top left no-repeat;
}
.the-event a:hover{
	background: url(images/the-event-hover.jpg) top left no-repeat;
}
.the-event a.selected {
	background: url(images/the-event-on.jpg) top left no-repeat;
}
.get-tickets {
	position:absolute;
	left:438px;
	top:40px;
	width:147px;
	height:38px;
}
.get-tickets a{
	display: block;
	width:147px;
	height:38px;
	background: url(images/get-tickets.jpg) top left no-repeat;
}
.get-tickets a:hover{
	background: url(images/get-tickets-hover.jpg) top left no-repeat;
}
.get-tickets a.selected {
	background: url(images/get-tickets-on.jpg) top left no-repeat;
}

.about-the-mda {
	position:absolute;
	left:585px;
	top:40px;
	width:146px;
	height:38px;
}
.about-the-mda a{
	display: block;
	width:146px;
	height:38px;
	background: url(images/about-the-mda.jpg) top left no-repeat;
}
.about-the-mda a:hover{
	background: url(images/about-the-mda-hover.jpg) top left no-repeat;
}
.about-the-mda a.selected {
	background: url(images/about-the-mda-on.jpg) top left no-repeat;
}

.contact-us {
	position:absolute;
	left:731px;
	top:40px;
	width:168px;
	height:38px;
}
.contact-us a {
	display: block;
	width:168px;
	height:38px;
	background: url(images/contact-us.jpg) top left no-repeat;
}
.contact-us a:hover { 
	background: url(images/contact-us-hover.jpg) top left no-repeat;
}
.contact-us a.selected {
	background: url(images/contact-us-on.jpg) top left no-repeat;
}

#content {
	position:absolute;
	left:294px;
	top:77px;
	width:605px;
	height:580px;
	background: url(images/content.jpg) top left no-repeat;
}
.entry {
	width: 95%;
	padding-left: 5%;
}
.entry p{
	width: 93%;	
	line-height: 1.3em;
}
.entry ul{
	margin: 0px;	
}
.entry li{
	margin-bottom: 3px;	
}
#sidebar{	
	padding-top: 5px;
}
.left {
	float: left;
	width: 70%;
}
.wineries {
	position: relative;
	top: -25px;
	width: 45%;
	float: left;
	margin-bottom: -15px;
}
.restaurants {
	position: relative;
	top: -25px;
	width: 55%;
	float: right;
	margin-bottom: -15px;
}
a.see-more {
	color: #000;
	font-style: italic;
	font-size: 1.2em;
}
.bottom {
	clear: both;
	padding-left: 7%;
	padding-right: 10%;
	width: 490px;
}
.small{
	font-size: 0.9em;	
}
.wine-glass {
	position:absolute;
	left:0px;
	top:207px;
	width:294px;
	height:465px;
}
