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

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

div.page_container {
	width: 1008px;
	min-width: 1008px;
	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.lol img {
		
}

div.content {
	position: relative;
	line-height: normal;
	background-repeat: no-repeat;
	min-height: 567px;
	height: 567px;
	background-position: center top;
	background-image: url(new_bg2.gif);
	padding: 40px;
}

.rates {
	border: 1px solid #a88b18;
	background-color: #4e3700;
	padding: 20px;
	overflow: auto;
	height: 490px;
	min-height: 490px;
	max-height: 490px;
}

.news {
	width: 30%;
	border: 1px solid #a88b18;
	background-color: #664700;
	float: left;
	padding: 20px;
	min-height: 353px;
	max-height: 353px;
	height: 353px;
	overflow: auto;
}

.news p {
	font-size: 0.8em;

}

.noscript {
	font-size: 1.5em;
	font-weight: bolder;
	color: #F00;
}

.ss {
	float: right;
	margin-bottom: 20px;
}

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

div.contenttext {
	font-size: 0.8em;
	clear: both;
	border: 1px solid #a88b18;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-color: #4e3700;
	margin-bottom: 15px;
	height: 54px;
	min-height: 54px;
	max-height: 54px;
}

/* 	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #4e3700;
*/

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;
}

.navfoot {
	position: absolute;
	font-size: 0.7em;
	line-height: normal;
	font-weight: bold;
	bottom: 11px;
	padding-bottom: 25px;
	left: 41px;
	width: 960px;
}
.navfoot li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}

.navfoot a:link {
	color: #4e3700;
	text-decoration: none;
}

.navfoot a:visited {
	color: #4e3700;
	text-decoration: none;
}

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;
}

/* 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;
}

