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

#banner img{
        width: 940px;
        
}

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

#content a:hover {color: red;}

#newsDetail {float: left; 
             width: 700px; 
             height: 1560px;
             margin: 0;
             padding: 3em 1em 1em 0;
             background-color: #FAFAFA;
             -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;
}
#editTable {font-size: 1em; width: 90%;}
#editTable caption {font-size: 1.4em;}

#news {float: right;
       width: 150px;
       max-height: 500px;
       overflow: auto;
       margin-right: 1em;
       padding: 1.5em;
       background-color: #FAFAFA;
       -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;
}
-->