body {
margin: 0px;
padding: 0px;
background: url('images/footer.jpg') repeat-y;
background-color: #0D0301;
font-size: 12px;
color: #FFFBE2;
font-family: tahoma;
}

#layout {
width: 750px;
height: 550px;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 420px;
top: 425px;
left: 315px;
}

#nav {
position: absolute;
width: 150px;
top: 455px;
left: 195px;
font-size: 14px;
}
input, textarea {
        padding:3px;
	margin: 1px;
	font-family: tahoma;
	font-size: 14px;
	color: #f6dac2;
	background-color: #000000;
	
}
input.noborder {
	border: none;
}
a {
	color: #FFFBE2;
        letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #f6dac2;
font-size: 14px;
letter-spacing: 1px;
text-align: left;
border-bottom: 1px dashed #fefefe;
font-weight: bold;
}
h1 {
  color:#f6dac2;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  font-family: tahoma;
  border-bottom: 1px dashed #fefefe;
   
}
.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: 305px;	
        font-size: 11px;
	color: #f6dac2;
        font-weight:normal;
        background-color: #330C04;
        padding: 10px;
        
}
.letter
	{
	color: #000000;
	font-family: georgia, times new roman, serif; 
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	padding: 0px; 
	text-transform: lowercase;
	}

