







#header {
    background-image:url('../images/header.png');
    width: 1256px;
    height: 283px;
    position: relative;
}
.header-label {
    position: absolute;
    color: #696969;
    font-weight:bold;
    font-size: 16px;
}
#vertmenu {
    width: 1256px;
    height: 63px; 
    background-image:url('../images/menu.png');
    background-position:center;
    text-align:center;
}

#vertmenu ul {
    margin-top:10px;
    margin-left: -90px;
}
#vertmenu ul li{
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    color: #297ea2;
    font-weight:bold;
}

#horizmenu ul {
    list-style:none;
    color: #297ea2;
    font-weight:bold;
    text-decoration:underline;
}
#horizmenu ul li{
    margin-top:2px;
    margin-bottom:2px;
}
#content-header{
    background-image:url('../images/spacer.png');
    background-repeat:no-repeat;
    background-position:0 25px;
    border: 1px #000;
    min-height:50px;
}
#content-header h1{
    color:#767676;
    font-size:20px;
    margin-top:0px;
}
#content-text {
    color: #696969;
}
#footer {
    background-image:url('../images/footer.png');
    width: 900px;
    height: 60px;
    margin-left: 150px;
    text-align:center;
    padding-top:10px;
    color:#707070;
    font-weight:600;
}
.submenu{
    margin-left:20px;
}