/* ------------------------- BODY ------------------------- */
body { 
scrollbar-face-color: #ffffff; 
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color:#ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #000000;
background-color: #ffffff;
font-family: tahoma, georgia,; 
color: #202020; 
}

/* ------------------------- LAYOUT ------------------------- */

#header{
position:absolute; 
overflow:auto; 
top:10px; 
left:50px;} 

.stats{
background:#202020;
font-size: 11px;
color: #ffffff;
width: 270px;
padding:7px;
font-family: tahoma, trebuchet ms, verdana, tahoma;}

#layout{
position:absolute;
overflow:auto;
font-size: 11px;
width: 500px;
top:230px; 
left:50px;}

#menu{
position:absolute;
font-size: 15px;
top:217px; 
left:200px;}


/* ------------------------- LINKS ------------------------- */

a:link, a:active, a:visited {
text-decoration: none; 
font-weight: bold; 
color: #404040;
border-bottom:1px dotted #404040;}

.stats a:link, .stats a:active, .stats a:visited {
text-decoration: none; 
font-weight: bold; 
color: #efefef;
border-bottom:1px dotted #efefef;}

a:hover {
color: #9d9d9d; 
border-bottom:1px dotted #9d9d9d;
text-decoration:none;}

.stats a:hover {
color: #d9d9d9; 
border-bottom:1px dotted #d9d9d9;
text-decoration:none;}



/* ------------------------- ETC ------------------------- */

.lead {
font-size: 38px; 
font-weight: bold;
font-family: sans serif, georgia, trebuchet ms; 
font-style: italic;
color: #8d8d8d;
text-transform: lowercase;}

h4 { 
font-family: trebuchet ms, georgia; 
font-size: 14px; 
color: #000000;  
font-weight:bold;
background-color: transparent;
padding-left: 10px;
text-transform: lowercase;
letter-spacing:2px;
border: 0px;}


/* ------------------------- INPUT ------------------------- */
input, textarea, option, select {
background-color: #ffffff;  
color: #000000; 
letter-spacing: 1px; 
border:1px solid #000000;}