/* @override http://homer.local/css/common.css */

body {
	font: 16px Georgia, Times, serif;
	color: white;
	background: #102f1e url(/images/bg-content.png) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;	
}

h1 {
	font-size: 20px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;	
}

h2, h3, h4, h5, h6 {
	font-size: 18px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

#extra1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 137px;
	background: #e6b984 url(/images/bg-wood.jpg) repeat-x center;
	border-bottom: 1px solid white;
}

#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 860px;
}

#title {
	width: 100%;
	height: 124px;
	background: url(/images/bg-headerbar.png) no-repeat center -3px;
}

#title p {
	display: none;
}

#imgmap {
	width: 840px;
	height: 125px;
	margin-left: 10px;
}

#nav {
	width: auto;
	height: 25px;
	background: black url(/images/bg-navbar.png) repeat-x;
	border: 1px solid white;
	text-align: center;
	float: right;
	padding: 0 15px 0 15px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	font-size: 12px;
	list-style-type: none;
	line-height: 25px;
	padding-left: 6px;
	padding-right: 4px;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	color: #d9ae7c;
}

#nav .navsep {
	background: url(/images/bg-navsep.png) no-repeat center center;
}

#content {
	width: 100%;
	margin-top: 50px;
}

#column1 {
	float: left;
}

#column1 img, #column2 img {
	border: 1px solid white;	
}

#column2 {
	float: right;
}

#column2 p {
	margin-top: 10px;
	line-height: 22px;
	text-align: justify;
}

#column1 ul, #column2 ul {
	margin: 0 0 20px 15px;
	padding: 0;
	line-height: 20px;
}

#column1 li, #column2 li {
	padding-right: 10px;
	list-style-type: square;
}

#column1 li ul li, #column2 li ul li {
	list-style-type: circle;	
}

#footer1, #footer2 {
	width: 50%;
	font-size: 75%;
	padding: 20px 0 20px 0;
	color: #2a4637;
}

#footer1 a, #footer2 a {
	color: #2a4637;
	text-decoration: underline;
}

#footer1 {
	clear: both;
	float: left;
}

#footer2 {
	float: right;
	text-align: right;
}

#footer3 {
	font: 8px Georgia, Times, serif;
	color: #2a4637;
	
	margin: 0;
	padding: 0;
	text-align: center;
}

