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

#nav {
position: absolute;
width: 127px;
top: 170px;
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: #606B96;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{

font-size: 14px;
letter-spacing: 5px;
text-align: right;
border-bottom: 1px solid #DDE3FF;
font-weight: bold;
}
h1 {

  font-size: 14px;
  text-align: right;
  letter-spacing: 5px;
  font-family: tahoma;
  border-bottom: 1px solid #DDE3FF;
   
}

.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: 300px;	
        font-size: 12px;
	color: #474f6f;
        font-weight:normal;
	border: 6px solid #7986BD;
	background-color: #BECBFF;
        padding: 2px;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        font-size: 12px;
	color: #f1edf2;
        font-weight: bold;
        text-align: center;
        border: solid 1px #b5a9cd;
	
        
}

