<STYLE>
A:link{color:#8B3E2F;text-decoration:none;font-weight:normal}
A:visited{color:#8B5A00;text-decoration:none;font-weight:normal}
A:link{color:#8B3E2F;text-decoration:none;font-weight:normal}
A:active{color:#ABABAB;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#ABABAB;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #CDAA7D; 
color: #000; 
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: #000;
margin: 10px 0;
text-align: center;
}
#container {
background: #CDAA7D;
width: 795px;
margin: 0 auto;
border: 1px solid #8B4513;
}
#header {
background: #CDAA7D;
width: 100%;
height: 225px;
padding-top: 0px;
}
#center {
background: #CD853F;
float: left;
width: 503px;
min-height: 600px; 
text-align: left;
border-left: 1px solid #8B4513;
border-right: 1px solid #8B4513;
}
* html #center {height:600px}
#left {
background: #CDAA7D;
float: left;
width: 145px;
min-height: 500px;
}
* html #left {height:500px}
#right {
background: #CDAA7D;
float: right;
width: 145px;
min-height: 500px;
}
* html #right {height:500px}
#footer {
background: #CDAA7D;
width: 100%;
clear: both;
height: 80px;
border-top: 1px solid #8B4513;
}
#formbg {
background: #CD853F;
text-align: left;
}