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

#layout {
width: 800px;
height: 600px;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 425px;
top: 475px;
left: 205px;
}

#nav {
position: absolute;
width: 400px;
top: 415px;
left: 355px;
}
input, textarea {
        padding:3px;
	margin: 1px;
	font-family: tahoma;
	font-size: 14px;
	color: #1F1F1F;
	background-color: #D9D9D9;
	
}
input.noborder {
	border: none;
}
a {
	color: #d2c3b0;
        letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #AB9F90;
font-size: 14px;
letter-spacing: 1px;
text-align: left;
border-bottom: 1px dashed #fefefe;
font-weight: bold;
}
h1 {
  color:#AB9F90;
  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: 375px;	
        font-size: 12px;
	color: #bda6a0;
        font-weight:normal;
        background-color: #cc3558;
        padding: 7px;
        
}
.letter
	{
	color: #949399;
	font-family: georgia, times new roman, serif; 
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	padding: 0px; 
	text-transform: lowercase;
	}
