body {
background-color: #2d2a49;
font-size: 11px;
color: #DD8BCB;
font-family: georgia;
}
div#wrapper {
width: 450px;
background-color:#372d61;
background: url('images/bg.jpg') repeat-y;
margin-top: 0px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;

}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
height: 341px;
background: url('images/header.jpg') no-repeat;
}
div#nav {
width: 100px;
padding: 10px;
margin-top: 15px;
float: left;
}
div#main {
width: 275px;
margin-left: 145px;
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: 57px;
clear: both;
}
a {
	color: #DD8BCB;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
color: #F89CF1;
text-decoration: underline;
background-color: #261933;
padding: 1px;
}
h3{
font-size: 14px;
text-align: right;
border-bottom: 1px dashed #FCDDFF;}
.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: georgia;
	font-size: 10px;
	color: #2d2a49;
	background-color: #DD8BCB;
	
}
input.noborder {
	border: none;
}
#bq {
        width: 175px;	
        font-size: 10px;
	color: #F8DEF9;
        font-weight:normal;
	border-left: 8px solid #493865;
	background-color: #2D2A49;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        width: 100px;
        font-size: 12px;
	color: #DD8BCB;
        font-weight: bold;
        text-align: center;
        border: solid 2px #2d2a49;
	
        
}

