@charset "utf-8";
/* CSS Document */
#body {
background: FFFFFF;
text-align: center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}

#container {
background-color:#FFFFFF;
width: 770px;
margin: 0 auto;
}

#banner {
background-image:url(Header.jpg);
width: 770px;
height: 100px;
}

#navbar {
width: 770px;
height: 35px;
}

#contentleft {
float: left;
padding: 5px;
width: 610px;
height: auto;
text-align: left;
}


#sidebar {
float: right;
padding: 5px;
width: 140px;
height: auto;
text-align: left;
}

#footer {
background-image:url(footer.jpg);
width: 770px;
height: 35px;
float:left;
}
