table,td,tr,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;}



body{
    background-image : url(/images/background.png);
}
.container{
    width : 945px;
    margin : 0 auto;
    margin-top : 20px;
}
.header{
    width : 100%;
    height : 127px;
    background : url(/images/header.png) no-repeat;
}
.content{
    width : 100%;
    background : url(/images/content_repeater.png);
}
    .left{
        float : left;
        margin-left : 5px;
        width : 157px;
    }
    .right{
        float : right;
        width : 760px;
        margin : 10px;
    }
.footer{
    width : 100%;
    height : 10px;
    background : url(/images/content_bottom.png) no-repeat;
    background-position : -1px 0;
    padding-top : 10px;
    text-align : right;
}
.footer a{
    color : #fff;
    font-weight : bold;
}
h3{
    color : #004A80;
    font-weight : bold;
}