body {
	margin: 0px 0px 20px 0px; 
	padding: 0px;
	color: #bab767;
	font-size: 12px; 
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif; 
	background-image: url(../images/gui/bg.jpg);
}
.clr {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
a {
	color: #85832d;
	text-decoration: none;
}
a:hover {color:#bab767; }
a img { border: none; }
form {
	padding: 0px;
	margin: 0px;
}
/* --------- */
.mainout { }
.left1 {
	width: 12px;
	background-image: url(../images/gui/left_element1.gif); background-repeat: repeat-y; background-position: top right;
}
.left2 {
	width: 17px;
	background-image: url(../images/gui/left_element2.gif); background-repeat: repeat-y; background-position: top left;
	background-color: #171717;
}
.right1 {
	width: 17px;
	background-image: url(../images/gui/right_element1.gif); background-repeat: repeat-y; background-position: top right;
	background-color: #171717;
}
.right2 {
	width: 12px;
	background-image: url(../images/gui/right_element2.gif); background-repeat: repeat-y; background-position: top left;
}
	
.contentout {
	width: 760px;
	background-image: url(../images/gui/bg_content.jpg);
	text-align: left;
}
.header {
	height: 302px;
	background-image: url(../images/gui/header.jpg); background-repeat: no-repeat;
}
.content {
	width: 738px;
	margin-left: 10px;
}
.title {
	color: #BAB767;
	font-size: 16px;
	font-weight: bold;
}
.leftin {
	width: 13px;
	background-image: url(../images/gui/left_element.jpg); background-repeat: repeat-y; background-position: top right;
}
.rightin {
	width: 13px;
	background-image: url(../images/gui/right_element.jpg); background-repeat: repeat-y; background-position: top left;
}
.contentin {
	padding: 0px 10px 0px 10px;
	background-color: #000000;
}
.inside {
	padding: 23px 16px 20px 16px;
	background-image: url(../images/gui/bg_content.gif);
}
.menu { 
	margin-bottom: 20px; 
	padding-bottom: 15px; 
	border-bottom: 1px dashed #85832d;}
.menu a { margin-right: 43px; }
.conttext { margin-bottom: 15px; }
.leftcont {
	width: 430px;
	padding-right: 20px;
	text-align: justify;
	border-right: 1px dashed #85832d;
}
.leftcont p {
	margin: 0px 0px 10px 0px;
	text-indent: 20px;
}
.rightcont {
	/*width: 300px;*/
	padding-left: 20px;
}
.rightcont a {
	line-height: 18px;
	font-weight: bold;
}
/*.rightcont a:hover { text-decoration: underline; }*/
.link {
	font-weight: bold;
}
.footertext {
	padding: 10px 0px 0px 0px;
	border-top: 1px dashed #85832d;
}

.footer {
	height: 61px;
	background-image: url(../images/gui/footer_element.gif); background-position: 0px 0px;
}