html {
	background: #4e3700;
	color: #a88b18;
}

body {
	min-width: 800px;
	background: url(top.png) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

div.page_container {
	width: 75%;
	min-width: 800px;
	margin: 0 auto;
	overflow: hidden; 
	text-align: left;
	line-height: 0;
}

div.header {
	height: 130px;
	min-height: 130px;
	max-height: 130px;
}

div.header img {
	float: left;
}

div.nav {
	clear: both;
	height: 41px;
}

div.nav img {
	float: left;
}

div.content {
	padding: 20px;
	line-height: normal;
}

div.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
	
div.page_container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.page_container {
	clear: both;
}

/* links
/* ------------------------------------------------------------------------- */

a {
	outline: 0;
	font-weight: bold;
	text-decoration: underline;
}

a:link, a:visited {
	color: #ceb13e;
}

a:link:hover, a:visited:hover {
	color: #e9cc59;
}

a:link:active, a:visited:active {
	color: #dec14e;
}

/* misc
/* ------------------------------------------------------------------------- */

.clear_all {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

hr {
	clear: both;
	margin: 1em 0 1em 0;
	padding: 0;
	border: none;
	border-bottom: 3px solid #a88b18;
}

.news {
	float: right;
	width: 25%;
	margin-left: 2em;
	padding: 2em;
	border: 1px solid #a88b18;
	background-color: #664700;
}

.newsnew {
	padding: 0.5em;
	border: 1px solid #a88b18;
	background-color: #664700;
}

#myGallery
{
	width: 700px !important;
	height: 469px !important;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	
	
} 

/* TABLES */
table.styled {
	clear: both;
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 2px;
	border-collapse: separate;
	border: 1px solid #a88b18;
}

table.styled th {
	padding: .3em;
	vertical-align: bottom;
	background: #a88b18;
	color: #4e3700;
	font-weight: bold;
	text-align: left;
}

table.styled td {
	padding: .3em;
	vertical-align: top;
}
