root { 
    display: block;
}
*{
    padding:0px;
    margin:0px;
}
body{
    font-family:"Lucida Sans Unicode",Arial, Helvetica, Verdana, sans-serif;
    font-size:11px;
    background-color: #535F6F;
}

a{
    text-decoration:underline;
    color:#164B81;
}
a:hover{
    text-decoration:underline;
    color:#CF2200;
}

div#container{
    margin:0px auto;
    margin-top:10px;
    margin-bottom:10px;
    /*border:1px solid #ccc;*/
    width:880px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color:#fff;
}
div#banner{
    width:650px;
    height:230px;
    background:#fff url(images/main-banner.jpg) top left no-repeat;
    margin-bottom:10px;
}
h4{
    font-size:110%;
}
div#banner h3{
    font-size:16px;
    font-weight:bold;
    color:#000;
    top:177px;
    left: 15px;
    position:relative;
}
div#panel{
    width:217px;
    min-height:100px;
    float:left;
    margin-top:100px;
}

div#main{
    margin-left:230px;
}
.panel-box{
    padding:5px;
    margin-bottom:10px;
}
.panel-box p{
    margin-bottom:1.3em;
}
.panel-box h3{
    margin:7px 0px;
    color:#fff;
    font-size:15px;

}
li{
    list-style:none;
}
.author{
    text-align:right;
    color:#fff;
    font-weight:bold;
}
.greenbox{
    background:#81CB4E url(images/green-pane.jpg) top left no-repeat;
}

.orangebox{
    background:#DEC372 url(images/orange-pane.jpg) top left no-repeat;
}
.greybox{
    background:#fff url(images/grey-pane.jpg) top left no-repeat;
}
.bluebox{
    background:#fff url(images/blue-pane.jpg) top left no-repeat;
}

.panel-box h4.chapheading{
    cursor:pointer;
    text-decoration:underline;
    margin:5px 0px;
}

#footer{
    margin:15px 0px 15px 0px;
    padding-top:10px;
    border-top:2px solid #414F5F;
    text-align:center;
}