body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Open Sans', 'Veranda', 'Arial', sans-serif;;
    width: 100%;
    min-width: 1000px;
    min-height: 1000px;
    background-size: 100%;
    /*background-color: #f1f1e0;*/
}
img {
    border: 0;
}
a {
    color: #507298;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h2,h3 {
    font-family: 'Tahoma';
    font-weight: normal;
}

.hidden {
    display: none;
}

.header {
    width: 1200px;
    margin: auto;
}

#main_menu {
    text-align: center;
    width:1200px;
    margin: auto;
    margin-top: 2px;
    background: #777;
    border-radius: 0 0 5px 5px;
}
#main_menu div a {
    display: block;
}
.menu_item {
    float: left;
    margin: 6px 20px;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-shadow: 0 -1px 1px #000;
}
.menu_item:hover {
    cursor: pointer;
    background: rgba(246,139,31,1.0);
    color: #fff;
    box-shadow: 0 0 4px 1px rgba(246,139,31,1.0);
    /*text-shadow: 0 1px 1px #fff;*/
}
/*.menu_cover {
    position: absolute;
    height: 0;
    width: 1000px;
    margin-left: -200px;
    overflow: hidden;
    color: #fff;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
}
.menu_cover_text {
    float: left;
    margin-left: -300px;
    width: 300px;
    height: 300px;
    font-size: 14px;
    text-align: right;
}

.menu_cover_text a {
    color: #f68b1f;
}
.menu_cover_text a:hover {
    color: #fff;
}*/
.left_menu_container {
    width: 300px;
    float: left;
}
.page_container {
    width: 858px;
    padding: 0 20px;
    float: left;
    border-left: 2px solid #efefef;
}

#page {
    width: 1200px;
    margin: auto;
    /*box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);*/
    min-height: 500px;
    /*background: #fff;*/
}

#footer_container {
    width: 1200px;
    margin: auto;
    min-height: 20px;
    border-radius: 5px 5px 0 0;
    background: #777;
    color: #e3e3e3;
}