html, body {margin:0;padding:0;}
body {
text-align:center;
background:##FAFAFA;
color:#000;
font:11px/18px arial;
}
#container {
width:770px;
width:770px;
margin:0 auto;
text-align:left;
background:#DDDDDD;
}
#header {
height:100px;
background:#D7EAF2 url() no-repeat center top;
text-align:center;
}
#sidebar {
float:right;
width:200px;
padding:10px;
margin:10px;
background:#EEEEEE;
}
#content {
width:480px;
float:left;
padding:15px;
margin:10px;
background:#EDEDED;
}
#footer {
clear:both;
text-align:center;
background:#D4E0E5;
padding:5px;
height:25px;
}
h2 {
color:#3D7A99;
}
/* PLEASE NOTE: the width of your content plus the width of your sidebar (including any padding or margins)
should be equal to or less than the width of your container */