@charset "utf-8";
/* CSS Document */




body
		{
	margin: 0;
	padding: 0;
	list-style-image: url(images/listimage.gif);
	font-size: 80%;
	background-image: url(images/banner1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
		}
		
		#header
		{
	height: 120px;
	margin-bottom: 10px;
	background-image: url(images/The_Drinks_Business_Online.gif);
	background-repeat: no-repeat;
	background-position: 80% top;
		}
		
		#gutter
		{
			float: left;
			width: 1%;
			height: 1px;
		}
		
		#content
		{
	float: left;
	width: 98%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;	
		}
		
			
		
		
		
		
		#footer
		{
	clear: both;
	height: 150px;
	background-color:#FDFCE8;
	text-align: center;
		}
		
		h1
		{
	color: #FF2F09;
	font-size: 4em;
	margin: 0;
	padding: 5px;
	font-weight: 900;
		}
		
		h2
		{
	margin-top: 0;
	padding-top: 7px;
	font-size: 1.5em;
	color: #CC0000;
		}
		
		h2, p
		{
	margin-left: 7px;
	margin-right: 7px;
	
		}
		
   
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
	
}
a:hover {
	color: #FF0000;
	RIGHT: 0px;
	POSITION: relative;
	TOP: 2px;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}


        -->