


/* PAGE */
.page {
    padding:1px;
    width:1000px;
    border:solid 1px #BBBBBB;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
}


/* HEADER */
.page .header {
    
}
.page .header img {
    border:none;
}
.page .header .headerLeft {
    width:229px;
    height:220px;
    float:left;
    background-color:#D54A09;
    background-color:#669900;
    background-color:#A0C752;
    background-color:#89B449;
    border-right:solid 1px white;
}

.page .header .headerLeft .headerLeftTop {
    padding:5px;
    color:White;
    font-size:21px;
    font-weight:bold;
    text-align:center;
}
.page .header .headerLeft .headerLeftBottom {
    position:absolute;
}
.page .header .headerLeft .headerLeftBottom img {
    position:absolute;
    bottom:-215px;
    left:10px;
}
.page .header .headerRight {
    width:770px;
    float:right;
    height:220px;
    background-color:#CCCCCC;
    background-color:#007BB7;
}
.page .header .headerRight .headerRightContent {
    height:175px;
    background-color:white;
    background-image:url(/Img/Title/title1.jpg);
    background-repeat:no-repeat;
}


/* MENU */
.page .menuHeader {
    position:absolute;
    width:1000px;
}
.page .menuHeader .menuHeaderContent {
    position:absolute;
    height:25px;
    line-height:25px;
    width:1000px;
    background-color:#463124;
    background-color:#D8E6C3;
    left:-1px;
    top:-45px;
    border:solid 1px white;
    text-align:center;
}


/* CONTENT */
.page .content {
    padding:3px;
}


/* FOOTER */
.page .footer {
    height:25px;
    line-height:25px;
    font-size:11px;
    color:black;
    background-color:#463124;
    background-color:#D8E6C3;
    text-align:center;
    border-top:solid 1px #BBBBBB;
}
.page .footer img {
    border:none;
}
