<STYLE>
A:link{color:#FFD39B;text-decoration:none;font-weight:normal}
A:visited{color:#DEB887;text-decoration:none;font-weight:normal}
A:link{color:#FFD39B;text-decoration:none;font-weight:normal}
A:active{color:#330099;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#F5F5DC;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #663300; 
color: #fff; 
font-size: 11px; 
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: #8B4513;
width: 795px;
margin: 0 auto;
border: 1px solid #CD853F;
}
#header {
background: #000;
width: 100%;
height: 300px;
padding-top: 0px;
}
#center {
background: #663300;
float: left;
width: 503px;
min-height: 500px; 
text-align: left;
border-left: 1px solid #CD853F;
border-right: 1px solid #CD853F;
}
* html #center {height:500px}
#left {
background: #8B4513;
float: left;
width: 145px;
min-height: 500px;
}
* html #left {height:500px}
#right {
background: #8B4513;
float: right;
width: 145px;
min-height: 500px;
}
* html #right {height:500px}
#footer {
background: #8B4513;
width: 100%;
clear: both;
height: 50px;
border-top: 1px solid #CD853F;
}
#formbg {
background: #663300;
text-align: left;
}