
#banner{
    width: 960px;
    height: 540px;
    margin: 0;    
    background: url(../images/banners_shadow.png) 0 bottom no-repeat;
}

#banner img{
    width: 960px;
}

#content{
    margin: 0 0 2em 0;
    padding: 0;
}

#content a:hover {color: red;}

#left-container{
    float: left;
    width: 960px;
    height: 530px;
    -moz-box-shadow: 10px 0 10px 3px #999;
    -webkit-box-shadow: 10px 0 10px 3px #999;
    box-shadow: 0px 0px 10px 3px #999;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#left-container img{
    display: block;
    border: none;
    margin: 0 auto;
}

#left-container h3{
    margin-left: 1em;
}

#left-container p{
    text-align: justify;
}

#left-container ul{
    margin-left: 2em;
    list-style-image:url('../images/arrow-R1.gif');
    line-height: 36px;
}


#feature{
    float:left;
    clear: both;
    height: 250px;
    width: 960px;
    margin: 2em 0 0 0;
}

#feature ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#feature ul li{
    float: left;
}

#feature img{
    width: 960px;
    margin: 0;
    padding: 0;
}

#footer{
    float:left;
    width:900px;
    margin-left: 30px; 
    text-align: center;
}

#footer-container ul li{
    float: left;
}

#footer-container ul li.logo img{
    height: 50px;
}

#footer-container ul li.copyright{
    background-color: #429DD9;
    margin: 7px 0;
    padding: 0;
    height: 37px;
}

#footer-container ul li.copyright p{
    margin: 8px 0;
    padding: 0 15px 0 15px;
    color: white;
}