#scrollcontainer {
position: relative;
padding: 0px;
width: 382px;
height: 300px;
overflow: hidden;
}

#scrollcontent {
position: absolute;
width: 390px;
padding: 0px;
margin: 0px;
}

#scrollArea {
position: relative;
height: 300px;
width: 8px;
overflow: hidden;
z-index: 3;
border: 1px solid #7C7667;
}

#scroller {
position: absolute;
top: 0px;
width: 8px;
height: 35px;
background: #7C7667;
z-index:10;
}

#scrollcontainer p {
width: 360px;
}


body {
height: 100%;
background: #DED7C4 url(pics/bodyBg.jpg) no-repeat top center;
text-align: center;
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
line-height: 140%;
color: #7C7667;
}

img {
display: inline;
border: 0px;
}

a {
color: #7C7667;
}

h1 {
float: none;
clear: both;
width: 100%;
font-family: Georgia, Arial, Verdana, sans-serif;
font-size: 22px;
line-height: 24px;
margin: 0px 0px 10px 0px;
padding: 15px 0px 0px 0px;
/*text-transform: uppercase;*/
}

h2 {
margin: 10px 0px 0px 0px;
padding: 0px;
font-size: 11px;
}

#content {
width: 940px;
height: 514px;
margin: 70px auto 0px auto;
text-align: left;
background-color: #F8F4EE;
border: 1px solid #fff;
}

#left {
width: 317px;
height: 514px;
float: left;
background-color: #2F2C28;
}

#middle {
width: 410px;
float: left;
}

ul#menu {
margin: 5px 0px 45px 0px;
padding: 0px;
color: #F6ABCB;
font-size: 11px;
list-style-type: none;
}

ul#menu li {
display: inline;
}

ul#menu li a {
text-decoration: none;
color: #F6ABCB;
}

#middleContent {
margin: 0px 35px 0px 25px;
}

#middleContent p {
margin: 0px 0px 12px 0px;
padding: 0px;
}

#middle span {
font-size: 11px;
font-weight: bold;
}

#right {
width: 190px;
float: right;
font-size: 11px;
text-align: center;
}

#rightContent {
border-left: 1px dotted #5E4D3C;
margin-top: 60px;
padding: 5px 15px 10px 22px;
text-align: left;
height: 287px;
}

#rightContent div#links {
color: #F8F4EE;
margin-left: -10px;
}

#rightContent a {
text-decoration: none;
}

table.data td {
border: 1px solid #F8F4EE;
padding: 1px 0px 1px 3px;
}

table.data .col1 {
background-color: #E5E1D0;
}

table.data .col2 {
background-color: #EFECE1;
}
