body {
margin: 0px;
padding: 0px;
background: url('images/bg.jpg') repeat-x;
background-color: #040409;
font-size: 13px;
color: #C3C6B5;
font-family: tahoma;
}

#layout {
width: 675px;
height: 500px;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 450px;
top: 550px;
left: 250px;
}

#nav {
position: absolute;
width: 312px;
top: 575px;
left: 100px;
}
input, textarea {
	margin: 1px;
	font-family: tahoma;
	font-size: 12px;
	color: #C3C6B5;
	background-color: #05040A;
	
}
input.noborder {
	border: none;
}
a {
	color: #C3C6B5;
        letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #C3C6B5;
font-size: 14px;
letter-spacing: 1px;
text-align: left;
border-bottom: 1px dashed #ffffff;
font-weight: bold;
}
h1 {
  color:#C3C6B5;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  font-family: tahoma;
  border-bottom: 1px dashed #ffffff;
   
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}
#bq {
        width: 450px;	
        font-size: 13px;
	color: #C3C6B5;
        font-weight:normal;
        background-color: #181330;
        padding: 5px;
        
}
#title {
        background: url('images/titlebg.jpg') no-repeat;
        width: 100px;
        font-size: 12px;
	color: #ffffff;
        font-weight: bold;
        text-align: center;
        border: solid 2px #2d2a49;
	
   
}
#x {
  color:#cdc1b4;
  font-size: 13px;
  letter-spacing: 5px;
  font-family: tahoma; 
   
