body{
    background: #fff url("images/bg.png");
    font: 0.8em Arial;
    margin: 0;
    padding: 0;}

img{border:0;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.redbox{
    background: #FFD1D1;
    border: 1px solid #F08484;
    padding: 5px;
    margin: 8px 0px 8px;
    color: #D64747;
    font-weight: bold;}

a{
    text-decoration: underline;
    color: #36A858;}

a:hover{
    text-decoration: none;
    color: #249646;}

#topbar{
    background: url("images/topbar.png");
    width: 100%;
    padding-top: 20px;
    height: 140px;}

#wrapper{
    width: 960px;
    margin: 0 auto;}

#buttons{
    float: right;
    margin-top: 50px;
    }

#buttons a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: green;
    padding: 10px 22px 10px;
    margin-left: 12px;
    border-radius: 6px;
    }

a.sb_menu{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #696969;
    padding: 9px 20px 9px;
    border-bottom: 1px solid #e0e0e0;
    }

a.sb_menu:hover{
    border-bottom: 1px solid #ccc;
    background: #e0e0e0;
    }

.search_input{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
    margin-bottom: 10px;
    }

input[type="text"], input[type="password"], textarea{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    }

#container{
    box-shadow: 0px 0px 5px #B3B3B3;
    width: 960px;
    margin: 0 auto;
    background: url("images/container.png");}

#content{
    background: #fff;
    padding: 10px;
    min-height: 300px;
    line-height: 18px;
    color: #666;
    float: left;
    width: 669px;}

#content_full{
    background: #fff;
    padding: 10px;
    min-height: 300px;
    line-height: 17px;
    float: left;
    width: 940px;}

#sidebar{
    background: #ededed;
    padding: 10px;
    min-height: 300px;
    line-height: 17px;
    float: right;
    width: 250px;
    border-left: 1px solid #e0e0e0;}

hr{
    color: #e0e0e0;
    background: #e0e0e0;
    border: 0px solid #e0e0e0;
    margin: 5px 0px 5px;
    height: 1px;
    }

#content h1, #content_full h1, #sidebar h1{
    padding: 0;
    margin: 7px 0 13px;
    color: #25A14A;
    text-shadow: 0px 0px 3px #78E398;}

#footer{
    width: 960px;
    margin: 8px auto;
    font-size: 12px;
    color: #737373;}	