body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
line-height: 14px;
background-color: #e9ecf0;
}

a {
color: #6071af;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #506dd7;
}


#container {
position: relative;
margin: auto;
width: 700px;
height: 465px;
background-color:#FFFFFF;
border: 1px solid #c5c5c5;
}

#header {
position: static;
width: 700px;
height: 65px;
border-bottom: 1px solid #c5c5c5;
background-image: url(images/jbcBannerBg.gif);
}


#logo {
position: absolute;
top:0px;
left: 0px;
width: 175px;
height: 65px;
}

#navBar {
position: absolute;
right: 5px;
top: 46px;
width: 440px;
height: 17px;
}

#navBarCollections {
width: 700px;
height: 20px;
}

#main {
position: static;
width: 700px;
height: 400px;
}


#contentCollections {
position: static;
width: 700px;
height: 380px;
overflow: auto;
}

#content {
position: static;
width: 700px;
height: 400px;
overflow: auto;
}


#footer {
background-color: #e9ecf0;
position: static;
margin: auto;
width: 700px;
height: 25px;
text-align: right;
}
