> what I'm trying to do is decrease the width to match that of my other two 
> boxes

You're not setting a width anywhere.  If you want to make the container the 
same width as the others, you need to either specify a width or margins on 
#rp_frame.

But also, you have 4 boxes in the column on that page, and none of them are the 
same size as any of the others.  So I'm not entirely sure what you want this to 
be the same size as.

#rp_frame {
  margin: 25px auto 0;
  width: 400px;
}

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to