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

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

#content {
position: absolute;
width: 340px;
top: 350px;
left: 332px;
}

#nav {
position: absolute;
width: 312px;
top: 485px;
left: 55px;
}
input, textarea {
	margin: 1px;
	font-family: tahoma;
	font-size: 12px;
	color: #ff2900;
	background-color: #fb8770;
	
}
input.noborder {
	border: none;
}
a {
	color: #fb8770;
        letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #fb8770;
font-size: 18px;
letter-spacing: 2px;
text-align: left;
border-bottom: 1px dashed #ff2900;
font-weight: bold;
}
h1 {
  color:#fb8770;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
  font-family: tahoma;
  border-bottom: 1px dashed #ff2900;
   
}
.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: 325px;	
        font-size: 12px;
	color: #fb8770;
        font-weight:normal;
        background-color: #b2db1f;
        padding: 7px;
        border: solid 2px #7352a3;
        
}
#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;
	
   
}
#x {
  color:#cdc1b4;
  font-size: 13px;
  letter-spacing: 5px;
  font-family: tahoma; 
   

