<!--
#banner{
    width: 960px;
    height: 280px;
    margin: 0;    
    background: url(../images/banners_shadow.png) 0 bottom no-repeat;
}

#banner img{
        width: 960px;
        
}

#content{
    width: 960px;
    margin: 0 0 2em 0;
    padding: 0;
}

#content a:hover {color: red;}

#newsDetail {float: left; 
             width: 830px; 
             height: 500px;
             margin: 0;
             padding: 3em 5em 1em 3em;
             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;
}

#newsDetail p{
    text-align: justify;
}

#newsDetail ul{
    list-style-image:url('../images/arrow-R.gif');
    line-height: 40px;
}

#newsDetail ul ul{
    list-style-image:url('../images/Circle.gif');
    line-height: 40px;
}

#editTable {font-size: 1.2em; width: 80%;}
#editTable caption {font-size: 1.5em;}

#news {float: right;
       width: 250px;
       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;
}
-->