body {
margin: 0px;
padding: 0px;
background: url('images/bg.jpg') repeat-y;
background-color: #070707;
font-size: 12px;
color: #fefefe;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 750px;
height: 500px;
background: url('images/header.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 251px;
top: 395px;
left: 5px;
}

#nav {
position: absolute;
width: 114px;
top: 375px;
left: 275px;
}
input, textarea {
	margin: 1px;
	border: solid 1px #000000;
	font-family: arial;
	font-size: 10px;
	color: #fefefe;
	background-color: #070707;
	
}
input.noborder {
	border: none;
}
a {
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #fffaf9;
font-size: 14px;
letter-spacing: 5px;
text-align: left;
font-family: sans-serif;
border-bottom: 1px dotted #000000;
font-weight: bold;
}
h1 {
  color:#fffaf9;
  font-size: 14px;
  text-align: left;
  letter-spacing: 3px;
  font-family: sans-serif;
  border-bottom: 1px dashed #000000;
   
}
#bq {
        width: 230px;	
        font-size: 11px;
	color: #fefefe;
        font-weight:normal;
        background-color: #070707;
        padding: 7px;
        
}

