html,body {
	margin:0;
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
}
html {
	background:url(../images/bg.jpg);
}

#main {
	margin:auto;
	/*background:url(../images/mbg.png);*/
	width:770px;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:20px;
	border-left:4px solid #c76f09;
	border-right:4px solid #c76f09;
}

#main2 {
	margin:auto;
	width:770px;
	overflow:hidden;
	background:#ffffff;
}

#head {
	width:770px;
	height:81px;
	overflow:hidden;
	background:url(../images/head_bg.gif);
}

#head h1 {
	margin:0;
	padding:0;
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	margin-left:62px;
	line-height:22px;
	color:#585858;
}
#head h2 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin-left:64px;
}

#logo {
	width:770px;
	height:140px;
	background:#ffffff;
}

#menusor {
	margin:auto;
	width:749px;
	height:46px;
	overflow:hidden;
	margin-top:5px;
	background:url(../images/menusor_bg.gif);
}

#menusor a:link, #menusor a:active, #menusor a:visited, #menusor a:hover {
	display:block;
	float:left;
	height:33px;
	margin-left:20px;
	text-transform:uppercase;
	font-weight:bold !important;
	color:#ff5614 !important;
	text-decoration:none !important;
	background:url(../images/menusor_item_bg.gif) top right no-repeat;
	padding-top: 13px;
}
#menusor a:hover {
	color:#7ba901 !important;
}

#left {
	float:left;
	width:520px;
	padding-top:13px;
}

.cont {
	background:url(../images/cont_bg.gif) right;
}

#right {
	float:right;
	width:225px;
	overflow:hidden;
	background:url(../images/right_top.gif) top left no-repeat;
}

#right_menu {
	margin-top:10px;
	padding:10px;
}

#right_menu a:link, #right_menu a:visited, #right_menu a:active, #right_menu a:hover {
	display:block;
	text-transform:uppercase;
	font-weight:bold !important;
	color:#4d4d4d !important;
	text-decoration:none !important;
	background:url(../images/right_menu_item_bg.gif) top left no-repeat;
	padding-left:15px;
	margin-bottom:10px;
}
#right_menu a:hover {
	color:#7ba901 !important;
	background:url(../images/right_menu_item_bg_active.gif) top left no-repeat;
}

#left h2 {
	margin:0;
	padding:0;
	font-size:13px;
	text-transform:uppercase;
	color:#ff5614;
	display:inline;
	font-weight:bold;
}

#left h3 {
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	color:#707070;
	display:inline;
	font-weight:normal;
}

#ender {
	height:8px;
	overflow:hidden;
	background:url(../images/body_end.gif) top right no-repeat;
}

#foot {
	margin:auto;
	width:749px;
	margin-top:5px;
	margin-bottom:10px;
	background:#e5e2d9;
	height:25px;
	color:#707070;
	text-transform:uppercase;
	font-weight:bold;
}

a:link, a:active, a:visited, a:hover {
	color:#ff5614 !important;
	cursor:pointer !important;
}

a:hover {
	text-decoration:none !important;
}
