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

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

#content {
position: absolute;
width: 509px;
top: 450px;
left: 220px;
}

#nav {
position: absolute;
width: 312px;
top: 485px;
left: 55px;
}
input, textarea {
	margin: 1px;
	font-family: tahoma;
	font-size: 12px;
	color: #fffefe;
	background-color: #787778;
	
}
input.noborder {
	border: none;
}
a {
	color: #6f6e72;
        letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #949399;
font-size: 18px;
letter-spacing: 2px;
text-align: left;
border-bottom: 1px dashed #787778;
font-weight: bold;
}
h1{
  color:#949399;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
  font-family: tahoma;
  border-bottom: 1px dashed #787778;   
}
.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: 350px;	
        font-size: 12px;
	color: #6f6e72;
        font-weight:normal;
        background-color: #9E9D9E;
        padding: 7px;
        border-left: solid 4px #787778;
        border-right: solid 4px #787778;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        width: 100px;
        font-size: 12px;
	color: #DD8BCB;
        font-weight: bold;
        text-align: center;
        border: solid 2px #7352a3;
	
   
}
.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;
	}

.leter
	{
	font-weight: bold;
		}


