/* CSS Document */

body {
background-color: #9CB2BB;
}

.top {
width: 800px;
height: 61px;
background-image: url(topbg.jpg);
background-repeat: repeat-x;
margin-left: 50px;
}

.nav {
width: 800px;
height: 231px;
margin-left: 50px;
margin-top: 10px;
}

.main {
width: 800px;
margin-left: 50px;
margin-top: 10px;
background-image: url(bfforcontent.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
}

.footer {
width: 800px;
height: 15px;
margin-left: 50px;
margin-top: 5px;
}
