<STYLE>
A:link{color:#C0C0C0;text-decoration:none;font-weight:normal}
A:visited{color:#808080;text-decoration:none;font-weight:normal}
A:link{color:#C0C0C0;text-decoration:none;font-weight:normal}
A:active{color:#A9A9A9;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#CD853F;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #000; 
color: #F5F5F5; 
font-size: 14px; 
letter-spacing: 1pt; 
font-family: Arial, Verdana, sans-serif; 
background: none;}

body {
background: #999999;
margin: 0;
text-align: center;
}
#container {
width: 600px;
margin: 5px auto;
}
#header {
background: #000;
width: 100%;
height: 341px;
padding-top: 0px;
}
#content {
background: #000;
float:right;
width: 480px;
min-height: 500px;
text-align: left;
}
#nav {
background: #000;
float: left;
width: 119px;
min-height: 500px;
border-right: 1px solid #666666
}
#footer {
background: #000;
width: 100%;
clear: both;
height: 110px;
border-top: 1px solid #666666
}