Line 20 style.css
body {
background: none repeat scroll 0 0 #333333;
color: #333333;
font: 110% Droid Serif,Vollkorn,Arial,Helvetica;
}
Line 78 style.css
#head {
background: none repeat scroll 0 0 #FFFFFF;
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
font-size: 0.7em;
margin: 0 auto;
padding: 18px 0 0;
width: 960px;
}
Line 87 style.css
#page {
background: none repeat scroll 0 0 #ECECEC;
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
font-size: 0.7em;
margin: 0 auto;
padding: 10px;
width: 940px;
}
Line 744 style.css
#front-popular {
/*background: url("images/bottombar.png") no-repeat scroll center bottom #2C2C2C;*/
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
color: #FFFFFF;
font-size: 0.7em;
margin: 0 auto;
padding: 10px;
width: 940px;
}
Line 796 style.css
#footer {
background: none repeat scroll 0 0 #DEDEDE;
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
font-size: 0.6em;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 10px;
width: 960px;
}
That will be exactly what you want. Though there will be some spacing issues in the header and other stuff that you are still going to need to figure out. I highly recommend that you read up on basic html/css if you seriously want to edit your site yourself. Best of luck.
Oh and install the firebug plugin for firefox. Like magic you can point at the thing you need to change and it will show the markup and css that is doing it.