* {
    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: 78px;
    background: url(../images/header_1.png) repeat-x;
}

div#navi {
    height: 30px;
    background: url(../images/navi.png) repeat-x;
border-bottom : 2px solid #444; 
}

div#content_wrapper {
    width: 100%;
    min-height: 700px;
}

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;
}

div.cleardiv {
    clear: both;
}

