html {
	margin-left: calc(100vw - 100%);
}
body {
	background-color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;
	width: 100%;
	height: 100%;
}
div.top {
	width: 100%;
	height: 100%;
}
div.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div.navigation {
	height: 38px;
}

div.header {
	width: 960px;
	height: 167px;
}
div.footer {
	width: 960px;
	height: 167px;
}
div.back_top {
	height: 83px;
}
div.back_top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.back_middle {
	min-height: 400px;
	background-image: url(http://img.combats.com/i/rating/top_begr_part2.png);
	background-repeat: repeat-y;
	background-position: top center;
}
div.back_bottom {
	height: 83px;
}
div.back_bottom img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
nav {
	padding: 0px 0;
}
nav ul {
    list-style-type:none;
    margin:0 0px;
    padding:0 7px;
}
nav ul li {
    display:inline-block;
    position:relative;
}
nav li ul {    
    background-color:rgb(25,25,25);
    position:absolute;
    left:0;
    top:38px;
    width:218px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:218px;
    margin:0;
}
nav a,
nav a:visited,
nav a:link {
    color: #f6be68;;
    line-height:38px;
    text-decoration:none;
    letter-spacing: 0px;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: normal;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    font-size: 10pt;
    text-transform: uppercase;
    color: #31b2dc;
}

nav ul.sub-menu li>a {
    border-bottom:solid 1px rgb(200,200,200);
    margin:0;
    padding:0;
}
nav ul.sub-menu li:last-child>a {
    border-bottom:none;
}

ul.sub-menu {
    display:none;
}

a,a:visited	{ text-decoration: none; FONT-WEIGHT: bold; color: #003388; }
a:active	{ color: #6F0000}
a:hover		{ color: #0066FF}
H3	{ COLOR: #8f0000;  FONT-SIZE: 12pt;  FONT-WEIGHT: bold; TEXT-ALIGN: center; MARGIN-TOP: 0px;}
H4	{ COLOR: #8f0000;  FONT-SIZE: 11pt;  FONT-WEIGHT: bold; MARGIN-BOTTOM: 5px; MARGIN-TOP: 0px;}
H5	{ COLOR: #4f0000;  FONT-SIZE: 11pt;  FONT-WEIGHT: bold; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px;}

.maintable td {border-bottom: 1px dotted #666666; padding: 2 4 2 4;}
.maintable td.last {border-bottom: 0px;}
.maintable td.header {background-color: #AAAAAA; border-bottom: 1px solid #666666; color: #003388; font-weight: bold; }