html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

body {
	background-color: #bfb797;
	background-image: url(../images/1.jpg);
	background-repeat: repeat;
	background-position: 0 380px;
}

#container {
	position: relative;
	padding: 1px;
}

#top_bkg {
	height: 330px;
	width: 100%;
	position:absolute;
	background-image: url(../images/28.jpg);
	background-repeat: repeat;
	background-position: top left;
	top: 0;
	left: 0;
}

#mid_bkg {
	height: 50px;
	width: 100%;
	top: 330px;
	left: 0;
	background-image: url(../images/row_bkg.png);
	background-repeat: repeat-x;
	position: absolute;
}

#logo {
	height: 200px;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#logo  a {
	display:block;
	height: 200px;
}

#side_menu {
	width: 155px;
	margin: 0 10px;
	float: left;
	position: absolute;
	display: inline;
}

#main_menu {
	clear: left;
}

#main_menu  ul {
	margin: 0;
	padding: 0;
}

#main_menu ul li {
	display: block;
	margin: 3px 0;
	white-space: nowrap;
	font-size: 11pt;
}

#main_menu ul li a {
	display: block;
	line-height: 21px;
	height: 21px;
	padding: 0 5px 0 10px;
	text-decoration: none;
	color: #6a3300;
	border: 1px solid #8a8261;
	background-color: #bfb797;
	background-image: url(../images/menu_arrow.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#main_menu ul li ul {
	display: none;
}

#main_menu ul li.selected ul {
	display: block;
	margin: 0 0 8px;
	background-color: #bfb797;
	font-size: 9pt;
	padding: 8px 0;
}

#main_menu ul li ul li {
	margin: 0;
}

#main_menu ul li ul li a  {
	border: none;
	background-image: none;
	font-size: 9pt;
	text-decoration: underline;
}

#lang_menu {
	height: 40px;
}

#lang_menu ul {
	margin: 0;
	padding: 0;
}

#lang_menu ul li {
	display: block;
	float: left;
	margin: 0 5px;;
}

#lang_menu ul li a {
	display: block;
	line-height: 21px;
	height: 21px;
	width: 25px;
	text-align: center;
	text-decoration: none;
	color: #6a3300;
	border: 1px solid #8a8261;
	background-color: #bfb797;
	font-size: 10px;
}

#content_container {
	width: 826px;
	height: 459px;
	background-image: url(../images/content_container.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 1px;
	top: 100px;
	left: 175px;
	position: absolute;
}

#content {
	margin: 45px 46px;
	height: 344px;
	overflow: auto;
	font-size: 9pt;
	color: #6a3300;
	padding: 10px 20px;
}

#content h1 {
	font-size: 14pt;
	font-weight: bold;
}

#content h2 {
	font-size: 12pt;
	font-weight: bold;
}

#content img {
	padding: 1px;
	border: 1px solid #8a8261;
}

#content a {
	color: #6a3300;
	text-decoration: underline;
}

#footer {
	font-size: 10px;
	text-align: right;
	padding: 0 20px;
}

#footer a {
	color: #64432c;
	line-height: 40px;
}