Here is the text of my stylesheet:
h2 {
text-align:left;
}
div#page {
width:1000px;
background:#000!important;
clear:both;
overflow:hidden;
margin:0 auto;
padding:0;
}
#header,#footer {
clear:both;
width:1000px!important;
margin:0!important;
padding:0!important;
}
#header {
background:#fff!important;
}
#header #headerimg {
width:1000px!important;
height:236px!important;
background:transparent url('http://teewilling.wordpress.com/wp-admin/media.php?action=edit&attachment_id=354') top center no-repeat;
margin:0;
padding:0;
}
#content {
width:780px;
float:left;
overflow:hidden;
padding:0 10px;
}
#sidebar {
width:180px;
float:right;
margin:90px 0 0;
padding:0 5px;
}
#footer {
background:#000!important;
}
.widecolumn {
float:none!important;
}
.narrowcolumn,.widecolumn {
margin:63px auto 0;
}