a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

a.menu:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-family:Verdana;
}
a.menu:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-family:Verdana;
}
a.menu:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    font-family:Verdana;
}
a.menu:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-family:Verdana;
}

.ver{
    font-family:Verdana;
}


body {
font-family:Tahoma;
font-size:11px;
margin:0;
padding:0;
background-color:#000000;
color:#ADB1B8;
text-align:center;
vertical-align:middle;
text-decoration: none;
}

#main{
width:100%;
height:49px;
background-image:url(img/header_bg.gif);
}

#main .wrapper{
text-align:center;
width:800px;
height:49px;

}
#main .wrapper .logo{
display:float;
float:left;
width:540px;
height:49px;
background-image:url(img/header_logo.gif);
}

#main .wrapper .menubox{
float:right;
left:540px;
width:260px;
height:49px;
background-image:url(img/header_menubox.gif);
}

#main .wrapper .menubox .menu{
position:relative;
top:26px;
left:4px;
}

#main .wrapper .menubox .menu a { color:#ffffff; font-weight:bold; margin-right:10px; text-decoration: none;}
#main .wrapper .menubox .menu a:link { color:#ffffff; font-weight:bold; margin-right:10px;text-decoration: none;}
#main .wrapper .menubox .menu a:hover { color:#ff1108; font-weight:bold; margin-right:10px;text-decoration: none;}
#main .wrapper .menubox .menu a:focus { color:#ffffff; font-weight:bold; margin-right:10px;}

#body{
position:relative;
width:800px;
height:100%;
}

#body .content{
padding-top:10px;
padding-bottom:10px;
text-align:center;
width:800px;
height:100%;
border-left:1px dashed #333333;
border-right:1px dashed #333333;
border-bottom:1px dashed #333333;
overflow: auto;
}


#body .content .content_left{
display:float;
clear:both;
float:left;
margin-left:5px;
width:150px;
height:100%;
}

#body .content .content_right{
display:float;
float:left;
left:210px;
width:630px;
height:100%;
}

#body .content .content_right form input.searchbox{
font-family:Tahoma;
font-size:11px;
color:#ff1108;
border:1px dotted #adb1b8;
background-color:#303133;
margin-bottom:3px;
width:400px;
vertical-align:center;
}

#body .content .content_right form input.searchbtn{
font-family:Tahoma;
font-size:11px;
color:#ff1108;
border:1px dotted #adb1b8;
font-weight:bold;
background-color:#303133;
margin-bottom:3px;
width:80px;
vertical-align:center;
}


#body .content .content_right form input.searchbtn:hover{
font-family:Tahoma;
font-size:11px;
color:#303133;
border:1px dotted #303133;
font-weight:bold;
background-color:#adb1b8;
margin-bottom:3px;
width:80px;
vertical-align:center;

}

#footer{
clear:both;
margin-top:5px;
height:30px;
}

