/* CSS Document */		
*		
		
{		
padding:0px;		
margin:0px;		
}

img{border:0px;}		
		
		
html{		
	width:100%;	
	height:100%;
	background-color:#600;	
		
		
}		
		
		
		
body {
	padding: 0;
	margin: auto;
	background: #600;
	width: 100%;
	text-align:center;
	height:100%;
 
}	
		
		
		
	
		
		
		
		
		
		
.macktop{
	width:800px;
	height:237px;
	color: #e4ef2c;
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	left:0px;
	top:0em;
	background-image: url(images/winemenu.jpg);
	visibility: visible;
	margin:auto;
}

.macktop ul{
	float:right;
	display:inline;
	margin:0 0px 0 0;
	position:relative;
	top:120px;
	left:-20px;
	width: 480px;
}		
		
		
		
		
.macktop li{		
list-style-type:none;		
display:block;		
float:left;		
padding:0px 5px 3px 5px		
}		
		
		
		
		
.border{		
border-left:1px solid #000000;		
border-right:1px solid  #000000;		
		
}		
		
		
		
		
.macktop .active{color:  #000000;		
	}	
.macktop a{
	font-family:Tahoma;
	font-size:13px;
	color: #000000;
	text-decoration:none;
}		
		

#maincontent{
	width:800px;




	height:2500
.px;
	color: #e4ef2c;
	position:relative;
	left:0px;
	top:0em;
	visibility: visible;
	margin:auto;
	background-color: #DAB98F;
	height: 3600px;
}	

.menusection{
	width:800px;
	height:8000px;
	color: #DAB98F;
	position:relative;
	left:0px;
	top:0px;
	visibility: visible;
	margin:auto;
	background-color:#DAB98F;
}	

.menusection p{
	width:700px;
	height:50px;
	color: #000000;
	position:relative;
	left:30px;
	top:0px;
	background-color:#DAB98F;
	font-family:Verdana;
	font-size:12px;
	float:left;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.menusection h2{
	width:700px;
	height:20px;
	color: #000000;
	position:relative;
	left:30px;
	top:0px;
	background-color:#DAB98F;
	font-family:Verdana;
	font-size:12px;
	float:left;
	text-align: left;
}

.menusection h1{
	width:701px;
	height:30px;
	color: #600;
	position:relative;
	left:30px;
	top:0px;
	background-color:#DAB98F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	float:left;
	text-align: left;
}
		
		
		
		
