BODY {
    padding: 0;	
    margin: 0; 
    font-family: century gothic; 
    font-size: 10px; 
    color: #5E5E5E; 
    line-height: 15px; 
    text-align: left;
    background: #E8EAEA url('transformers_bg.png');
}

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

a:hover {
	color: #531D27;
    cursor: help;
	text-decoration: underline;
}

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

input, textarea, select{
	text-indent: 0px;
	color: #5E5E5E;
    font-family: century gothic; 
    font-size: 10px;
	background: #131313;
    border-left: 0px solid #1D1D1D; 
    border-right: 0px solid #1D1D1D; 
    border-top: 0px solid #1D1D1D;
    border-bottom: 3px solid #1D1D1D; 
}

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

i, em {
    color: #F1F3F5;
	}

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

h1 {
    background: transparent;
	height: 30px;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 40px;
	letter-spacing: 3px; 
	font-size: 17px; 
	border: 0px;
    color: #434343;
    margin-top: 10px;
    margin-bottom: -13px;
        .margin-bottom: -35px;
    text-align: right; 
}

#main {
	position: absolute; 
	width: 550px; 
	top: 470px; 
	left: 20px; 
	font-size: 10px; 
    text-align: justify; 
    color: #5E5E5E;
	float: left;
}

#nav {
	position: absolute; 
	width: 550px; 
	height: 560px;
	top: 500px; 
	left: 600px; 
	float: left;
}

div#nav a:link, div#nav a:visited, div#nav a:active {
	background-color : #131313;
    border-bottom: 3px solid #1D1D1D;
	border-top: 3px solid #1D1D1D;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 40px;
	letter-spacing: 3px; 
	font-size: 17px; 
	text-align : center;
	text-decoration : none;
	color : #333333;  
	display : block;
	width : 200px;
}

div#nav a:hover {
	background-color : #821E2B;	 
    border-bottom: 3px solid #1D1D1D;
	border-top: 3px solid #1D1D1D;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 40px;
	letter-spacing: 3px; 
	font-size: 17px; 
	text-align : center;
	text-decoration : none;
	color : #8C8C8C;  
	display : block;
	width : 200px;
}

#stats td {
	background: #1F1F1F;
	padding: 5px;
	width: 250px;
}

#footer {
    background: #E8EAEA url('footer_bg.png') no-repeat;
    font-family: century gothic;
	color: #737373;
    line-height: 11px;
	font-size: 10px;
	text-align: center;
    padding: 10px 0px;
	margin: 0px auto;
	clear: both;
}