body {
	background: url("/pic/spo_fon.jpg") #FFFFFF fixed;
}

th {
	text-align: center;
}

.top_menu {
	display: block;
	font-size: 8pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #555;
	background-color: #fff;
	padding: 3px 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
}

.main {
	position: relative;
	display: block;
	border: 1px solid #000;
	background-color: #fff;
	width: 660px;
	padding: 0px;
	left: 50%;
	margin-left: -330px;
}

.main1 {
	margin: 10px;
}

p {
	font-family: arial;
	font-size: 10pt;
	font-color: black;
	font-style: normal;
	text-transform: none;
}

h1 {
	font-family: arial;
	font-size: 20pt;
	color: #800000;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-family: arial;
	font-size: 18pt;
	color: black;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	text-transform: none;
}

h4 {
	font-family: Times New Roman cyr;
	font-size: 12pt;
	color: black;
	font-style: italic;
	font-weight: bold;
}

h5 {
	font-family: Times New Roman cyr;
	font-size: 10pt;
	color: black;
	font-style: italic;
	font-weight: normal;
}

h6 {
	font-family: arial;
	font-size: 12pt;
	color: white;
	font-style: bold;
}

table {
	background-color: #ffffff;
}

.f {
	text-transform: uppercase;
}

p .initial {
	font-size: xx-large;
	color: #6F3F01;
}

p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}

img.center {
	display: block;
	margin: 10px auto;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
}

div.left,div.image_left {
	margin: 7px 15px 10px 0;
	float: left;
}

div.center,div.image_center {
	display: block;
	margin: 7px auto 10px auto;
}

div.right,div.image_right {
	margin: 7px 0px 10px 15px;
	float: right;
}

div.left img,div.center img,div.right img,div.image_left img,div.image_center img,div.image_right img {
	display: block;
	margin: 0 auto 5px auto;
}

div.left p,div.center p,div.right p,div.image_left p,div.image_center p,div.image_right p {
	width: inherit;
	text-align: center;
	margin: 5px auto 5px auto;
	font-size: x-small;
	font-style: italic;
}

a.footnote {
	font-size: xx-small;
	vertical-align: super;
}

.greybox {
	padding: 8px 15px;
	background-color: #EEEEEE;
	border: solid 1px #000;
}

.greybox p {
	margin: 0;
}

li,p,td {
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: none;
}

.vertical-text {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
}
 #menu{
	width:160px;
	height:600px;
	position: fixed; /* Фиксированное положение */
	left:50%;
	margin:20px 0 0 350px;
    background: #ffe; /* Цвет фона */ 
    border: 1px solid #333; /* Параметры рамки */ 	}