body {
    font-family: Arial;
    font-size: 62%;
    background:url(../images/back.jpg) repeat-x;
}

#header {
    height: 135px;
    background:url(../images/back_header.png) no-repeat;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#left {
    width: 720px;
    float: left;
    margin-bottom: 20px;
}

#right1 {
    margin-left: 10px;
    width: 230px;
    float: right;
    margin-bottom: 20px;
}

#footer {
    clear: both;
    width: 960px;
    height: 30px;
    margin-bottom: 20px;
    background-color: #EFEFEF;
    -moz-border-radius: 4px;
}

#searchbar {
    padding: 0px;
    padding-left:5px;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px;
    -moz-border-radius: 4px;
    height: 33px;
    background-color:#e9e9e9;
}