html{
	background:#feffe9 url(../images/layout/background.png) no-repeat;
	background-position: top center; 
	font-family: verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
}

img{
	border: 0px;
}

h2{
	font-size: 1.5em;
}

#main {
	display: table;
	border-collapse: collapse;
	width: 976px;
}

p {
	padding-bottom: 10px;
	font-size: 1.0em;
}

h1 {
	display: table-row;
	background: url(../images/layout/header.gif) no-repeat;
	height: 148px;
	text-indent: -9999em; 
}

#nav {
	display: table;
	margin-top: 21px;
	text-indent: 0em;
	width: 100%;
	font-family: impact;
	font-size: 0.8em;
	color: #FFFFFF;
}

#nav a {
	color: #FFFFFF;
}

#nav a:hover{
	color: black;
}

#nav ul	{
	padding-left: 170px;
	list-style-type:none;
	text-align: center;
	font-weight: normal;
}

li	{
	display:inline;
}

a {
	text-decoration: none;
	color: #BE8D3E;
}

a:hover {
	color: black;
}


#container {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	display: table;
	width: 976px;
	height: 370px;
	background-color: #FADD9A;
}

#maincontent_left {
	padding-left: 10px;
}

#maincontent_right {
	background:#FADD9A url(../images/layout/welcome.gif) no-repeat;
	background-position: center center;
}

.maincontent_columns {
	display: table-cell;
	width: 483px;
}

.float_left{
	padding-left: 50px;
	padding-right: 50px;
	float: left;
}

#lowercontent_table {
	display: table
	height: 370px;
	padding-top: 10px;
	}

#lowercontent {
	display: table-row;
}


#lowercontent_left {

	background: url(../images/layout/heading_latest.news.gif) no-repeat;
	background-position: top center;
}

#lowercontent_left a{
	color: #ff0000;
}

#lowercontent_center {
	display: table-cell;
	background: url(../images/layout/heading_get.involved.gif) no-repeat;
	background-position: top center;
}

#lowercontent_center_wrapper {
	display:table;
	text-align: center;
	margin: auto;
	height: 350px;
	opacity: 0.90;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.lowercontent_buttons {
	display: table-row;
	background: url(../images/layout/button.gif) no-repeat;
	background-position: center center;
	
}

#lowercontent_enquiry {
	display: table-row;
}

#lowercontent_volunteer {
	display: table-row;

}


#lowercontent_right {
	background: url(../images/layout/heading_featured.beers.gif) no-repeat;
	background-position: top center;
}

.lowercontent_spacer{
	height:17px;
}

.lowercontent_row {
	display: table-row;
}

.lowercontent_cell {
	display: table-cell;
	width: 324px;
}

#footer {
	display: table;
	background-color: #ffffff;
	width: 976px;
	height:69px;
}


.rounded_top {
	background: url(../images/layout/rounded_top.gif) no-repeat;
	width: 976px;
	height: 8px;
}

.rounded_bottom {
	background: url(../images/layout/rounded_bottom.gif) no-repeat;
	width: 976px;
	height: 8px;
}

.beers{
	text-align: center;
}



.beers ul li{
	text-decoration: none;
	display: block;
}

