

ul.services {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.services li {
	background-image: url("../images/bullet.gif");
	background-position: 0px 17px;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 9px;
}



#header {
	position: absolute;
	top: 74px;
	left: 31px;
	z-index: 1;
}

#logo {
	top: 76px;
	left: 242px;
}

#wine {
	position: absolute;
	top: 53px;
	left: 670px;
}


#copyarea {
	position: relative;
	margin: 217px 18px 18px 18px;
	
	width: 784px;
	z-index: 100;
}

	#copyarea div.top {
		position: relative;
		width: 784px;
		height: 27px;
		
		background-image: url("../images/copyarea-top.gif");
	}
	
	#copyarea div.middle {
		position: relative;
		width: 784px;
		padding: 10px 0px 10px 0px;
		
		background-image: url("../images/copyarea-middle.gif");
	}
	
		#copyarea div.middle div.leftcol {
			width: 248px;
			float: left;
			
			text-align: center;
		
		}
		
	
		#copyarea div.middle div.rightcol {
			width: 490px;
			float: left;
		}
	
	
	
	
	#copyarea div.bottom {
		position: relative;
		width: 784px;
		height: 27px;
		
		background-image: url("../images/copyarea-bottom.gif");
	}
	
	
	

#subnav {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	
	list-style-type: none;
}

#subnav a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#subnav a:hover, #subnav a.active {
	color: #bbbbbb;
}