@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #201714;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #600;
}
h2 {
	font-size: 14px;
	color: #600;
}
#center {
	margin: auto;
	width: 1005px;
}
#left {
	width: 206px;
	float: left;
}
#logo {
	height: 206px;
	width: 146px;
	background: url(../images/logo_big.gif) top left no-repeat;
	margin: 0px 0px 0px 20px;
}
#logo_background {
	height: 265px;
	width: 206px;
	background: url(../images/left_logo_background.gif) top left no-repeat;
	padding: 20px 0px 0px 0px;
}
#menu {
	width: 206px;
	background: url(../images/left_menu_background.gif) top left repeat-y;
	font: bold 12px "Arial";
	color: #ffb100;
}
#menu p {
	font: bold 12px "Arial";
	text-align: left;
	color: #ffb100;
	padding: 5px 45px 10px 25px;
}
#menu p a {
	text-decoration: none;
	color: #ffb100;
}
#menu p a:hover {
	text-decoration: none;
	color: #feda12;
}
#menu_top {
	height: 14px;
	width: 206px;
	background: url(../images/left_menu_top.gif) top left no-repeat;
}
#menu_bottom {
	height: 35px;
	width: 206px;
	background: url(../images/left_menu_bottom.gif) top left no-repeat;
}
#right {
	width: 799px;
	float: left;
}
#header {
	height: 159px;
	width: 799px;
}
#header_logo {
	height: 111px;
	width: 782px;
	background: url(../images/header_logo.jpg) top left no-repeat;
	margin: 14px 0px 0px 0px;
}
#header_background {
	height: 159px;
	width: 782px;
	background: url(../images/header_background.gif) top left repeat-x;
	float: left;
}
#header_left {
	height: 159px;
	width: 9px;
	background: url(../images/header_left.gif) top left no-repeat;
	float: left;
}
#header_right {
	height: 159px;
	width: 8px;
	background: url(../images/header_right.gif) top left no-repeat;
	float: left;
}
#content {
	margin: 20px 20px;
}
#main {
	width: 799px;
	background: url(../images/main_background.gif) top left repeat-y;
}
#main_top {
	height: 4px;
	width: 799px;
	background: url(../images/main_top.gif) top left no-repeat;
}
#main_bottom {
	height: 4px;
	width: 799px;
	background: url(../images/main_bottom.gif) top left no-repeat;
}
#footer {
	height: 86px;
	width: 1005px;
}
#footer_main {
	height: 86px;
	width: 912px;
	background: url(../images/footer_background.gif) top left repeat-x;
	float: left;
}
#footer_main p {
	font: bold 12px "Arial";
	text-align: center;
	color: #ffb100;
	margin: 26px 0px;
}
#footer_main p a {
	text-decoration: none;
	color: #ffb100;
}
#footer_main p a:hover {
	text-decoration: none;
	color: #feda12;
}
#footer_left {
	height: 86px;
	width: 45px;
	background: url(../images/footer_left.gif) top left no-repeat;
	float: left;
}
#footer_right {
	height: 86px;
	width: 48px;
	background: url(../images/footer_right.gif) top left no-repeat;
	float: left;
}
