body { 
background: #000000;
background: url(bg.png);
font: 12px tahoma, arial;
color: #ECECEC;
cursor: crosshair;
letter-spacing: 1px;
line-height: 18px;
padding: 0;
margin: 0;
}

#layout { 
position: absolute;
background: url('') no-repeat;
top: 0px;
left: 0px;
width: 435px;
height: 800px; 

}

a:link, a:visited, a:active { 
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px dashed #C00000;
}

a:hover { 
color: #800000;
text-decoration: none;
border-bottom: 1px dashed #FFFFFF;
}


#navigation { 
position: absolute;
top: 21px;
left: 510px;
width: 370px;
text-align: center;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}

#content { 
position: absolute;
top: 60px;
left: 496px;
width: 400px;
padding: 0 0 10px 0;
}


h1 { 
font-style: italic; 
font-weight: bold; 
font-size: 18px;
color: #C0C0C0; 
letter-spacing: 2px;
border-bottom: 1px solid #000000;
padding: 3px 0 3px 3px; 
margin: 0; 
font-family: georgia;
}

ul {
   list-style-type: square;
}

strong {
color: #800000;
}

em {
color: #C00000;
}


input, textarea, option, select { 
border: 1px solid #800000;
background-color: #000000;
padding: 2px 5px 2px 5px;
color: #FFFFFF; 
font-size: 12px; 
font-family: tahoma, arial; 
}

