.nav-bar{
    background-color: black;
    color: white;
    font-size: 22px;
    width: 100%;
    height: 50px;
    margin-top: 0;
}


.nav-bar a{
    color: white;
    text-decoration: none;
    text-align: center;
    padding-left: 25px;
}

.nav-bar a:visited{
    color: white;
    text-decoration: none;
}

.nav-bar a:hover{
    color: red;
    text-decoration: none;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.nav-left{
    background-color: #055468;
    color: white;
    position: relative;
}

.nav-left:before{
    background: #000000;
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0;
    transform: rotateZ(35deg);
    transform-origin: bottom right;

}

.nav-right{
    background-color: #055468;
    color: white;
    position: relative;
}

.nav-right:before{
    background: #000000;
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0;
    transform: rotateZ(-35deg);
    transform-origin: bottom left;

}

.standard {
    font-size: 18px;
    color: #000000;
    font-family: arial, sans-serif;
    font-weight: normal;
}

.button{
    color: #000033;
    font: bold 18px 'trebuchet ms', helvetica, sans-serif;
    background-repeat: repeat-x;
    background-color: #FFCC00;
    background-image: url(/images/buttonbg.gif);
    border: 1px outset #999999;
}

.footer {
//    height: 40px;
//    margin-top: -40px;
    clear: both;
    background-color: black;
    color: white;
    font-size: 12px;
    text-align: center;
    position:absolute;
    bottom:0;
    width:100%;
    padding: 5px;
}