body {
color: #FFFFFF;
font-family: Arial;
background: #250103;
}

#Table_01 {
background: url(../images/template5.jpg) no-repeat;
width: 972px;
height: 1291px;
}

#Table_02 {
background: url(../images/indextemplate.jpg) no-repeat;
width: 973px;
height: 1291px;
}

#top {
width: 972px;
height:35px;
}

#logo {
width: 972px;
height: 103px;
}

#mainheader {
width: 935px;
height: 278px;
text-align: left;
padding-top: 1px;
}

#mainbar {
width: 935px;
height: 53px;
}

#message {
list-style-type: none;
}

#clock{
padding-left: 700px;
color: #f4d585;
}

#navheader {
font-family: sans;
font-size: 20px;
padding-left: 15px;
}

a:link , a:visited, a:active {
color: #A70303;
}

a:hover {
color: #F4D585;
}

#topic {
font-family: sans;
font-size: 20px;
padding: 10px 0px 0px 15px;
}

#content {
font-size: 12px;
color: #AAAAAA;
padding: 0px 20px 20px 20px;
}

#login {
padding:15px 0px 15px 0px;
}

#specials {
padding: 10px 0px 0px 15px;
}

#menu{
font-family: sans;
padding-left: 20px;
text-decoration: none;
}

#production {
padding: 20px 0px 0px 7px;
}

h3 {
color: #F4D585;
white-space: normal;
}

#list {
font-size:12px;
color: #FFFFFF;
margin-left: 40px;
padding-left:15px;
}
 
#copyright {
position: relative;
top: -15px;
left: 20px;
font-size: 12px;
}

#copyrighti {
position: relative;
top: -7px;
left: 20px;
font-size: 12px;
}

#privacy {
font-size: 12px;
text-align: right;
padding-right: 10px;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 675px;
height: 20px;
padding: 5px 3px 0px 80px;
font-size: 12px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ 
//class to apply to your scroller(s) if desired

}