body {
	margin: 0px;
	background: #000000 url(../images/body_bck.png) repeat-y;
}
*{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #f9c168;
}
a {
	text-decoration: none;
	color: #f9c168;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0px;
}
form{
	margin: 0px;
}
input, option, textarea{
	color: #000000;
}
.button{
	background-color: #545556;
	border: 0px;
	height: 19px;
	color: #FFFFFF;
	font: 700 8pt Tahoma;
}
.main_container {
	width: 774px;
	text-align: left;
}
.right_content{
	width: 300px;
}
.right_sep{
	height: 10px;
	font-size: 1px;
	clear: both;
}
/**/
.middle_page_title{
	height: 40px;
	overflow: hidden;
}
.middle_page_title span{
	padding-left: 15px;
	font: bold 30px/40px Tahoma;
	color: #FFFFFF;
}
.middle_content{
	padding: 0px 0px 0px 15px;
}
table.middle_content{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
/**/
.base {
	clear: both;
	width: 774px;
	overflow: hidden;
	background: url(../images/base_bck.jpg) no-repeat top right;
}
.base_middle {
	float: left;
	padding: 35px 20px 20px 0px;
}
.base_middle .base_middle_inner{
	width: 545px;
	overflow: hidden;
}
.base_right {
	float: left;
	padding: 135px 0px 0px 4px;
}
.base_right_inner {
	width: 205px;
	overflow: hidden;
}
/****/
.footer {
	background: url(../images/footer_bck.png) no-repeat;
	text-align: left;
	clear: both;
}
.footer .content {
	padding: 40px 0px 20px 15px;
}
.footer .content, .footer .content a {
	font: 100 7pt Verdana;
	color: #81542f;
}
.footer .content .copyright{
	color: #f5821f;
	font: 700 7pt Verdana;
}
/****/
.logo img{
	width: 205px;
	height: 80px;
}
/**/
.side_menu_caption{
	width: 205px;
	height: 20px;
	background: url(../images/menu_caption.png) no-repeat;
}
.side_menu {
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.side_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 18px; 
	overflow: hidden;
	text-align: left;
}
.side_menu a {
	font: 100 8pt/16px Tahoma;
	display: block;
	margin-left: 0px;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
}
.side_menu .parent a {
	background: url(../images/icon_01.gif) no-repeat 15px center;
	color: #d3892a;
}
.side_menu .child a{
	background: url(../images/icon_01.gif) no-repeat 15px center;
	color: #d3892a;
}