body {
background-color: black;
font-size: 12pt;
font-family: Andalus,Verdana,Arial;
color:#564b47;
padding:0;
margin:20px;
}
h2 {font-family: Andalus, Papyrus, Verdana, Helvitica;}
a
{
    color: #000000;
    text-decoration:none;
}
a:visited
{
    color: #990000;
}
a:hover
{
    color: #ff0000;
}
a:active { color:#000000;}


#container
{
    width: 980px;
    margin-bottom: 10px;
    margin: 0 auto;
    position: static;
    height: 450px;
    background-attachment: scroll;
    background-image: url("../images/right_bk.jpg");
    background-repeat: repeat-x;
}

#banner
{
    width: 980px;
    position: static;
    margin: 0 auto;
    height: 138px;
  }
#sub_men 
{
    float:left;
    height: 440px;
    color: White;
    width: 80px;
    vertical-align:middle;
    text-align:center;
}

#content {
background-color: #333333;
padding: 5px;
width: 450px;
float:left;
height: 440px;
color: White;
}

#subcontent 
{
background-color: #333333;
padding: 5px;
width: 440px;
float:left;
overflow:scroll;
scrollbar-base-color: #567;
scrollbar-arrow-color: #fff;
scrollbar-darkshadow-color: #ccc;
scrollbar-face-color: #505050;
scrollbar-track-color: #333333;
height: 355px;
color: White;
}

#left {
margin: 0;
padding: 0;
background-color: #F19824;
}
#left2 
{
    width:100%;
background-color: #ffffff;
}
#right {
width: 440px;
float: right;
background-color: #660000;
height: 450px;
vertical-align: bottom;
text-align: center;
color: White;
}

#footer {
width: 980px;
height: 20px;
position: static;
margin: 0 auto;
background-attachment: scroll;
background-image: url("../images/bot_bk.jpg");
background-repeat: repeat-y;
color: White;
text-align: center;
}