* {
    margin: 0;
    padding: 0;
}

body {
    background: #222;
    font-family: "Verdana";
    font-size: 11pt;
    color: #414141;
}

div#main_wrapper {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#header {
    height: 87px;
    background: #1F283A url(../images/header_2.png) top repeat-x;
    padding-left: 30px;
    margin-top: 0px;
}

div#navi {
    height: 34px;
    background: #3A665A url(../images/navi.png) bottom repeat-x;
border-bottom : 1px solid #2E4C4C; 
}

div#content_wrapper {
background-color: #E7EAE8;
background-image: url(../images/mainbg.png);
background-repeat:repeat-x; 
background-position:top;

min-height:530px; height:auto !important; height:530px;
padding-left:20px; 
padding-right:25px; 
padding-top:20px; 
border-top:solid 1px #476; 
border-bottom:solid 2px #888; 
border-left:solid 1px #555;
}

div#left_content {
    float: left;
    width: 75%;
    padding: 10px;
}

div#right_content {
    float: right;
    width: 200px;
    padding: 10px;
}

div#footer {
    height: 24px;
    padding-top: 8px;
border-top : 1px solid #333; 
    background: url(../images/foot.png) repeat-x;
    
    text-align: center;
}

div#footer p {
    font-size: 8pt;
    font-weight: bold;
color: #dfefff;
}

div.cleardiv {
    clear: both;
}
