body {
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
}
div {
	border: 1px solid #d7d7d7;
	margin-top: 10px;
	margin-left: 10px;
}
img {
	border: 0px;
}
#top {
	width: 850px;
	height: 107px;
	background-color: #fff6d4;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
}
#menu {
	position: absolute;

	width: 125px;
	height: 558px;
	background-color: #f0f0f0;
}
#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin-top: 5px;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#content {
	position: absolute;
	width: 713px;
	left: 137px;
	background-color: #f0f0f0;
	margin-bottom: 0px;
}
#rightholder {
	position: absolute;
	width: 200px;
	height: 600px;
	left: 862px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#news {
	background-color: #f0f0f0;
	padding-bottom: 5px;
}
#info {
	background-color: #f0f0f0;
	padding-bottom: 5px;
}	
#bottom {
	position: absolute;
	width: 850px;
	height: 20px;
	top: 731px;
	background-color: #fff6d4;
	background-image: url("../img/bottom.gif");
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: bottom;
}
#bottom p {
	margin: 6px 2px 0px 2px;
}
.heading {
	height: 20px;
	margin: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: #ebebeb;
	background-image: url("../img/head_back.jpg");
	background-repeat: no-repeat;
}
.text {
	margin: 5px;
	border: 0px;
}
#maintext {
	height: 579px;
	margin: 0px 0px 0px 5px;
	border: 0px;
	overflow: auto;
}
h1, h3 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
}
h2 {
	display: inline;
	font-size: 14px;
}
a {
	color: #000;
}
.sideimg {
	float: right;
	margin: 5px;
}
.inline_box {
	width: 140px;
	margin: 0px 0px 10px 10px;
	float: left;
	border: 0px;
}
#lang {
	position: absolute;
	width: 125px;
	height: 30px;
	top: 699px;
	left: 10px;
	margin: 0px;
	background-color: #f0f0f0;
	text-align: center;
}
#lang img {
	margin: 5px 8px 0px 8px;
	border: 1px solid #d7d7d7;
}
.img_view {
	border: 1px solid #d7d7d7;
	margin-top: 5px;
}