body
{
	background: #000 url(images/tile_repeat.jpg) repeat;
}

#container
{
	background-color: #fff;
	color:#000;
	font: 0.9em tahoma, sans-serif;
	width: 780px;
	margin: 10px auto;
	border: 1px dotted transparent;
}

#header
{
	background-color: #000;
	color: #fff;
	height: 150px;
	margin: 10px;
}

#content
{
	margin:10px;
	padding: 5px;
	font-size: 0.9em;
}

#content .left
{
	float:left;
	width: 350px;
}

#content .right
{
	float:right;
	width: 350px;
}

#content .left p, #content .right p
{
	line-height: 150%;
}

#footer
{
	margin: 10px;
	width: 760px;
	height:50px;
	font-size: 0.8em;
	text-align: center;
}

#logo
{
	float: left;
	width: 38%;
}

#nav1
{
	float: left;
	width: 25%;
	margin: 10px 0;	
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	/*line-height: 120%;*/
}

#nav2
{
	margin: 10px 0;	
	float: left;
	width: 33%;
}

ul.nav
{ 
	list-style-type: none; 
}

ul.nav li
{
	font: 0.9em "Copperplate Gothic Light", sans-serif;
	margin-top: 5px;
}

ul.nav li a:link, ul.nav li a:visited
{
	font: 0.9em "Copperplate Gothic Light", sans-serif;
	color: #fff;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li a:active
{
	font: 0.9em "Copperplate Gothic Light", sans-serif;
	color: #a39161;
	text-decoration: none;
}

.gold { color: #a39161; font-weight:bold; }
.clear { clear:both; }
hr { border: 1px solid #a39161;height:1px;}

a:link
{
	color: #00f;
	text-decoration: none;
}

a:visited
{
	color: #800080;
	text-decoration: none;
}

a:hover, a:active
{
	color: #00f;
	text-decoration: underline;
}

h2
{
	font: bold 1.2em "Copperplate Gothic Light", sans-serif;
	color: #a39161;
}

h3
{
	font-weight: bold;
	font-size: 1.1em;
	color:#a39161;
	margin:0;
}

ol
{
	list-style-type: decimal;
	font-size:0.9em;
	margin-left:0;
}

a.realale1
{
	display: block;
	width: 375px;
	height:445px;
	padding: 0;
	margin: 0;
	background-image: url(images/photos/bottled_ales_off.jpg);
	background-repeat: no-repeat;
	float: left;
}

a.realale1:hover
{
	background-image: url(images/photos/bottled_ales_on.jpg);
	background-repeat: no-repeat;
}

a.realale2
{
	display: block;
	width: 375px;
	height:445px;
	padding: 0;
	margin: 0;
	background-image: url(images/photos/cask_ales_off.jpg);
	background-repeat: no-repeat;
	float: left;
}

a.realale2:hover
{
	background-image: url(images/photos/cask_ales_on.jpg);
	background-repeat: no-repeat;
}

input.frmtxt, textarea, select
{
	border: 1px solid #aaa;
	background-color: #ddd;
	font: 0.9em tahoma, arial, sans-serif;
}

input.frmtxt { width:200px; }
textarea { width:300px; }

table.form
{
	border:0;
	padding:5px;
	color:#a39161;
	font-weight:bold;
}
