/*   MAIN WRAPPER   */

#wrapper {
width:97%;
padding:15px;
margin:0px auto 0px auto;
background:#fff;
text-align:left;
}

/*   HEADER   */

#header {
width:97%;
height: 55px;
margin:20px auto 1px auto;
background:#fff url(images/logo-ac1.jpg) no-repeat left;
}



html>body #header {
width:97%;
height:35px;
padding:15px;
margin:10px auto 1px auto;
background:#fff url(images/logo-ac1.jpg) no-repeat left;
color:#FFFFFF;
}



#content {
padding-left:170px;
max-width:100%;
}

img
{
border:0;
}


#sidebar {
top: 65px;
}



/*   FOOTER   */

#footer {
clear: both;
background:#fff;
margin: 0 0 0 0;
height:25px;
width:100%;
text-align:right;
color:#FFFFFF;
font-size:12px;
}





