* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/hoptile2.gif);
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ffb625;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}

#content {
	background-color: #65663d;
	margin: auto;
	width: 80%;
	min-width: 680px;
	padding: 20px;
	border: 2px solid #2f381b;
}

h1 {
	margin: 20px auto;
	width: 400px;
	height: 326px;
	background-image: url(../images/logo.gif);
}

address {
	width: 300px;
	font-style: normal;
	margin: 20px auto 0px auto;
	font-weight: bold;
	font-size: 12px;
}

address {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-top: 20px;
}

p {
	margin: 8px 0px;
}

p.hours {
	width: 260px;
	line-height: 20px;
	text-align: center;
float: left;
}

p.hours strong {
font-size: 16px;
display: block;
border-bottom: 1px solid;
}

div#soccer {
	float: right;
}

a {
	color: #ff8220;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
}

ul#nav {
	list-style-type: none;
	margin: auto;
	width: 580px;
	clear: both;
	color: #b0b699;
}

ul#nav li {
	display: block;
	float: left;
	text-align: center;
	margin: 0px 20px;
}

ul#nav li a {
	font-size: 14px;
	font-weight: bold;
}

.clearfix:after {
	content: "."; 
	display: block; 
        height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}

a#votebutton {
	display: block;
	width: 160px;
	overflow: hidden;
	height: 110px;
	background: url(vote-obriens.png) no-repeat 0px;
	padding: 18px 12px 12px 142px;
	color: #dfdf92;
	text-decoration: none;	
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
}

a#votebutton strong {
	font-size: 16px;
}

a#votebutton em {
	font-size: 12px;
}

a#votebutton:hover {
	color: #434311;
	background-position: -314px;
}

