body {
	margin: 0; 
	padding: 30px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(images/bg.gif);
	font: 11px/18px Verdana, sans-serif;
	}

h1 	{
    font-size: 18px;
    font-family: Verdana, sans-serif;
    text-decoration: none;
    letter-spacing: -1px;
    color: #ffffff;
    }
    
h2 	{
    font-size: 13px;
    font-family: Verdana, sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    }
    

    
/* ------------------------------------------------------------------ */

	
.logo {
	position: absolute;
	margin-left: 41px;
	margin-top: 30px;
	z-index: 100;
	}

.navigation {
    position: static;
	margin-top: 120px;
	margin-left: 154px;
	width: 700px;
	display: block;
	z-index: 0;
	}
	
.title {
	position: absolute;
	margin-left: 179px;
	margin-top: -18px;
	z-index: 50;
	}	
	
.topbar {
    position: static;
	margin-left: 154px;
	display: block;
	z-index: 0;
	}

.content {
	position: absolute;
	background: #2d1a08;
	width: 624px;
	height: auto;
	margin-left: 154px;
	padding-left: 25px;
	padding-bottom: 20px; 
	border-left: 1px solid #877e69;
	border-right: 1px solid #877e69;
	border-bottom: 1px solid #877e69;
	z-index: 0;
	}
	
.subnav {
	background: #15130d;
	width: 187px;
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 16px;
	border-left: 1px solid #877e69;
	border-right: 1px solid #877e69;
	border-bottom: 1px solid #877e69;
	}
	
.box {
	background: #15130d;
	width: 217px;
	float: right; 
	margin-top: 20px;
	margin-right: 16px;
	border-left: 1px solid #877e69;
	border-right: 1px solid #877e69;
	border-bottom: 1px solid #877e69;
	border-top: 1px solid #877e69;
	}	
	
.box2 {
	background: #15130d;
	width: 187px;
	float: right; 
	padding-right: 10px;
    padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 16px;
	border-left: 1px solid #877e69;
	border-right: 1px solid #877e69;
	border-bottom: 1px solid #877e69;
	border-top: 1px solid #877e69;
	}		
	
.text {
	width: 340px;
	float: left;
	} 
	
.form {
	width: 340px;
	float: left;
	} 	
	
label span {
width: 8em;
margin-left: 2em;
float: left;
}

#submit {
margin-left: 10em;
font-family: inherit;
}	


/* ------------------------------------------------------------------ */

a:link {
	font: 11px/18px verdana, sans-serif;
	font-weight: bold;
	text-decoration: none; 
	color: #d4b671;
	}
	
a:visited {
	font: 11px/18px verdana, sans-serif; 
	font-weight: bold;
	text-decoration: none; 
	color: #d4b671;
	}

a:hover {
	font: 11px/18px verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #d4b671;
	}
	
a:active {
	font: 11px/18px verdana, sans-serif;
	font-weight: bold;
	text-decoration: none; 
	color: #d4b671;
	}

/* ------------------------------------------------------------------ */