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

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

a:hover {
	color: #000000;
    cursor: help;
	text-decoration: underline;
	background: #D32118;
}

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

input, textarea, select{
	text-indent: 0px;
	color: #8E8E8E;
    font-family: century gothic; 
    font-size: 10px;
	background: #161616;
    border-left: 0px solid #2B2B2B; 
    border-right: 0px solid #2B2B2B; 
    border-top: 0px solid #2B2B2B;
    border-bottom: 3px solid #2B2B2B; 
}

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

i, em {
    color: #FFFFFF;
	}

#main {
    position: absolute; 
    top: 450; 
    left: 280;
    width: 500; 
    font: 9px; 
	    .font: 10px; 
    text-align:justify; 
    color: #737373;
    padding-left: 3pt;
} 	

.navtitle{
    background:none; 
    text-align: right; 
    color: #F1EEF1;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 20px;
	letter-spacing: 4px; 
	font-size: 10px; 
	border-bottom: 1px dashed #F1EEF1;
	margin: 3px 5px 0 auto;
	padding: 0 0 1px 5px; 
}

#nav { 
    position: absolute; 
    font-weight: bold; 
    top: 480; 
    left: 140; 
    width: 120; 
    font: 9px; 
    text-align: left;  
    color: #686B7C;
    padding-bottom: 0px;
}

#nav a {
    display: block;
    background: none;
    font-weight: bold; 
	color: #D32118; 
    cursor: help;
    text-decoration: none;
    margin-bottom: 0px;
	}

    #nav a:link { display: block;
    background: none;
    font-weight: bold; 
	color: #D32118; 
    cursor: help;
    text-decoration: none;
    margin-bottom: 0px; }

    #nav a:visited { display: block;
    background: none;
    font-weight: bold; 
	color: #D32118; 
    cursor: help;
    text-decoration: none;
    margin-bottom: 0px; }

    #nav a:hover {     font-weight: bold; 
	color: #000000; 
    cursor: help;
    text-decoration: none;
    margin-bottom: 0px; 
	background-color: #D32118; }

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

.codeimg {
	background-color: #161616;
	border: 1px; 
	border-color: #2B2B2B;
	border-style: solid;
	padding: 3px;
	margin-right: 2px;
	margin-top: 2px;
}

h1 {
    background: none; 
	height: 42px;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 23px;
	letter-spacing: 5px; 
	font-size: 17px; 
	border: 0px;
    color: #F4F4F4;
    margin-top: 10px;
    margin-bottom: -25px;
        .margin-bottom: -35px;
    text-align: right; 
}

h6 {
    background: none; 
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 20px;
	letter-spacing: 5px; 
	font-size: 17px; 
	border-bottom: 1px dashed #F1EEF1;
    color: #F4F4F4;
    margin-top: 10px;
    margin-bottom: -15px;
    text-align: left; 
}

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

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