/* CSS Document */

body,html  {
background-color:#000000;
color:#000000;
height:100%;
margin:0px;
padding:0px;
font:Verdana, Arial, Helvetica, sans-serif;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-size:14px;

}

a:link
{
color:#000000;
}

a:hover
{
color:#FF0000;

}
a:active
{
color:#000000;
}
A:visited
{color:#000000;
}

.clear {
clear:both;
height:0px;
}
#main {
height:100%;
min-height:100%;
height:100% !important;
width:1000px;
margin:0px auto 0px auto;}

#left_border {
float:left;
background-image:url(images/border_left.gif);
width:16px;
height:100%;
}

#right_border {
float:right;
background-image:url(images/border_right.gif);
width:16px;
height:100%;
min-height:100%;
height:100% !important;
}

#main_containter {
width:968px;
float:left;}

/************/

#header {
width:100%;
background-image:url(images/header.jpg);
height:208px;
float:left;
clear:both;}

#menu {
width:174px;
float:left;}

#menu a:visted
{
color:#000000;
}

#content {
width:790px;
float:right;}

.menu_cont{
float:left;
clear:both;
margin-bottom:20px;}

a.menu_cont:visted{
color:#000000;
}

/*****/
.menu_top {
background-image:url(images/menu_top.gif);
height:22px;
width:174px;
font-size:5px;
float:left;
}
.menu_bottom {
float:left;
background-image:url(images/menu_bottom.gif);
height:22px;
width:174px;
font-size:5px;
}
.menu_bg {
float:left;
background-image:url(images/menu_bg.gif);
width:148px;
padding-left:13px;
padding-right:13px;
}

.menu_bg a:visted
{color:#000000;
}

.menu_bg#stats p {
margin:3px;}
/*****/

.top {float:left;
background-image:url(images/top.gif);
height:22px;
width:100%;}
.bottom {float:left;
background-image:url(images/bottom.gif);
height:22px;
width:100%;}
.bg {
background-image:url(images/bg.gif);
float:left;
width:730px;
padding:7px 30px 5px 30px;}
/*****/

.menu_bg ul {
list-style-type:none;
text-align:left;
margin:0px;
margin-left:4px;
padding:0px;}

.menu_bg li {
width:120px;
background-image:url(images/menu_bullet.gif);
background-repeat:no-repeat;
background-position:center left;
margin:0px;
text-align:left;
font-size:14px;
font-weight:bold;
padding-left:14px;}

.menu_bg li:hover {
padding-right:16px;
background-position:3px;
}
