* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/hoptile2.gif);
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ffb625;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}

#header {
	background-color: #2f381b;
	height: 140px;
	width: 752px;
	padding-left: 20px;
	margin: auto;
}

#header h1 {
	width: 175px;
	height: 120px;
	float: left;
	background-image: url(http://www.obrienspub.net/images/insidelogo.png);
	margin-top: 10px;
}

h2#top_pic {
	width: 572px;
	height: 140px;
	float: right;
	display: inline;
	margin-top: 0px;
}

#siteNav {
	background-color: #14180b;
	width: 772px;
	height: 30px;
	padding: 0px;
	margin: auto;
	font-weight: bold;
}

#siteNav ul {
	list-style-type: none;
	margin-left: 14px;
	height: 30px;
}

#siteNav ul li {
	display: block;
	float: left;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	display: inline;
}

#siteNav ul li a {
	color: #ffb625;
	text-decoration: none;
	border-left: 1px solid #65663d;
	padding-left: 10px;
}

#siteNav ul li a#first {
	border-left: 0px solid #65663d;
	padding-left: 0px;
}

#siteNav ul li a.there {
	border-left: 1px solid #65663d;
	color: #fff;
}

#siteNav ul li a:hover {
	color: #fff;
}

#content {
	background-color: #65663d;
	margin: 0px auto;
	width: 728px;
	border-left: 2px solid #2f381b;
	border-right: 2px solid #2f381b;
	border-bottom: 2px solid #2f381b;
	padding: 20px;
	text-align: left;
}

#oneColumn {
	width: 688px;
	margin-right: 20px;
	float: left;
	margin-left: 20px;
	display: inline;
	text-align: left;
	padding-top: 20px;
}

a {
	color:#b0b699;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

a img {
	border-width:0;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}
/*
input, textarea {
	color: #ccc;
	background: #333;
	border: 1px solid #ccc;

	background: #111;
	border: 1px solid #777;
	color: #fff;
}
*/

.hidden {
	display: none;
}

.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 */

p {
	margin: 10px 0px;
}

.Error {
	color: #ffff00;
	font-weight: bold;
}

address {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-top: 20px;
}

.note {
	font-size: 12px;
	font-style: italic;
}

