<STYLE>
A:link{color:#FDD017;text-decoration:none;font-weight:normal}
A:visited{color:#FFF68F;text-decoration:none;font-weight:normal}
A:link{color:#FDD017;text-decoration:none;font-weight:normal}
A:active{color:#996600;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#87A871;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #003300; 
color: #fff; 
font-size: 14px; 
letter-spacing: 1pt; 
font-family: Arial, Verdana, sans-serif; 
background: none;
}
body {
background: #000;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #fff;
margin: 10px 0;
text-align: center;
}
#container {
background: #333300;
width: 795px;
margin: 0 auto;
border: 1px solid #7F6E38;
}
#header {
background: #000;
width: 100%;
height: 150px;
padding-top: 0px;
border: 1px solid #7F6E38;
}
#center {
background: #003300;
float: left;
width: 503px;
min-height: 500px; 
text-align: left;
border: 1px solid #7F6E38;
}
* html #center {height:500px}
#left {
background: #333300;
float: left;
width: 145px;
min-height: 500px;
}
* html #left {height:500px}
#right {
background: #333300;
float: right;
width: 145px;
min-height: 500px;
}
* html #right {height:500px}
#footer {
background: #333300;
width: 100%;
clear: both;
height: 80px;
border-top: 1px solid #7F6E38;
}