body{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin:0;
    padding: 0;
    color:#333333;
    line-height:17px;
}
a{
    color:#333333;
}
a:hover{
    color:#8080FF;
    text-decoration:underline;
}
em{
    color: #AE0100;
}
ul{
    list-style:square;
}
h2{
    font-size:1.7em;
    font-weight:bold;
    margin-bottom:10px;
}
h3{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:10px;
} 

strong {
    font-weight: bold;
}

#wraper {
    width:970px;
    margin:0 auto;
}
#top {
    height:107px;
    background: url(../images/top.gif) no-repeat top left;
    overflow: hidden;    
}
#footer {
    float:left;
    width:982px;
    height:25px;
    margin:0 auto;
    background: url(../images/footer.gif) no-repeat top left;
    overflow: hidden;
}
#footer_left {
    float:left;
    padding-left:10px;
    padding-top:5px;
}
#footer_right {
    float:right;
    height:25px;
    margin-right:10px;
    padding-top:5px;
    padding-right:30px;
    background: url(../images/linuxship.gif) no-repeat right 50%;
} 

#sidebar {
    float:left;
    width:270px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#sidebar .image {
    margin-bottom: 5px;
}

#text {
    float: right;
    width: 650px;
    min-height: 170px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #DBEDEF;
}

