/* box layout */

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

#boxwrap   { width: 740px; margin-left: auto; margin-right: auto; padding: 10px 10px 0px 10px; }

#boxinnerwrap   { width: 740px; margin: 0px }

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

#boxcenter { width: 550px; float: right; margin: 10px 0px; }
#boxleft   { width: 190px; float: left; }

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

#content {margin-bottom: 20px;}

#boxcenter .minheight { float: right; width: 1px; height: 400px }
.boxclear  { clear: both; line-height: 0px }

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

#home {
width: 180px;
height: 150px;
}

#headerright {
width: 550px;
height: 150px;
float: right;
}

#menu {
margin-bottom: 20px;
margin-top: 10px;
}    

#menu .menuBlock {
margin: 2px 0px;
padding: 0;
width: 180px;	 
}

#menu .menuBlockHome {
margin: 2px 0 0 2px;
padding: 0;
width: 180px;	 
}

/* modules */

#content table.module {
width: 545px;
}

#content table.moduleResult {
width: 545px;
}


/* box style */

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

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

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

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

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

