BODY {
	/*background: url('/images/bg.jpg');*/
	background: #887E5F;
}

#basic {
	width: 100%;
}

#center {
	padding: 0 30px 20px;
}

#footer {
	background: #352A29;
	width: 100%;
}

#footer .f_left {
	font: 12px Verdana;
	color: #FFF;
	text-align: center;
	padding: 20px 0 20px 20px;
}

#footer .f_right IMG {
	float: left;
	margin-left: 20px;
}

#header {
	background: url('/images/header3.jpg') no-repeat;
	height: 415px;
	text-align: right;
}

#header DIV {
	font: bold 14px Arial;
	color: #FFF;
	padding: 30px 20px 0 0;
}

#main {
	background: url('/images/bg.jpg');
	padding-top: 0px;
}

#main .bg_top {
	background: url('/images/bg_top.jpg') repeat-x;
	padding-top: 8px;
	width: 100%;
}

.left_column {
	padding-left: 20px;
	width: 200px;
}

/* верхнее меню */
.menu {
	margin: 0 auto 20px;
}

.menu TD.sep {
	padding: 0 10px;
}

.menu,.menu A {
	font: bold 14px Arial;
	color: #357;
}

.menu A:hover {
	color: #000;
}

/* меню снизу */
.menu_bot {
	margin: 0 auto;
}

.menu_bot TD.sep {
	padding: 0 3px;
}

.menu_bot,.menu_bot A {
	font: 11px Arial;
	color: #FFF;
	text-decoration: none;
}

.menu_bot A:hover {
	text-decoration: underline;
}

/* меню слева */
.menu_left A {
	background: url('/images/li.gif') no-repeat 0px 3px;
	font: bold 14px Tahoma;
	color: #FFF;
	display: block;
	margin: 0 0 8px;
	padding-left: 24px;
	text-decoration: none;	
}

.menu_left A:hover {
	text-decoration: underline;
}