body {
background-color: #b5a9cd;
font-size: 11px;
color: #f1edf2;
font-family: arial;
}
div#wrapper {
width: 450px;
background-color:#DBDCE0;
background: url('images/bg.jpg') repeat-y;
margin-top: 0px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: thin solid #433f65;
}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
height: 269px;
background: url('images/header.jpg') no-repeat;
}
div#nav {
width: 75px;
padding: 10px;
margin-top: 15px;
float: left;
}
div#main {
width: 275px;
margin-left: 120px;
margin-top: -15px;
padding: 0px;
text-align: left;

}
div#footer {
margin: 0px;
padding: 0px;
text-align: center;
background: url('images/footer.jpg') no-repeat;
height: 94px;
clear: both;
}
a {
	color: #f5e7ed;
	text-decoration: none;
	
        
}
a:hover {
font-weight: bold;
text-decoration: underline;
}
h3{
font-size: 13px;
border-bottom: 2px dotted #F5D7DF;}
.smaller {
	font-size: 90%;
}
div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}
input, textarea {
	margin: 1px;
	border: solid 1px #b5a9cd;
	font-family: arial;
	font-size: 10px;
	color: #7f75af;
	background-color: #f1edf2;
	
}
input.noborder {
	border: none;
}
#bq {
        width: 250px;	
        font-size: 10px;
	color: #fefdf8;
        font-weight:normal;
	border: 3px solid #F5D7DF;
	background-color: #D6A4CA;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        font-size: 12px;
	color: #f1edf2;
        font-weight: bold;
        text-align: center;
        border: solid 1px #b5a9cd;
	
        
}
.firstletter {
background-color: transparent;
color: #8AA1C3;
font-family: "Times New Roman", serif;
font-size: 18px;
font-weight: bold;
font-style: italic;
} 

