/* box layout */

div { margin: 0px; padding: 0px; }

#boxwrap   { width: 900px; margin-left: auto; margin-right: auto; }

#boxbody   { width: 900px; float: left;  }

#boxcenter { width: 700px; float: right; }
#boxcenter .minheight { float: right; width: 1px; height: 500px }
#boxleft   { width: 200px; float: left; }

#boxheader { width: 900px;  clear: both;  }
#boxfooter { width: 900px;  clear: both;  }

#content {margin-bottom: 20px; width: 680px;}
#content .column { margin-right: 20px; }
#content .smallcolumn { width: 490px; }

.boxclear  { clear: both; line-height: 0px }

#menu .menuImages { margin-left: 10px; }

/* box style */

#boxwrap   { background: #fff; margin-top: 10px}

#boxheader { background: #fff; }
#boxfooter { background: #fff; }
#boxcenter { background: #fff; }
#boxleft   { background: #fff; }
#boxright  { background: #ffddff; }

#cmsUser {float: right; width: 200px;}
#banners {float: right; right-margin: 205px}
#home {float: left;}

/* formatting */
#boxwrap { text-align: left; margin-top: 1em; margin-bottom: 2em; }

#scrolling div#boxleft, #scrolling div#boxright { overflow: auto; height: 4em;}
