BODY {
    background: #ececec url('../images/bg.jpg') repeat-x;
    padding:0px;
    margin:0px;
    min-width:800px;
}
DIV {
    margin:0px;
    padding:0px;
}
#shadow {
    width:100%;
    min-width:800px;
    background: transparent url('../images/shadow.jpg') repeat-y center;
}
#shadow_top {
    width:100%;
    min-width:800px;
    background: transparent url('../images/shadow_top.jpg') no-repeat top center;
}
#wrapper {
    width:800px;
    margin:0px auto;
}
#header {
    position:relative;
    width:800px;
    height:117px;
}
#header_bg {
    width:800px;
    height:117px;
    background: transparent url('../images/header.png') no-repeat top center;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}
#header_logo {
    position:absolute;
    top:17px;
    left:19px;
    width:215px;
    height:82px;
    z-index:3;
    display:block;
    text-decoration:none;
}
#header_logo IMG {
    width:215px;
    height:82px;
    visibility:hidden;
}
#header_title {
    position:absolute;
    top:26px;
    left:550px;
    overflow:hidden;
    text-align:right;
    width:240px;
    height:50px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:22px;
    letter-spacing:-1px;
    line-height:1.2;
    z-index:4;
}

#menu {
    width:800px;
    height:68px;
    background-color:#4b6782;
    color:white;
}
#content {
    margin-top:0px;
}
#main {
    float:left;
    margin:20px;
    margin-right:0px;
    width:500px;
}
#sidebar {
    float:right;
    width:234px;
    margin:20px;
}
#sidebar H2 {
    margin-top:3px;
}

.box {
    width:100%;
    border:1px solid #e0e0e0;
    padding:0px;
    margin-top:5px;
    margin-bottom:30px;
    overflow:hidden;
}
.box P {
    padding:10px;
    margin:0px;
}
.box H1, .box H2, .box H3, .box H4, .box H5 {
    padding-left:10px;
    padding-right:10px;
}
#footer {
    text-align:right;
    clear:both;
    background-color:#4b6782;
    color:white;
    font-weight:bold;
    height:28px;
}
#footer DIV {
    padding:7px;
}
#footer A {
    text-decoration:none;
    color:white;
}
#footer A:hover {
    text-decoration:underline;
}

