html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-color:#000;
}

#centerwrap {
	margin:0px;
	padding:0px 0px 0px 0px;
	width: 900px;
	height: 750px;
	position:relative;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin: 0px 0px 0px -450px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
}
/* end hack */

a {
	font-family: verdana;
	font-size: 10px;
	color: #796c3f;
	text-decoration: none;
}

.error {
	color: #f00;
}

#main_table {
	width: 906px;
}

#main_content {
	background-color: #FFF;
}

#content_table {
	width: 880px;
}

#lang {
	text-align: right;
	font-family: verdana;
	font-size: 10px;
	height: 20px;
}

#header_splash {
	height: 118px;
	margin-left: 10px;
	z-index: 1;
}

#header_image {
	background-repeat: no-repeat;
	height: 95px;
	vertical-align: top;
}

#shade_right {
	width: 6px;
	/*background-image: url('../img/shade_right_repeat.jpg');*/
	display:none;
	background-repeat: repeat-y;
}

#shade_left {
	width: 2px;
	/*background-image: url('../img/shade_left_repeat.jpg');*/
	display:none;
	background-repeat: repeat-y;
}

#bottom {
	/*background-image: url('../img/bottom.gif');*/
	color:#FFF;
	background-repeat: no-repeat;
	height: 40px;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
}

#logo {
	margin-top: 14px;
	margin-left: 20px;
	display:none;
}

#menu {
	background-image: url('../img/menu_back.gif');
	background-repeat: repeat-x;
	height: 25px;
	margin-left: 10px;
}

#menu .main_menu_items a{
	margin-left: 20px;
	line-height: 22px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
}

#menu .main_menu_items a:hover {
	color: #796c3f;
}

.submenu {
	position: absolute;
	display: none;
	top: 133px;
	z-index: 10;
}

.submenu table {
	width: 130px;
	margin-top: 6px;
	background-color: #fefeff;
	padding: 2px;
}

.submenu table td a{
	color: #555555;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	margin-left: 5px;
	height: 17px;
	line-height: 17px;
}

.submenu table td a:hover {
	color: #796c3f;
}

#content_main {
	background-color: #FFF;
	width: 900px;
	height: 400px;
	padding-bottom: 20px;
	padding-left: 8px;
}

#right {
	background-color: #f0f0f1;
	float: right;
	width: 200px;
	margin-right: 20px;
}

#sph_left{
	background-color: #000;
	height: 20px;
	width: 7px;
}

#sph_center{
	background-color: #000;
	height: 20px;
	width: 180px;
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
}

#sph_right{
	background-color: #000;
	height: 20px;
	width: 9px;
}

#right_text a {
	font-family: verdana;
	font-size: 10px;
	color: #796c3f;
	text-decoration: none;
}

#right_text {
	margin-left: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #555;
}

#right_ul {
	margin-top: 0;
	margin-bottom: 6px;
}

#right_ul li a{
	font-family: verdana;
	font-size: 10px;
	color: #796c3f;	
	text-decoration: none;
}
