/* Top Elements */
* { margin: 0; padding: 0; }

body {
    background: #FFFFFF;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
    color: #333;
    text-align: center;
}

/* links */
a, a:visited {
    text-decoration: none;
    color: #4F82CB; 
    background: inherit;
}
a:hover {
    color: #4EBF37;
    background: inherit;
}
#wrapper{
    width:890px;
    margin: 0 auto;
}
#top{
    height: 150px;
    width: 900px;
}

#menu{
    height: 30px;
    width: 890px;
    margin: 0;
    padding: 0;
    font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
}
#menu ul {
    float: right;
    list-style: none;
    margin:0; padding: 0;
}
#menu ul li {
    display: inline;
}
#menu ul li a {
    display: block;
    float: left;
    padding: 0 8px;
    color: #FFF;    
    text-decoration: none;
}
#menu ul li a:hover {
    background-color: #ECECEC;
    color: #333;    
}
#menu ul li#current a {    
    background-color: #FFF;
    color: #333;
}
#content{
    height: auto;
    margin-top: 5px;
}
#sidebar{
    width: 250px;
    float: left;
}
#server{
    border: #333333 3px solid;
    background-color: #FFFFFF;
    background-image: url(../images/server_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    text-align: left;
    padding: 2px;
    margin-bottom: 5px;
    cursor: pointer;
}
#news{
    margin-left: 260px;
    margin-bottom: 5px;
    border: #333333 3px solid;
    background-color: #FFFFFF;
    text-align: left;
    padding: 5px;
    
}
#news span{
    font-weight: bold;
}

#cont{
    border: #333333 3px solid;
    background-color: #FFFFFF;
    text-align: left;  
    padding: 5px;
    margin-bottom: 5px;
}
#cont ol{
    display: block;
    padding-left: 25px;
}
#cont ol li{
    display: list-item;
}

#cont span{
    font-weight: bold;
}

#cont .td{
    background-color: #FEFEFE;
}
#cont .td_alt{
    background-color: #EEEEEE;
}
#cont .head{
    font-weight: bold;
}
#footer{
    height: 29px;
    background-image: url(../images/bg_footer.gif);
    text-align: right;
}