* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
p {
	font-size: 12px;
}
table {
	font-size: 12px;
	border-collapse: separate;
	empty-cells: show;
	text-align: center;
}
table tr th, tbody tr td {
	padding: 4px;
	border: solid 1px #faf9f8;
}
table th {
	padding: 2px;
	background: #968c6f;
}
table tr {
	background: #FFFFDD;
}
table tr.odd {
	background: #d9d9bd;
}
tbody tr:hover, tbody tr.odd:hover {
	background: #beb499;
}
body {
	color:#2b2b2b;
}
#container {
	margin: 75px 10px 0;
	padding: 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#statistic {
	font-family: 'Verdana', Arial, serif;
	font-size: 12px;
	margin:10px 0;
	line-height:16px;
}
form {
	padding: 10px;
}
#footer {
	background:#141515 none repeat scroll 0 0;
	clear:both;
	width:100%;
}
#footer_content {
	margin:0 auto;
	padding:0 0 40px 30px;
	width:870px;
}
#footer_content p {
	-x-system-font:none;
	color:#CDCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
}
#footer_content p a {
	color:#E8E494;
}
#footer_content p a:hover {
	text-decoration:none;
}
#wrap {
	padding: 40px 20px 20px;
	margin: 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer, .push {
	height: 4em;
}
#nav a {
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	color:#ffffff;
	background:#000000;
	text-decoration:none;
}
#nav {
	margin:0 0 10px 0;
	width: 870px;
	float: right;
}
