/* box layout */

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

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

#boxbody   { width: 560px; float: left; padding-left: 40px  }

#boxcenter { float: left; width: 520px; margin-top: 20px }
#boxcenter .minheight { float: right; width: 1px; height: 450px; }

#boxheader { width: 100%;  clear: both;  }
#boxfooter { width: 100%;  clear: both;  }

#content {margin-bottom: 20px;}

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

/* box style */

#boxwrap   { text-align: left; margin-bottom: 2em; margin-top: 10px}

#cmsUser {float: right; width: 180px;}
#home {float: left;}



