HTML,
BODY {
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
}

A {
	color: #004795;	
}

IMG {
	border: 0;	
}

H1 {
	font-size: 14pt;
	color: #000000;
	margin: 1em 0 1em 0; 
}

H2 {
	font-size: 12pt;
	color: #000000;
	margin: 1em 0 1em 0; 	
}

DIV.wrapper {
	width: 100%;
	overflow: hidden;
	zoom: 1;	
}

DIV.col3 DIV {
	float: left;
	width: 33%;
	text-align: center;
}

DIV.col3 DIV.first {
	text-align: left;
}

DIV.col3 DIV.last {
	text-align: right;
}

DIV.big {
	font-size: 175%;
}

.center {
	text-align: center;	
}
.clear {
clear:all;
}

UL LI {
	list-style-type: none;	
}


H3 {
	margin: 2em 0 1em 0;
	font-size: 10pt;	
}
/* */

DIV#all {
	width: 980px;
	margin: 15px auto;
}

DIV#header {
	height: 100px;
	padding-right:20px;
}
DIV#header img {
	margin:0 2px;
}

/* MENU */

DIV.menu {
	text-align:right;
	margin:0 0 -2px 0;
}

DIV.menu A {
	color: #0a95cb;
	text-align:right;
}

DIV.menu DIV.homepage {
	float: left;
	padding: 5px 0 7px 37px;	
}

DIV.menu DIV.homepage A {
	color: #66B7E4;	
}

DIV.menu UL {
	padding: 0;
	margin:0;
}

DIV.menu UL LI {
	list-style: none; 
	margin: 0;
	padding: 0 1px;
	display:inline;	
}

DIV.menu UL LI.last {
	padding-right: 20px;
}

DIV.menu-bot {
	text-align:right;
	margin: 0 0 10px 0;
}

DIV.menu-bot A {
	color: #0a95cb;
	text-align:right;
}

DIV.menu-bot UL {
	padding: 0;
	margin:0;
}

DIV.menu-bot UL LI {
	list-style: none; 
	margin: 0;
	padding: 0 10px;
	display:inline;	
}

/* MIDDLE */

DIV#middle {
	margin: 1em 0 3em 0;
	min-height: 400px;
}

* HTML DIV#middle {
	height: 400px;	
}

DIV#rating {
	float: left;
	width: 235px;
	overflow: hidden;
}

DIV#main-cont {
	float: left;
	width: 100%;
	margin-left: -235px;
	
}

DIV#main-cont DIV#main {
	margin-left: 310px;
}

/* RATING TABLE */

TABLE.rating {
	border: 1px solid #EBEBEB;
	border-collapse: separate;
	margin-bottom: 1em;
}

DIV#rating TABLE.rating {
	width: 100%;
} 

TABLE.rating TR TD,
TABLE.rating TR TH {
	padding: 0.25em 0.5em;
	text-align: center;
}

TABLE.rating TR TH {
	color: #004795;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

TABLE.rating TR TD.score {
	color: #FF9900; 	
}

TABLE.rating TR.odd TD {
	background-color: #F7F7F7;
}
	
TABLE.rating TR.highlight TD {
	font-weight: bold;
	background-color: #E8E8E8;
}

/* TABLE PRIZES */

TABLE.prizes TD {
	padding: 2em 1em;
}

TABLE.prizes TD.qnt {
	width: 100px;
	text-align: center;
	color: #004795;
	font-size: 12pt;
	font-weight: bold;
		
}

LABEL {
	display: block;
	margin-bottom: 0.5em;
}

/* закругленные уголки */
.roundborder {
background-color:#e9e9e9;
margin-bottom:10px;
background:#e9e9e9 url(../img/back.gif) repeat-x top;
}
.roundborder .t, .roundborder .b {
position:relative;
height:15px;
}
.roundborder .t div, .roundborder .b div {
position:absolute;
width:15px; height:15px;
padding:0; margin:0;
}
.roundborder .t .l {
top:0; left:0;
background:#FFF no-repeat url(../img/angles.gif) top left;
}
.roundborder .t .r {
top:0; right:0;
background:#FFF no-repeat url(../img/angles.gif) top right;
}
.roundborder .b .l {
background:#FFF no-repeat url(../img/angles.gif) bottom left;
bottom:0; left:0;
}
.roundborder .b .r {
background:#FFF no-repeat url(../img/angles.gif) bottom right;
bottom:0; right:0;
}
.roundborder .content {
padding: 0 20px;
font: 12px Arial, sans-serif;
}