ul, li, img {
	padding: 0;
	margin: 0;
	border: none;
}
body {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #d0ad77;
}
.clearer {
	clear: both;
}
.topwrap {
	margin: 0;
}
.wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.header {
	height: 250px;
	background: url(/img/base/topbg.jpg) repeat-x;
	position: relative;
}
.header .wrap {
	height:250px;
	position: relative;
}
.logo {
	background: url(/img/base/logo.png);
	width: 589px;
	height: 71px;
	position: absolute;
	top: 80px;
	left: 35px;
}
.logolink {
	width: 589px;
	height: 71px;
	position: absolute;
	top: 80px;
	left: 35px;
	overflow: hidden;
	z-index: 20;
}
.logolink a {
	width: 589px;
	height: 71px;
	display: block;
	padding-left: 590px;
	overflow: hidden;
}
* html .logo {
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/base/logo.png", sizingMethod="crop");
}
ul.utils {
	position: absolute;
	left: 44px;
}
ul.utils li {
	list-style: none;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 30px;
	height: 25px;
}
ul.utils li a {
	width: 30px;
	height: 25px;
	background-image: url(/img/base/homemail.gif);
	display: block;
	text-indent: 999em;
}
ul.utils li.home a {
	background-position: 0 0;
}
ul.utils li.home a:hover {
	background-position: 0 -25px;
}
ul.utils li.mail a {
	background-position: 60px 0;
}
ul.utils li.mail a:hover {
	background-position: 60px -25px;
}
ul.utils li.lang a{
	background-position: 30px 0;
	text-indent: 0;
	text-align: center;
	color: #f2dc9b;
	font-weight: bold;
	font-family: "Calibri", Arial;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
}
ul.utils li.lang a:hover {
	background-position: 30px -25px;	
}
ul.utils li.lang a.selected {
	background-position: 30px -25px;	
}
ul.menu {
	position: absolute;
	bottom: 0;
	left: 45px;
}
ul.menu li {
	float: left;
	list-style: none;
	display: block;
	height: 27px;
	margin-right: 35px;
}
ul.menu li a {
	display: block;
	height: 27px;
	float: left;
	position: relative;
	text-decoration: none;
	padding: 0 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
	font-family: "Calibri", Arial;
	color: #f2c879;
}

ul.menu li a .left, ul.menu li a .right {
	display: block;
	height: 27px;
	width: 3px;
	float: left;
	position: absolute;
	top: 0px;
}

ul.menu li a .left {
	left: -3px;
}
ul.menu li a .right {
	right: -3px;
}
ul.menu li a:hover {
	background: url(/img/base/toptabs.gif) 0 -84px;
}
ul.menu li a:hover .left {
	background: url(/img/base/toptabs.gif) -2px -56px;
}
ul.menu li a:hover .right {
	background: url(/img/base/toptabs.gif) 0 -56px;
}
ul.menu li a.active {
	background: url(/img/base/toptabs.gif) 0 -28px;
	color: #1f1a14;
}
ul.menu li a.active .left {
	background: url(/img/base/toptabs.gif) -2px 0;
}
ul.menu li a.active .right {
	background: url(/img/base/toptabs.gif) 0 0;
}
.topside, .leftside, .rightside {
	position: relative;
}
.wrap .topside {
	background: url(/img/base/topb.gif);
	width: 930px;
	height: 26px;
}
.wrap .leftside {
	background: url(/img/base/leftb.gif) repeat-y top left;
	left: 5px;
	width: 950px;
}
.wrap .rightside {
	background: url(/img/base/rightb.gif) repeat-y right -60px;
	right: -24px;
	width: 876px;
	padding: 0 24px 0 0;
}
.content {
	background: #f2dc9b;
	padding: 0 296px 0 10px;
	margin: 0 0 -20px 0;
	width: 570px;
	min-height: 500px;
}
.rightcol {
	background: #f2dc9b;
	padding: 0;
	margin: 0 0 -20px 0;
	width: 210px;
	position: absolute;
	top: 0;
	right: 24px;
}
.wrap ul.leftmenu {
	position: absolute;
}
.wrap ul.leftmenu li {
	position: relative;
	left: -130px;
	top: 30px;
	padding-bottom: 7px;
	height: 31px;
	width: 150px;
	display: block;
	z-index: 0;
	text-align: right;
}
.wrap ul.leftmenu li a {
	height: 31px;
	width: 150px;
	display: block;
	font-family: "Calibri", Arial;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
	color: #1f1a14;
}
ul.leftmenu li a span {
	padding-right: 20px;
}
.wrap ul.leftmenu li a:hover {
	background: url(/img/base/lefttabs.gif) 0 -31px;
	color: #1f1a14;
}
.wrap ul.leftmenu li a.active {
	background: url(/img/base/lefttabs.gif) 0 0;
	color: #f2c879;
}
.footer {
	text-align: center;
	font-size: .8em;
	padding-bottom: 15px;
	padding-top: 10px;
	background: #f2dc9b;
	margin-top: 20px;
	color: #8C6239;
	font-family: Arial, Helvetica, sans-serif;
}
* html .footer {
	position: relative;
	padding-bottom: 35px;
}
/** text properties **/
.content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: 0px;
	font-weight: normal;
	color: #8c6239;
}
.content p, .content {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
}
div.picture{
	text-align: center;
	width: 140px;
	float: left;
	height: 140px;
}
div.picture a{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #8C6239;
}
a{
	color: #8C6239;
}	
}
