/* full width */
body{ margin:0px auto 0px auto; width:960px }

/* 25% of width - closest to original sidebar size */
.column25 { float:left; width:240px }

/* 50% of column width */
.column50 { float:left; width:480px }

/* 75% of column width - 3px above original main section width */
.column75 { float:left; width:720px }

/* 37.5% of column width - split 75% in half */
.column75half { float:left; width:360px }

/* 1/3 of column width */
.column33 { float:left; width:320px }

/* 2/3 of column width */
.column66 { float:left; width:640px }

/* full width + clears */
.wide { text-align:center; clear:both; }

/* override float */
.floatright { float:right }
.floatleft  { float:left }

/* paragraph text */
p { margin:0px 8px; padding:8px 0px}

/* for the bottom area only */
.fineprint { font-family:inherit; font-size:smaller; text-align:center }
.notice { width:auto; background-color:#FFFFFF; font-size:small; float:right; margin:9px; border:9px solid white}

/* NEVER put a border around imgs */
img { border-width:0px }