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

#content {
position: absolute;
width: 396px;
top: 450px;
left: 175px;
}

#navigation {
position: absolute;
width: 126px;
top: 450px;
left: 55px;
font-size: 12px;
}
h3{
color: #A44780;
font-size: 14px;
letter-spacing: 5px;
text-align: left;
border-bottom: 1px dotted #F1E5FD;
font-weight: bold;
}
h1 {
  color:#A44780;
  font-size: 14px;
  text-align: left;
  letter-spacing: 5px;
  font-family: tahoma;
  border-bottom: 1px dashed #F1E5FD;
}
input, textarea {
	margin: 1px;
	border: solid 1px #A8A0B0;
	font-family: tahoma;
	font-size: 11px;
	color: #FCFCFC;
	background-color: #F1E5FD;
	
}

a {
color: #A44780;
text-decoration: none;
}

a:hover {
	text-decoration: underline;        
}
#bq {
        width: 290px;	
        font-size: 11px;
	color: #A44780;
        font-weight:normal;
        background-color: #F1E5FD;
        padding: 10px;        
} 

