/* CSS Document */

* {
outline:none;
}
html {
overflow-y: scroll;
}

body {
text-align:center;
background:#5f3d24 url(images/bg.jpg) top center repeat-x;
margin:0;
padding:0;
}
#wrapper {
margin-left:auto;
margin-right:auto;
width:800px; height:100%;
text-align:center;
}
#main {
position:relative;
width:800px; height:358px;
background:url(images/bgtop.jpg) top center no-repeat;
top:0; left:0;
}
#link {
position:relative;
top:193px; left:188px;
width:420px; height:125px;
margin:0;
padding:0;
}
#body {
position:relative;
top:0; left:0;
background:#FFFFFF url(images/bodybg.jpg) top center repeat-y;
width:800px; height:auto;
padding:0;
margin-top:0;
}
#footer {
font-size:11px;
}
h1 {
color:#007603;
}
a {
color:#333333;
text-decoration:none;
}
a img {
border:0;
}
a:hover {
color:#007603;
}
.feat a {
color:#993333;
text-decoration:none;
}
.feat a:hover {
text-decoration:line-through;
}
table {
color:#333333;
font-size:10pt;
}
th {
background:#5f3d24;
color:#00FF06;
height:20px;
}
.cd {
vertical-align:middle;
}
.foot {
border-bottom:none;
}
td {
border-bottom:1px solid #333333;
height:20px;
vertical-align:middle;
padding:0 0 0 5px;
font-weight:bold;
}
input {
background:#CCCCCC;
}
/**************** Form styles ****************/

input:focus, textarea:focus, option:focus {
background:#00CC33;
}
option {
background:#00CC33;
}