body {
margin: 0px;
padding: 0px;
background: url('images/bg.jpg') repeat-x;
background-color: #52dcd5;
font-size: 13px;
color: #243154;
font-family: arial;
}

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

#content {
position: absolute;
width: 450px;
top: 475px;
left: 80px;
}

#nav {
position: absolute;
width: 312px;
top: 485px;
left: 5px;
}
input, textarea {
	margin: 1px;
	font-family: tahoma;
	font-size: 12px;
	color: #243154;
	background-color: #52dcd5;
	
}
input.noborder {
	border: none;
}
a {
	color: #243154;
        letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #4196B0;
font-size: 14px;
letter-spacing: 3px;
text-align: left;
font-family: georgia;
border-bottom: 1px dashed #43B5AF;
font-weight: bold;
}
h1 {
  color:#4196B0;
  font-size: 14px;
  text-align: left;
  letter-spacing: 3px;
  font-family: georgia;
  border-bottom: 1px dashed #43B5AF;
  font-weight: bold;
}
.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: #52DCD5;
        font-weight:normal;
        background-color: #358F8A;
        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;
	}

