body {
margin: 0px;
padding: 0px;
background: url('images/footer.jpg') repeat-y;
background-color: #000000;
font-size: 13px;
color: #d7a799;
font-family: verdana;
}
#content {
position: absolute;
width: 400px;
top: 375px;
left: 15px;
}

#nav {
position: absolute;
width: 127px;
top: 100px;
left: 509px;
text-align: right;
}
input, textarea {
	margin: 1px;
	border: solid 1px #333;
	font-family: arial;
	font-size: 10px;
	color: #312F23;
	background-color: #FFFFFF;
	
}
input.noborder {
	border: none;
}
a {
	color: #d7a799;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
border-bottom: 1px solid #000000;
font-size: 15px;}

.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}
#bq {
        width: 240px;	
        font-size: 12px;
	color: #D2A898;
        font-weight:normal;
	border-left: 8px solid #000000;
	background-color: #070C08;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        font-size: 12px;
	color: #f1edf2;
        font-weight: bold;
        text-align: center;
        border: solid 1px #b5a9cd;
	
        
}

