*{
font-size:13px;
font-family: verdana, Arial;
padding:0;
margin:0;
}

.pageFrame{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid black;
}

.header{
    width:900px;
    height:157px;
    background-image: url(../images/bg_head.jpg);
}

.headerImg{
    float:left;
    width:218px;
    height:157px;
    background-image: url(../images/head.jpg);
    background-repeat:no-repeat;
}
.headerLogo{
    float:left;
    width:662px;
    height:127px;
    padding-left:10px;
    padding-top:30px;
    padding-right:10px;
    font-size:12px;
    

}
.headerLogo h2{
    font-size:16px;
    text-align:center;
    padding-bottom:4px;
    margin-bottom:4px;
}
.topSpacer{
    width:900px;
    height:20px;
    background-color:#578FD8;
}
.content{
    clear:both;
    float:left;
    width:600px;
    min-height:200px;
}

.rightNavigation{
    float:left;
    width:300px;
}

.rightNavigation ul{
    list-style-type: none;
    display:block;
    
}
.rightNavigation li{
    display:block;
}
.rightNavigation li a{
    display:block;
    padding:10px;
    border:1px solid #17509A;
    text-decoration: none;
}

.rightNavigation li a:hover{
    background-color: #DDD;
}
.footer{
    clear:both;
    width:900px;
    height:20px;
    font-size:10px;
}