body { 
background-color: #080b0a;
background-image:url(layout/lay2bg.jpg);
text-align: center;
margin: 10px;
}
body, td, input, select { 
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
color: #635C46;
}
a { 
text-decoration: none;
font-weight: bold;
color: #635C46;
}
a:hover
{ 
color: #7F7757;
}
#layout {
width: 612px;
position:absolute;
	left:0px;
	top:0px;
}
#navigation { 
width: 450px;
position:absolute;
	left: 90px;
	top: 280px;
text-align: justify;
padding: 2px;
}
#textarea { 
width: 450px;
position:absolute;
	left: 85px;
	top: 310px;
text-align: justify;
padding: 2px;
}
h2 { 
margin : 2px 0px 5px 5px;
font-size : 10px;
line-height : 12px;
text-transform : uppercase;
letter-spacing : 2px;
} 
input, textarea, select {
border: 1px solid #635C46;
background-color: #000000;
margin: 0px;
color: #635C46;
}
.imgborder {
	border: 1px solid #635C46;
}
p { 
margin : 0;
padding : 3px;
}



