/* CSS Document */

body {
background-image: url(images/bodybg_01.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
background-color: #d9d9d9;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 20px;
}

#container {
width: 910px;
padding: 0px 30px;
margin-left: auto;
margin-right: auto;
margin-top: 17px;
background-color: #FFFFFF;
}

#banner {
background-image: url(images/bannerbg_03.gif);
background-repeat: no-repeat;
height: 115px;
}

#content {
float: right;
width: 455px;
}

#sidebar-a {
float: left;
width: 455px;
}

#footer {
clear: both;
height: 180px;
text-align: center;
font-size: 16px;
line-height: 28px;
font-weight: bold;
color: #5a5a5a;
padding-top: 30px;
}

#footer a:link, #footer a:visited {
color: #5a5a5a;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.copyright {
font-size: 11px;
font-weight: 300;
line-height: 18px;
}
