just so you know; for now, these are the changes to the template page that I want to make
// from style.css (line 248) increase width from 560px
#container {
width:700px;
}
// style.css (line 347) to display:none or use function to remove
#secondary {
float:left;
width:200px;
}
// reposition primary sidebar style.css and make postion fixed or relative to the top right corner of the container (line 335)
#primary {
float:right;
margin-right:20px;
width:200px;
}
// remove the comming attractions -
// either display none or turn off function that creates it style.css (line 315)
#above-primary {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:red none repeat scroll 0 0;
color:green;
float:right;
margin:0 20px 10px 0;
padding:5px;
width:400px;
}