body {
    padding: 0;	
    margin: 0; 
    font-family: century gothic; 
    font-size: 10px; 
    color: #878787; 
    line-height: 15px; 
    text-align: left;
    background: #E7E7E7 url('bg.png') repeat;
}

a:link, a:visited, a:active {
    font-weight: bold; 
	color: #636363; 
    cursor: help;
    text-decoration: none;
}

a:hover {
	color: #828282;
    cursor: help;
    text-decoration: none;
}

.navigation:link, .navigation:visited, .navigation:active  {
	font-family: arial narrow, tahoma, century gothic;   
	font-size: 20px;   
	line-height: 20px;
	letter-spacing: -1px; 
	color: #636363; 
	text-transform: uppercase;  
    cursor: help;
    text-decoration: none;
	text-align: right;
}

.navigation:hover  {
	color: #828282;
    cursor: help;
    text-decoration: none;
	}

td, tr {
    font-family: century gothic; 
    font-size: 10px; 
    color: #878787; 
    line-height: 15px; 
    text-align: justify;
}

input, textarea, select{
	text-indent: 0px;
	color: #878787;
    font-family: century gothic; 
    font-size: 10px;
	background-color: #E6E6E6;
    border-left: 0px solid #BEBEBE; 
    border-right: 0px solid #BEBEBE; 
    border-top: 0px solid #BEBEBE;
    border-bottom: 3px solid #BEBEBE; 
}

b, strong {
    color: #4D4D4D;
    font-size: 10px;
    font-weight: normal;
	}

i, em {
    color: #A88CA6;
	}

#main {
	position: absolute; 
	width: 410px; 
	top: 450px; 
	left: 5px; 
	font-size: 10px; 
    text-align: justify; 
    color: #878787;
	float: left;
}

#nav {
	position: absolute; 
	width: 200px; 
	top: 370px; 
	left: 217px; 
	text-align: right;
}

#stats {
	position: absolute; 
	width: 200px; 
	top: 350px; 
	left: -3px; 
	text-align: left;
}

#stats td {
	background: none;
	border-top: 0px; 
	border-bottom: 2px; 
	border-right: 0px; 
	border-left: 0px; 
	border-color: #D1D1D1;
	border-style: solid;
	padding: 5px;
	width: auto;
}

.img {
	background-color: #E6E6E6;
	border: 1px; 
	border-color: #B2B2B2;
	border-style: solid;
	padding: 2px;
	margin-right: 5px;
	margin-top: 2px;
}

h1 {
	background: none;
	height: 25px;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 30px;
	letter-spacing: 2px; 
	font-size: 18px; 
	border-top: 0px; 
	border-bottom: 2px; 
	border-right: 0px; 
	border-left: 0px; 
	border-color: #BEBEBE;
	border-style: solid;
    color: #939393;
    margin-top: 15px;
    margin-bottom: -5px;
        .margin-bottom: -15px;
	margin-left: 15px;
	margin-right: 15px;
    text-align: center; 
}

#footer {
    background-color: none; 
    line-height: 11px;
	font-size: 10px;
	text-align: center;
    padding: 10px 0px;
	margin: 0px auto;
	clear: both;
}