@charset "utf-8";
/* CSS Document */

body{
background-color:#CCC;
margin:0px;
text-align:center;
font-size:12px;
color:#FFFFFF;
font-family:verdana;
height:100%;
width:100%;
}
#container{
width:970px;
background-color:#333;
margin:0 auto;
border-left:30px solid #CE0000;
border-right:1px solid #000;
}
#banner_box{
width:970px;
margin:0 auto;
}
#content_text{
margin:10px;
background:#333333 url(../Images/bgcontent.gif) right bottom no-repeat;
width:650px;
float:right;
min-height:550px;
}
#content_text hr{
color:#666666;
height:1px;
}
#content_text input{
color:#FFFFFF;
font-size:10px;
font-family:verdana;
background-color:#CC0000;
border:1px solid #000000;
}
#content_text textarea{
color:#FFFFFF;
font-size:10px;
font-family:verdana;
background-color:#CC0000;
border:1px solid #000000;
}
#content_text a{
color:#CCCCCC;
text-decoration:none;
}
#content_text a:hover{
color:#FFFFFF;
text-decoration:underline;
}
#content_extra{
margin:5px;
background:#333 url(../Images/bgextra.gif) right bottom no-repeat;
width:250px;
float:left;
color:#CCCCCC;
border-left:1px solid #777;
border-right:1px solid #777;
padding:4px;
min-height:450px;
}
#content_extra li{
list-style:square;
color:#FFFFFF;
}
#content_extra a{
text-decoration:none;
color:#CCCCCC;
}
#content_extra a:hover{
text-decoration:none;
color:#FFFFFF;
padding-left:2px;
}
#copyrightbox{
font-size:10px;
color:#999999;
float:right;
vertical-align:bottom;
z-index:3;
overflow:hidden;
width:150px;
height:15px;
}
