html,body {
	background:#867851;
	margin:0;
	font-size:11px;
	font-family:Tahoma;
	color:#4c2f2b;
}
body {
	background:url(../images/bg.gif) repeat-x;
}

#main {
	margin:auto;
	width:784px;
	background:url(../images/main_bg.gif);
}

#left {
	width:594px;
	float:left;
}

#head {
	width:594px;
	height:91px;
	overflow:hidden;
	background:url(../images/head_bg.gif);
}

#cimsor {
	float:left;
	width:370px;
	overflow:hidden;
	margin-top:5px;
	margin-left:25px;
}
#cimsor h1 {
	margin:0;
	padding:0;
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
	color:#8f1100;
}
#cimsor h2 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#4c2f2b;
	padding-left:3px;
}

#upmenu {
	float:right;
	width:130px;
	overflow:hidden;
	margin-top:62px;
	margin-right:25px;
	text-align:right;
	color:#656565;
}

#logo {
	height:125px;
	width:594px;
	overflow:hidden;
	background:url(../images/logo_bg.gif) left repeat-y;
}

#content {
	width:594px;
	overflow:hidden;
	background:url(../images/content_bg.gif);
}

#content h2 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#8e1100;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	background:url(../images/content_head_bg.gif) bottom repeat-x;
	padding-bottom:3px;
	padding-left:2px;
}






#right {
	width:190px;
	float:right;
}

#right_top {
	width:190px;
	height:91px;
	overflow:hidden;
	background:url(../images/right_top.gif);
}




#foot {
	height:35px;
	overflow:hidden;
	background:url(../images/foot_bg.gif);
	color:#62573b;
}







.f_menu:link, .f_menu:active, .f_menu:visited, .f_menu:hover {
	text-transform:uppercase !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
	display:block !important;
	background:url(../images/f_menu_bg.gif) bottom repeat-x !important;
	padding-bottom:1px !important;
	margin-bottom:15px !important;
	margin-top:15px !important;
}
.f_menu:hover {
	color:#ffdc51 !important;
}
.f_menu_active:link, .f_menu_active:active, .f_menu_active:visited, .f_menu_active:hover {
	text-transform:uppercase !important;
	color:#ffdc51 !important;
	text-decoration:none !important;
	display:block !important;
	background:url(../images/f_menu_bg.gif) bottom repeat-x !important;
	padding-bottom:1px !important;
	margin-bottom:15px !important;
	margin-top:15px !important;
}

.a_menu:link, .a_menu:hover, .a_menu:active, .a_menu:visited {
	color:#3b3322 !important;
	display:block !important;
	margin-top:3px !important;
	margin-bottom:3px !important;
}
.a_menu:hover {
	text-decoration:none !important;
}
.a_menu_active:link, .a_menu_active:hover, .a_menu_active:active, .a_menu_active:visited {
	color:#3b3322 !important;
	display:block !important;
	margin-top:3px !important;
	margin-bottom:3px !important;
	text-decoration:none !important;
}

