img {
     border: 0 none;
}
body {
    background:#BEC3C6 url(img/bg.jpg) repeat-x;
    color:#555;
    font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    font-size:12px;
}
#wrap {
    background:url(img/light.gif) center top no-repeat;
    padding:20px 0;
}
#container {
    margin:0 auto;
    width:936px;
}
#header {
    background:url(img/header.jpg) 0 0 no-repeat;
    height:90px;
    border-bottom:1px solid #A6A6A6;
}
#caption {
    padding:20px 30px 0;
}
#title a {
    text-decoration:none;
    color:#FFF;
    height:20px;
    display:block;
    font-family:"Trajan Pro";
    letter-spacing:0;
}
#tagline {
    color:#FFF;
    border-top:1px solid #FFF;
    text-decoration:none;
    font-size:10px;
    float:left;
    padding:0 3px;
}
#content {
    background:#FFF url(img/sidesep.gif) right repeat-y;
    min-height:300px;
}
#main {
    background:#FFF url(img/main_shadow.gif) top repeat-x;
    width:906px;
    padding:15px 15px 15px;
    float:left;
    overflow:hidden;
}
#ad {
    background:#FFF;
    width:906px;
    height: 90px;
    padding:15px 15px 15px;
    float:left;
    overflow:hidden;
}
#red, #green, #blue {
        float: left;
        clear: left;
        width: 10px;
        height: 180px;
        margin: 15px;
        top: 90px;
        position: absolute;
}
#red {
    left: 280px;
}
#green {
    left: 340px;
}
#blue {
    left: 400px;
}
#rednum,#greennum,#bluenum {
      position:absolute;
      top: 290px
}
#rednum {
    left: 285px;
}
#greennum {
    left: 345px;
}
#bluenum {
    left: 405px;
}

#red .ui-slider-range { background: #ef2929; }
#red .ui-slider-handle { border-color: #ef2929; }
#green .ui-slider-range { background: #8ae234; }
#green .ui-slider-handle { border-color: #8ae234; }
#blue .ui-slider-range { background: #729fcf; }
#blue .ui-slider-handle { border-color: #729fcf; }