#main {
position: relative;
width: 760px;
margin: 0 auto;
text-align: left;
}

#header {
display: block;
width: 100%;
height: 83px;	
}

#masthead {
float: left;
display: block;
width: 553;
height: 244px;
overflow: hidden;
}

#sidebar {
float: right;
display: none;
clear: both;
width: 207px;
text-align: left;
}

#content {
float: left;
width: 760px;
margin: 0;
}

#footer {
float: left;
clear: both;
width: 100%;
padding-top: 10px;
border-top: 1px solid #F7D2D6;
text-align: center;
}