.container {
	margin-left: -380px;
	position: absolute;
	left: 50%;
	width: 760px;
	height: 440px;
	/* hide from mac hack \*/
	top: -221px;
	/* end hack */ 
	visibility: visible;
	z-index: 1;
	border: 1px solid #000000;
	}
	
.topspacer {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	left: 0px;
	z-index: 2;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.logoone {
	position: absolute;
	z-index: 2;
	height: 88px;
	width: 128px;
	left: 244px;
	top: 30px;
}
.logotwo {
	position: absolute;
	z-index: 2;
	height: 88px;
	width: 128px;
	left: 608px;
	top: 20px;
}
.textholderone {
	top: 120px;
	z-index: 3;
	height: 150px;
	width: 300px;
	left: 206px;
	position: absolute;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	line-height: 20px;
	z-index: 3;
	margin: 8px 0px;
	text-align: justify;
}

.preftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	line-height: 16px;
	z-index: 3;
	margin: 0px 0px;
	text-align: justify;
}

.nav {
	position: absolute;
	height: 440px;
	width: 182px;
	left: 0px;
	top: 0px;
	z-index: 4;
	background-image: url(../images/nav_image.gif);
	background-repeat: no-repeat;
}

.nav ul {
	margin: 30px 0px 0px 10px;
	padding: 0px;
}

.nav li {
	list-style-type: none;
	color: #DCD2BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.nav li a:link {
	position:relative;
	text-decoration: none;
	color: #DCD2BE;
	padding-right: 10px;
	padding-left: 10px;
}

.nav li a:visited {
	position:relative;
	color: #DCD2BE;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.nav li a:hover, .nav li a:focus{
    position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCD2BE;
	padding-right: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCD2BE;
}

.nav a span{
	position:absolute;
	left:-9999px;
	width:0px;
}

.nav li a:hover span, .nav li a:focus span{
	left: auto;
	top: 0px;
	width:120px;
	background:#DCD2BE;
	border:1px solid #51090C;
	color:#770D11;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding: 2px;
	margin: 0px 0px 0px 20px;
	z-index: 5;
}

.dropdown {
	position: absolute;
	top:174px;
	left:156px;
	background-color: #760000;
	width:80px;
	
}

.dropdown div {
	padding-top: 4px;
	padding-bottom: 4px;
}

.dropdown div a:link {
	text-decoration: none;
	height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: hand;
	color: #DCD2BE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #760000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #760000;	
}


.dropdown div a:hover {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCD2BE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCD2BE;
	color: #DCD2BE;
}

.dropdown a span{
	position:absolute;
	left:-9999px;
	width:0px;
}

.dropdown div a:hover span{
	color:#770D11;
	left: 124px;
	top: 0px;
	width:120px;
	background:#DCD2BE;
	border:1px solid #51090C;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	z-index: 20;
}






















.localsupporters {
	position: absolute;
	z-index: 6;
	height: 62px;
	width: 136px;
	left: 30px;
	bottom: 20px;
}
.contactholder {
	position: absolute;
	height: 250px;
	width: 400px;
	left: 186px;
	top: 190px;
}
.contacttextholder {
	float: left;
	margin-right: 10px;
	position: relative;
	height: 250px;
	width: 80px;
}
.contactinputholder {
	float: left;
	margin-right: 10px;
	position: relative;
	height: 250px;
	width: 100px;
}
.contacttextinner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	text-align: right;
	height: 22px;
	width: 80px;
	padding: 0px;
	margin: 0px 0px 6px;
}
.contactinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	height: 16px;
	width: 95px;
	border: 1px solid #DCD2BE;
	padding-left: 2px;
}
.contactinputinner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	margin-bottom: 6px;
	height: 22px;
	width: 100px;
}
.contactsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	height: 20px;
	width: 100px;
	border: 1px solid #DCD2BE;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DCD2BE;
	margin: 0px;
	padding: 0px;
}
.contactmaintextholder {
	position: absolute;
	height: 100px;
	width: 380px;
	left: 206px;
	top: 110px;
}
.contactselectlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	height: 16px;
	width: 100px;
	padding-left: 2px;
}
.contactmessageinner {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	margin-bottom: 8px;
	height: 130px;
	width: 100px;
}
.contactmessage {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	height: 130px;
	width: 95px;
	border: 1px solid #DCD2BE;
	padding-left: 2px;
}
.contactinputerror {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	height: 16px;
	width: 95px;
	border: 1px solid #DCD2BE;
	padding-left: 2px;
}
.contactmessageerror {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	height: 130px;
	width: 95px;
	border: 1px solid #DCD2BE;
	padding-left: 2px;
}
.emailback {
	background-image: url(../images/email_back.jpg);
	margin-top: 4px;
	margin-left: 4px;
	border: 1px solid #FFFFFF;
}
.spreadmaintextholder {

	position: absolute;
	height: 100px;
	width: 280px;
	left: 206px;
	top: 108px;
}
.spreadholder {

	position: absolute;
	height: 150px;
	width: 400px;
	left: 206px;
	top: 220px;
}
.spreadtextholder {

	float: left;
	margin-right: 10px;
	position: relative;
	height: 150px;
	width: 100px;
}
.spreadinputholder {

	float: left;
	margin-right: 10px;
	position: relative;
	height: 150px;
	width: 100px;
}
.inline a:link{
	color:#DCD2BE;
	border-bottom:1px dashed #DCD2BE;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inline a:visited{
	color:#DCD2BE;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCD2BE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inline a:hover{
	color:#DCD2BE;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #760000;
	background-color: #760000;
}
.newsback {
	background-image: url(../images/news_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DCD2BE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCD2BE;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.newsarchiveback {

	background-image: url(../images/news_archive_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.textholdertwo {

	top: 132px;
	z-index: 3;
	height: 170px;
	width: 280px;
	left: 206px;
	position: absolute;
}
.pintholdersmooth {


	top: 132px;
	z-index: 3;
	height: 300px;
	width: 152px;
	left: 518px;
	position: absolute;
}
.maltback {
	background-image: url(../images/malt_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.headerholder {
	position: absolute;
	height: 32px;
	width: 380px;
	top: 78px;
	left: 206px;
	margin: 0px;
	padding: 0px;
}
.hopsback {

	background-image: url(../images/hops_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.steamback {


	background-image: url(../images/steam_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.vatback {



	background-image: url(../images/vat_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.unionback {




	background-image: url(../images/union2_back.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 440px;
	width: 760px;
	left: 0px;
	top: 0px;
}
.spreadtextinner {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	text-align: right;
	height: 22px;
	width: 100px;
	padding: 0px;
	margin: 0px 0px 6px;
}
.smlpintholder {


	top: 280px;
	z-index: 3;
	height: 150px;
	width: 280px;
	left: 206px;
	position: absolute;
}
.textholderthree {


	top: 124px;
	z-index: 3;
	height: 314px;
	width: 360px;
	left: 206px;
	position: absolute;
}
.linkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD2BE;
	z-index: 3;
	margin: 8px 0px;
}
.subheadertwo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #760000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCD2BE;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.skybetnavlogoholder {

	width: 120px;
	position: absolute;
	height: 122px;
	left: 28px;
	top: 268px;
	z-index: 1001;
}
.subheaderfour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DCD2BE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCD2BE;
}

.err{
	color: #c00;
	font-weight: bold;
}

