body {
background-color: #fff;
background-image: none;
border: 0px;
margin: 0px;
padding: 0px;
font-family: arial, sans-serif,
monospace;
font-size: 11px;
line-height: 150%;
letter-spacing: 1px;
color: #50090C;
}
img {
border: 0px;
}
#wrapper {
width: 400px;
height: auto;
margin: 0px auto;
padding: 0px;
}
#header {
position: relative;
left: 0px;
top: 0px;
width: 400px;
height: 347px;
border-left: 2px solid #663437;
border-right: 2px solid #663437;
border-top: 2px solid #663437;
}
#menu {
position: relative;
left: 0px;
top: 0px;
width: 400px;
height: 64px;
border-left: 2px solid #663437;
border-right: 2px solid #663437;
}
#content {
background-color: #FFFFFF;
background-image: url("bg.gif"); repeat-y;
border: 2px solid #663437;
width:390px;
border-top: 0px;
margin: 0px;
padding: 5px;
color: #50090C;
}
#content p{margin:2px 40px;}
#footer p {
text-align: center;
}
h2{
margin: 2px 36px;
padding: 0px;
text-align: center;
border-bottom: 1px dotted #50090C;
font-family: verdana, tahoma, arial, sans-serif,
monospace;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
}

input, textarea, select{
background-color: #FFFFFF;
border: 1px solid #50090C;
padding: 3px;
margin: 2px 33px;
font-family: verdana, tahoma, arial, sans-serif,
monospace;
font-size: 8px;
color: #50090C;
}
option {font-family: verdana, tahoma, arial, sans-serif;
border: 0px;
}
a {
font-weight: normal;
text-decoration: underline;
}
a:link, div#content a:visited {
color: #863C3F;
}
a:hover, div#content a:active {
color: #A76C6E;
text-decoration: none;
}
