
body {
	font-family: tahoma;
	font-size: 13px;
	background: url(../images/bg.jpg) repeat-x;
	overflow-y: scroll;
}

h1 {
	color: #3884b4;
	font-size: 22px;
	font-weight: normal;
	margin: .5em 0;
	padding: 0;
}




div#container {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 10px;
	background: white;
}





/**
 * 		header
 */

div#header {
	position: relative;
	width: 100%;
	height: 130px;
	padding: 0 0 5px 0;
	background: url(../images/header-line.jpg) 0 100% repeat-x;
}

div#header a.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

div#header div.slogan {
	position: absolute;
	width: 300px;
	top: 20px;
	left: 180px;
	color: #939597;
	text-align: center;
	font-size: 20px;
}

div#header div.slogan div {
	color: #0054A6;
}
	
div#header div.top {
	position: absolute;
	height: 5px;
	width: 100%;
	bottom: 5px;
	background: url(../images/menu-bg.jpg) repeat-x;	
}



/**
 * 		content
 */

div#content {
	min-height:500px;
	height:auto !important;
	height:500px;	
	margin: 5px 0;
}

div#content div.left {
	width: 200px;
	float: left;
}

div#content div.middle {
	width: 800px;
	float: right;
}



div.left {}

div.left ul.side {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.left ul.side li {
	border-bottom: 1px solid gray;
}

div.left ul.side li a {
	display: block;
	padding: .5em 0;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.left ul.side li.active a {
	color: red;
}



table.ranks {
	width: 100%;
	border-collapse: collapse;
}

table.ranks thead tr th {
	padding: .5em;
	background: #cacaca;
}

table.ranks tr td {
	padding: .25em .1em;
	border: 1px solid #cacaca;
}

table.ranks tr:hover td {
	background: #e9e9e9;
}




