body {
    color:#efefef;
}

#wrapper {
    background:none;
}

#content {
    background:none;
    width:100%;
    padding:0px;
}

#banner {
    width:990px;
    margin:0;
    padding:0;
}

#banner img {
    display: block;
}

#menu_top {
    background: #000;
}

#menu_top ul li a {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

#news {
    background: #FFF;
    text-align: left;
    width: 990px;
    height: 155px;
    font-size: 1.0em;
    overflow: hidden;
    color: #333;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#news .heading {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.1em;
    margin-bottom:10px;
    display:block;
    color:#222;
    vertical-align:middle;
}

#left {
    float:left;
    height:155px;
    width:280px;
}

#left .text {
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}

#left .now-on-sonos {
    font-size:1.2em;
    margin-top:10px;
}

#centre {
    float:right;
    width:360px;
    height:155px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#centre .text {
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}

#centre img {
    padding-top:0px;
    margin-left:40px;
}

#right {
    float:right;
    width:340px;
    height:155px;
    overflow: hidden;
}

#right .text {
    padding-top:30px;
    margin-left:20px;
    width:140px;
}

#right .text img {
}

#footer {
    background:none !important;
    width:100%;
    clear:both;
}


