body {
background-color: #0e7fca;
font-size: 12px;
color: #094E7D;
font-family: Georgia;
}
div#wrapper {
width: 500px;
background-color:#842223;
background: url('images/bg.jpg') repeat-y;
margin-top: 25px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: dashed 2px #094E7D;

}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
height: 325px;
background: url('images/header.jpg') no-repeat;
}
div#nav {
width: 150px;
padding: 5px;
margin-left: -100px;
margin-top: -92px;
text-align: right;

}
div#main {
width: 320px;
margin-left: 95px;
margin-top: -145px;
padding: 5px;
text-align: left;
}

div#footer {
margin: 0px;
padding: 0px;
text-align: center;
background: url('images/footer.jpg') no-repeat;
height: 30px;
clear: both;
}
a {
	color: #094E7D;
	text-decoration: none;
        font-weight: bold;
	
        
}
a:hover {
text-decoration: underline;

}

h3{
color: #094E7D;
font-size: 14px;
letter-spacing: 5px;
text-align: left;
border-bottom: 1px dotted #fffaf9;
font-weight: bold;
}
h1 {
  color:#094E7D;
  font-size: 14px;
  text-align: left;
  letter-spacing: 5px;
  font-family: tahoma;
  border-bottom: 1px dashed #fffaf9;
   
}
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 #000000;
	font-family: tahoma;
	font-size: 11px;
	color: #094E7D;
	background-color: #0e7fca;
	
}
input.noborder {
	border: none;
}
#bq {
        width: 300px;	
        font-size: 11px;
	color: #094E7D;
        font-weight:normal;
        background-color: #0e7fca;
        padding: 5px;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        width: 100px;
        font-size: 12px;
	color: #DD8BCB;
        font-weight: bold;
        text-align: center;
        border: solid 2px #374262;
	
   
}
#x {
  color:#cdc1b4;
  font-size: 13px;
  letter-spacing: 5px;
  font-family: tahoma; 
   
}

