body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:80%;
  	line-height:160%;
  	margin:0px;
	background:url('../images/tilebackground.jpg');
	background-repeat:repeat-y;
	background-color:#333333;
}


h1
{		font-weight:bold;
		font-size:140%;
		border-bottom:#CC6600 1px solid;
		padding: 4px;
		color:#903;
}

h1, h2, h3, h4{
	padding:0;
	margin:0;
	clear:both;
	display:block;
}

h2
{		font-size:1.3em;
		color:#99CC33;		
}

h3
{		font-size:100%;
		color:#999999;	
}

h4
{		font-size:100%;
		color:#003300;
}

#container
{
	background-image:url(../images/container-back.gif);
	background-repeat:repeat;
	width:960px;
	min-height:700px;
	height:100%;
	float:left;
	position:relative;
	left:50%;
	margin-left:-480px;
}

#header
{
	margin: 0px auto;
   	width: 938px;
	height:201px;
	background-color:#666666;
	position:relative;
	background:url('../images/header.png');
	background-repeat:no-repeat;
}

#top
{
	height:30px;
	width:100%;
	min-width:1000px;
	background:url('../images/top.gif');
	
}

#leftheader
{
	width:560px;
	height:240px;
}

#rightheader
{
	width:632px;
	height:240px;
	left:560px;
	top:30px;
	position:absolute;
	background:url('../images/header_cocktails.jpg');
}


#maincontainer
{
	background:url('../images/mid_square.gif');
	background-repeat:repeat;
	min-height:600px;
	min-width:938px;
	height:100%;
	position:relative;
	margin:0 auto;
	/*padding-bottom:10px;*/
}

#menubar
{
	position:relative;
	margin: 0px auto;
	
	width:938px;
	height:46px;
	font-size:0.8em;
	color:#FFFFFF;
	/*padding-top:5px;
	padding-left:2%;*/
	background:url('../images/menubar.gif');
}

#mainright
{
	min-height:600px;
	width:918px;
	position:relative;
	height:100%;
	background-color:#FFFFFF;
	padding:10px;
	text-align:center;
	margin:0 auto;
}

#content
{
	height:90%;
	text-align:left;
	

}

a:visited, a
{
	color:#F06;
}

table {
	width:100%;
}

th {
	padding:0 0.5em;
	text-align:center;
	border:1px solid #FF9900;
}

label.cocktailslabel
{
	font-weight:800;
}

td {
	vertical-align:top;
	padding: 10px;
	text-align:left;
}

th a, th a:visited
{
	color:#FFFFFF;
}

th a:hover
{
	color:#000000;
}

#footer ul
{
	text-align:center;
	width:940px;
}

#footer
{
	position:relative;
	margin:0 auto;
	width:940px;
	height:60px;
	background-color:#000000;
	padding:10px;
	padding-left:-50px;
	text-align:center;
}

#footer li
{
	list-style:none;
	display:inline;
	
	
	text-align:center;
	
}

#footer a:hover
{
	color:#FFFFFF;
}


fieldset
{		border:1px solid #CC6600;
		width:80%;
		padding:2em;

}

legend
{		color:#fff;
		background:#CC6600;
		border: 1px solid #781351;
		padding:2px 6px;
		margin-bottom:1em;
}


#menu {
	padding:0;
	margin:0;
	text-align:left;
	}
	
#menu li {
	list-style-type:none;
	magin:0.15em 0 0.15em 0.25em;
	}
	
#menu li a, #menu li a:visited {
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#CC3300;
	text-decoration:none;
	padding:0.25em;
	text-align:left;
	}
	
#menu ul a, #menu ul a:visited {
	width:80%;
	padding:5px;
	text-align:left;
	margin:0 -0.25em -0.25em -2.2em;
	}

	
#menu a:hover {
	background:#eee;
	color:#CC6600;
	}
	

