* {
    margin : 0;
    padding : 0;
    font-family : Helvetica, Arial, sans-serif;
}

html, body {
    height : 100%;
    background-color : #e1e1e1;
}

#header {
    width : 940px;
    height : 275px;
    margin : 0 auto;
    background : url('/img/bg_header.png') no-repeat;   
}

#container {
    width : 940px;
    margin : 0 auto;
    background : url('/img/bg_container.png') repeat-y;
}

#menu {
    width : 900px;
    height : 50px;
    margin : 0 auto;
    background : url('/img/bg_menu.png') repeat-x;
}

.menuitem, .menuitem_active {
    float : left;
    height : 50px;
    line-height : 50px;
    padding-left : 20px;
    padding-right : 20px;
}

.menuitem:hover {
    background : url('/img/bg_menu_hover.png') repeat-x;
}

.menuitem a, .menuitem_active a {
    color : #fff;
    text-align : center;
    font-size : 14px;
    font-weight : bold;
    text-decoration : none;
}

#submenu {
    width : 200px;
    margin-left : 650px;
}

#submenu ul {
    list-style : none;
    padding : 0px;
    margin : 0px;
    padding-top : 20px;
}

#submenu li, #submenu p {
    margin-top : 7px;
    padding-left : 10px;
}

#submenu p {
    padding-top : 50px;
}

#submenu a {
    color : #316793;
    font-weight : normal;
    text-decoration : none;
    font-size : 13px;
}

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

#content {
    width : 900px;
    min-height : 400px;
    margin : 0 auto;
    background : url('/img/bg_content.png') bottom left no-repeat;
}

#leftcontent {
    width : 610px;
    float : left;
    padding : 20px;
    color : #282828;
    font-size : 12px;
    line-height : 175%;
}

#leftcontent h1, h2 {
    color : #316793;
    font-size : 20px;
}

#leftcontent h2 {
    font-size : 16px;  
    padding-top : 13px; 
}

#leftcontent h3 {
    font-size : 14px;
    padding-top : 10px;
    font-weight : normal;
}

#leftcontent a {
    color : #000;
}

#leftcontent a:hover {
    color : #316793;
}
 

#leftcontent p {
    padding-top : 10px;
}

#leftcontent ul {
    list-style : square;
    margin-left : 30px;
}

#leftcontent ol {
    margin-left : 30px;
}

#rightcontent {
    width : 900px;
    min-height : 400px;
    background : url('/img/bg_rightcontent.png') top right no-repeat;
}

#footer {
    width : 800px;
    height : 60px;
    margin : 0 auto;
    background : url('/img/bg_footer.png') no-repeat;
    color : #fff;
    font-size : 9px;
    text-align : center;
    padding-top : 10px;
    padding-right : 70px;
    padding-left : 70px;
    line-height : 150%;
}

#footer a {
    color : #fff;
}

.clear {
    clear : both;
}
