560px - The red line should match this bar.
This is the SMBH div. It should be 530px wide, with a 30px left margin. 30px of padding makes a DIV go right.
Without a doctype, this doesn't work!
Doctype in use: DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
.smbh {
width:500px; /* content */
}
* html .smbh {
/* red = you're getting this. content + borders + padding */
width:530px;
/* green = you're getting this. content only */
w\idth:500px;
}