@charset "UTF-8";
/* CSS Document */

html {
	text-align:center; background-image:url(images/corkbg.jpg); background-repeat:repeat;

	

}
body {
position: relative;
width: 800px;


margin: 0  auto;
text-align:left;


font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #FFFFFF;

 }
 
 
 #header { background-image:url(images/wineheader.jpg);
 width:800px;
 height:75px;
	 
	 
	 
	 
 }
 #nav {
	width:790px;
	height:25px;
	background-color:#000; padding-left:10px; padding-top:2px;

 }
 
 #Main { width:800px;
 height:450px; background-image:url(images/mainbg.jpg); background-repeat:repeat-x;

	 
	 
	 
	 
 }
 #content { float:left; width:350px; height:400px; padding-left:25px; text-align:justify; 
	 
 }
 #sub { float:right;width:380px; height:400px; margin-top:25px; margin-right:25px; text-align:justify;   
	
	 
 }
 #footer { width:800px; height:50px; 
 background-image:url(images/winefooter.jpg)
	 
	 
	 
	 
 }
 
 
a:link {
	color: #FFFFFF; text-decoration:underline;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover {
	color: #999;
	text-decoration:underline;
	text-align: center;
}
