/* CSS Document */

* {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}


* a {
color: rgb(163,129,67);
}

* a:hover, div.sidebar a:hover, div.sidebar * a:hover {
color: rgb(240,70,47);
}

body, html {
background-color: black;
}

div#maincontainer {
width: 950px;
background: url(images/topbannerfinal950.jpg) no-repeat top center;
padding-top: 202px;
background-color: rgb(223,202,163);
position: absolute;
top: 0px;
left: 50%;
margin-left: -475px;
}

div#content {
min-height: 800px;
height: auto !important;
height: 800px;
background-color: black;
border-left: 10px solid black;
border-top: 10px solid black;
color: white;
float: right;
width: 770px;
margin-left: -2px;
}

div#textarea {
overflow: hidden;
width: 770px;
}

div#textarea p {
font-size: 14px;
line-height: 24px;
padding-bottom: 24px;
}
