* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 0.72em/147% Arial, Sans-serif;
	background: #FF950B url(../img/body_fon.gif) repeat-y center;
	color: #000; 
	position: relative;
	min-height: 100%;
	_height: 100%;
}

table {
	width: 100%;
}

table td {
	border-collapse: collapse;
	border: none;
	vertical-align: top;
	background: #FFD632;
	padding: 5px 10px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 1.17em 0 0.57em;
	font-style: italic;
}

h1 {
	font-size: 177%;
}

h1.firstline {margin: 0 0 0.57em}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 157%;
}

a {
	color: #B60000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	height: 1px;
	border: none;	
	background: #ccc;
	color: #ccc;
	*margin: -7px 0;
}

p {
	margin: 0.97em 0;
}

input, textarea, select {
	font: 100%/100% Arial, Sans-serif;
	padding: 2px 0;
	border: 1px solid #FF950B;
	color: #000;
	background: #FFCC33;
}

textarea {
	line-height: 147%;
}

ul {
	margin: 0 0 0 30px;
}

ul li ul {
	margin: 0 0 0 20px;
}

ul li {
	list-style: disk;
}

ul li ul li {
	list-style: circle;
}

ul.nav {
	margin: 0;
}

ul.nav li {
	list-style: none;
}

dd, dt {
	list-style: none;
}

.ff {
	*height: 1%;
}

.ff:after {
	content: "  ";
	clear: both;
	height: 0;
	width: 100%;
	display: block;
	visibility: hidden;
}

/*
---------------------------------------------------------------*/

#all {
	margin: 0 auto;
	width: 800px;
	padding: 0 0 70px;
	background: url(../img/bums.jpg) no-repeat 272px 0;
}

#a_left {
	float: left;
	padding: 20px 0 0;
	color: #fff;
	width: 200px;
}

#a_left a {
	color: #fff;
}

#a_right {
	float: right;
	width: 436px;
	padding: 330px 70px 0 70px;
}

#a_right dl {
	margin: 0 0 10px;
}

#a_right dt {
	margin: 0 0 5px;
}

#a_right h1, #a_right h2, #a_right h3 {
	color: #B60000;
}

#menu {
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	margin: 20px 0 0 30px;
}

#menu li {
	padding: 0 0 0 25px;
	margin: 5px 0;
	background: url(../img/menu_li.gif) no-repeat left;
}

#menu li a {
	text-decoration: none;
}

#menu li a:hover {
	color: #FF950B;
}

.morenav {
	margin: 30px 0 0 5px;
}

.morenav strong {
	display: block;
	font-size: 157%;
	font-style: italic;
	font-weight: bold;
	color: #FFD632;
	margin: 0 0 0 10px;
}

.morenav li {
	padding: 0 0 0 22px;
	background: url(../img/morenav_li.gif) no-repeat 0 6px;
	font-size: 97%;
	font-weight: bold;
	margin: 4px 0;
}

.morenav ul {
	margin: 10px 0 0 29px;
}

.morenav p {
	margin: 10px 0 0 30px;
	color: #FFEB7C;
}

#a_right .links {
	margin: 30px 0 0;
	font-size: 97%;
}

#a_right .links li {
	display: inline;
	margin: 0 7px 0 0;
}

/*
---------------------------------------------------------------*/

#bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	*bottom: -1px;
	width: 100%;
}

#footer {
	margin: 0 auto;
	width: 800px;
}

#footer p {
	float: right;
	clear: both;
	width: 479px;
	background: #fff;
	margin: 0 50px 0 0;
	*display: inline;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 97%;
}

/*
---------------------------------------------------------------*/

#contacts {
	margin: 1.77em 0 0;
}

#contacts input {
	width: 230px;
}

#contacts p {
	margin: 0 0 10px;
}

#contacts textarea {
	width: 435px;
	height: 200px;
}

#contacts .submit {
	border-left: 1px solid #FC6;
	border-top: 1px solid #FC6;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	background: #FF950B;
	width: 90px;
	margin: 0 0 2px;
	padding: 3px 0;
}

#contacts label span.c_l {
	float: left;
	width: 90px;
}

#contacts label span.c_l:hover {
	color: #B60000;
}

