﻿body 
{
	background:#016bbf url(../images/bodyback.gif) repeat-x fixed top;
	margin:0px;
}
p
{
	margin:0px 0px 0px 32px;
	padding-top:10px;
	font-size:0.7em;
}
p a:link, p a:visited, p a:active, p a:hover
{
	text-decoration:underline;
	color:Black;
}
p a:hover
{
	text-decoration:underline;
	color:#016bbf;
}
ul
{
	font-size:0.7em;
	padding:0px 0px 0px 10px;
	margin:0px 10px 0px 22px;
	list-style-type:square
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:762px;
	background:url(../images/blueback.gif) no-repeat left top;
	padding:0px 8px 0px 8px;
}
#agecontainer
{
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
	width:762px;
}
#agefooter
{
	padding:10px 0px 10px 24px;
	margin-left:-8px;
	width:auto;
	height:40px;
	color:#cbefff;
	font-family:Arial;
	font-size:0.7em;
}
#agefooter a:link, #agefooter a:visited, #agefooter a:active
{
	text-decoration:none;
	color:#cbefff;
}
#agefooter a:hover
{
	text-decoration:underline;
	color:#cbefff;
}
#footer
{
	padding:10px 0px 10px 24px;
	margin-left:-8px;
	width:auto;
	height:40px;
	background:#016bbf url(../images/bluebottom.gif) no-repeat top left;
	color:#cbefff;
	font-family:Arial;
	font-size:0.7em;
}
#footer a:link, #footer a:visited, #footer a:active
{
	text-decoration:none;
	color:#cbefff;
}
#footer a:hover
{
	text-decoration:underline;
	color:#cbefff;
}
#header
{
	width:auto;
	height:138px;
	background:url(../images/header.gif) no-repeat;
	text-align:center;
}
#header a img
{
	padding-top:6px;
}
#nav
{
	height:39px;
	background:url(../images/navback.gif) no-repeat;
	padding:0px 5px;
}
#image
{
	width:auto;
	height:213px;
}
#homepage
{
	background:url(../images/pages/home_bl.gif) no-repeat left;
	height:264px;
	width:745px;
}
#historypage
{
	background:url(../images/pages/where_bl.gif) no-repeat left top;
	height:314px;
	width:745px;
}
#birrapage
{
	background:url(../images/pages/birra_bl.gif) no-repeat left;
	height:314px;
	width:745px;
}
#wherepage
{
	background:url(../images/pages/history_bl.gif) no-repeat left;
	height:314px;
	width:745px;
}
#prizepage
{
	background:url(../images/pages/prize_bl.gif) no-repeat left;
	height:474px;
	width:745px;
}
#enquiriespage
{
	background:url(../images/pages/enquiries_bl.gif) no-repeat left;
	height:474px;
	width:745px;
}
#wrapper
{
	padding-right:32px;
}
#wrapper div
{
	display:inline;
	width:50%;
	vertical-align:top;
}
#col1
{
	float:left;
}
#col2
{
	float:right;
	text-align:right;
}
#title
{
	padding:14px 0px 0px 32px;
}

/*------
  NAVIGATION
--------*/
.nav
{
	float:left;
	height:39px;
	white-space:nowrap;
}

#history div
{
	width:125px;
}
#history:link div, #history:visited div, #history:active div
{
	background:url(../images/nav/history_off.gif) no-repeat;
}
#history:hover div
{
	background:url(../images/nav/history_on.gif) no-repeat;
}
#history:link div#current, #history:visited div#current
{
	background:url(../images/nav/history_on.gif) no-repeat;
}

#birra div
{
	width:165px;
}
#birra:link div, #birra:visited div, #birra:active div
{
	background:url(../images/nav/birra_off.gif) no-repeat;
}
#birra:hover div
{
	background:url(../images/nav/birra_on.gif) no-repeat;
}
#birra:link div#current, #birra:visited div#current
{
	background:url(../images/nav/birra_on.gif) no-repeat;
}

#where div
{
	width:159px;
}
#where:link div, #where:visited div, #where:active div
{
	background:url(../images/nav/where_off.gif) no-repeat;
}
#where:hover div
{
	background:url(../images/nav/where_on.gif) no-repeat;
}
#where:link div#current, #where:visited div#current
{
	background:url(../images/nav/where_on.gif) no-repeat;
}

#prize div
{
	width:140px;
}
#prize:link div, #prize:visited div, #prize:active div
{
	background:url(../images/nav/prize_off.gif) no-repeat;
}
#prize:hover div
{
	background:url(../images/nav/prize_on.gif) no-repeat;
}
#prize:link div#current, #prize:visited div#current
{
	background:url(../images/nav/prize_on.gif) no-repeat;
}

#enquiries div
{
	width:146px;
}
#enquiries:link div, #enquiries:visited div, #enquiries:active div
{
	background:url(../images/nav/enquiries_off.gif) no-repeat;
}
#enquiries:hover div
{
	background:url(../images/nav/enquiries_on.gif) no-repeat;
}
#enquiries:link div#current, #enquiries:visited div#current
{
	background:url(../images/nav/enquiries_on.gif) no-repeat;
}

#navleft
{
	width:5px;
	background:url(../images/navleft.gif) no-repeat;
}
#navright
{
	width:5px;
	background:url(../images/navright.gif) no-repeat;
}
/*--------
  Form
--------*/
#fieldnames
{
	float:left;
	width:140px;
	margin-right:-144px;
}
#fieldnames p
{
	padding-top:0px;
	line-height:27px;
	text-align:right;
	font-weight:bold;
	font-size:0.8em;
}
#formfields
{
	margin-left:144px;
}
.textbox
{
	font-size:12px;
	*padding:0px;
	margin:4px;
	*margin:3px;
	width:300px;
	display:inline;
}
.checkbox
{
	font-size:0.7em;
}
.prizebutton
{
	margin: 20px 60px 0px 0px;
}
.checkbox a:link, .checkbox a:visited, .checkbox a:active, .checkbox a:hover
{
	text-decoration:underline;
	color:Black;
}
.checkbox a:hover
{
	text-decoration:underline;
	color:#016bbf;
}