#container {
    position  : relative;
    width     : 100%;
    min-width : 900px;
}

#banner {
    position   : relative;
    background : #07447d url('../img/banner_background.jpg') repeat-x;
    height     : 158px;
}

img#logo {
    position : absolute;
    top      : 0;
    left     : 45px;
    margin   : 0;
    border   : none;
}

#moto {
    position : absolute;
    top      : 0;
    left     : 24%;
    margin   : 0;
}

#content_wrapper {
    position : relative;
    width    : 100%;
    float    : left;
    clear    : both;
    z-index  : 2;
}

#menu {
    width      : 250px;
    min-height : 470px;
    float      : left;
}

#menu_minor {
    position   : absolute;
    height     : 28px;
    width      : 340px;
    top        : -43px;
    right      : 5%;
    z-index    : 3;
    text-align : right;
}

#menu_minor_hover {
    line-height : 20px;
    height      : 20px;
    font-family : "Century Gothic", serif;
    color       : white;
    text-align  : center;
}

#menu_minor img {
    margin : 0;
    border : none;
}

#content_container {
    position     : relative;
    top          : -43px;
    background   : white;
    margin-left  : 250px;
    margin-right : 30px;
    min-height   : 555px;
    z-index      : 2;
}

#content_TL {
    position   : absolute;
    top        : 0;
    left       : 0;
    background : transparent url('../img/content_TL.gif') no-repeat;
    width      : 24px;
    height     : 43px;
    z-index    : 2;
}

#content_TC {
    position   : absolute;
    top        : 0;
    left       : 0;
    background : transparent url('../img/content_TC.gif') repeat-x;
    width      : 100%;
    height     : 5px;
    z-index    : 1;
}

#content_TR {
    position   : absolute;
    top        : 0;
    right      : 0;
    background : transparent url('../img/content_TR.gif') no-repeat;
    width      : 17px;
    height     : 43px;
    z-index    : 2;
}

#content_ML {
    position   : absolute;
    top        : 0;
    left       : 0;
    background : transparent url('../img/content_ML.gif') repeat-y;
    width      : 4px;
    height     : 100%;
    z-index    : 1;
}

#content_MR {
    position   : absolute;
    top        : 0;
    right      : 0;
    background : transparent url('../img/content_MR.gif') repeat-y;
    width      : 4px;
    height     : 100%;
    z-index    : 1;
}

#header_container {
    position : relative;
    padding  : 10px 10px 5px 10px;
    overflow : hidden;
}

#header {
    position : absolute;
    top      : 10px;
    left     : 10px;
    height   : 180px;
    width    : 500px;
}

#header img {
    position : absolute;
    top      : 0;
    left     : 0;
    margin   : 0;
    width    : 500px;
    height   : 180px;
    border   : none;
}

#header_index {
    position   : relative;
    background : #fbfaf9 url('../img/banner_index_background.jpg') repeat-x;
    height     : 210px;
    overflow   : hidden;
}

#header_index img {
    position : absolute;
    top      : 0;
    right    : 0;
    margin   : 0;
    width    : 720px;
    height   : 210px;
    border   : none;
}

#header #header_headers {
    position : absolute;
    top      : 25px;
    left     : 5px;
    width    : 250px;
}

#header_index #header_headers {
    position : absolute;
    top      : 20px;
    left     : 10px;
    width    : 300px;
}

#news {
    border      : 1px solid #626262;
    border-left : 5px solid #9dbc21;
    height      : 178px;
    margin-left : 500px;
    overflow    : auto;
}

#content {
    padding     : 0 15px 40px 15px;
    line-height : 20px;
}

#content.index {
    padding     : 0 10px 40px 10px;
    line-height : 16px;
}

#index_content {
    position      : relative;
    background    : #d6ccc6;
    float         : left;
    width         : 100%;
}

#index_content_TL {
    height     : 15px;
    background : url('../img/index_content_TL.jpg') top left no-repeat;
}

#index_content_BR {
    height     : 15px;
    background : url('../img/index_content_BR.jpg') bottom right no-repeat;
}

#index_11 {
    width       : 47%;
    float       : left;
    margin-left : 1%;
    background  : url('../img/index_11_background.jpg') top right repeat-y;
}

#index_12 {
    position    : relative;
    background  : white;
    width       : 47%;
    float       : left;
    margin-left : 2%;
    padding     : 10px 0;
}

#index_12_TL {
    position   : absolute;
    top        : 0;
    left       : 0;
    width      : 12px;
    height     : 12px;
    background : url('../img/index_12_TL.jpg') top left no-repeat;
}

#index_12_TR {
    position   : absolute;
    top        : 0;
    right      : 0;
    width      : 12px;
    height     : 12px;
    background : url('../img/index_12_TR.jpg') top right no-repeat;
}

#index_12_BL {
    position   : absolute;
    bottom     : 0;
    left       : 0;
    width      : 12px;
    height     : 12px;
    background : url('../img/index_12_BL.jpg') bottom left no-repeat;
    color      : #2c93d0;
}

#index_12_BR {
    position   : absolute;
    bottom     : 0;
    right      : 0;
    width      : 12px;
    height     : 12px;
    background : url('../img/index_12_BR.jpg') bottom right no-repeat;
}

#index_21 {
    background  : #becae6;
    border      : 3px dashed #7e9bc1;
    width       : 47%;
    float       : left;
    margin-left : 1%;
    margin-top  : 10px;
}

#index_22 { 
    background  : #34396d;
    border      : 1px solid #10153F;
    width       : 47%;
    margin-left : 2%;
    float       : left;
    margin-top  : 10px;
    color       : #dbd3cf;
}

#you_are_here {
    background : #ece8e5;
    padding    : 2px 5px;
    font-size  : 90%;
}

#you_are_here a {
    color : #534741;
}

#you_are_here a:hover {
    text-decoration : underline;
}

.clear {
    clear : both;
}

#footer {
    position   : absolute;
    width      : 100%;
    height     : 84px;
    bottom     : 0;
    left       : 0;
    background : #707070;
    z-index    : 3;
}

#footer_top {
    position     : relative;
    background   : white url('../img/content_BC.gif') 0 100% repeat-x;
    margin-left  : 250px;
    margin-right : 30px;
    height       : 41px;
}

#footer_top_L {
    position   : absolute;
    bottom     : 0;
    left       : 0;
    background : transparent url('../img/content_BL.gif') no-repeat;
    width      : 9px;
    height     : 41px;
}

#footer_top_R {
    position   : absolute;
    bottom     : 0;
    right      : 0;
    background : transparent url('../img/content_BR.gif') no-repeat;
    width      : 9px;
    height     : 41px;
}

#footer img {
    margin : 0;
    border : none;
}

#footer_address {
    position : absolute;
    top      : 18px;
    left     : 5px;
    color    : #e1e1e1;
    width    : 250px;
    z-index  : 3;
}

#footer_fourlas {
    color       : white;
    font-size   : 90%;
    text-align  : center;
    padding-top : 3px;
}

#footer_copyright {
    color       : #e1e1e1;
    text-align  : center;
    padding-top : 3px;
}

#footer_address a,
#footer_fourlas a, 
#footer_copyright a {
    color       : #e1e1e1;
    font-weight : bold;
}

#footer_address a:hover,
#footer_fourlas a:hover, 
#footer_copyright a:hover {
    color : white;
}

#nevma {
    position : absolute;
    bottom   : 5px;
    right    : 5px;
    border   : none;
}

