body {padding:0; margin:0;
	background:#fff url(../img/layout/left_column.jpg) no-repeat 0 0; 
}
td,th {font-size:80%;}
div#mainmenu {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
left: 0;
width: 196px;
padding-top: 10px;
}

#middlebox {
margin: 0 178px 0 196px;
background: transparent url(../img/layout/header_repeat.gif) repeat-x 0 0;
/*** This div has a background to cover the 2-tone body BG ***/
}
#content {
	margin-top:27px;
	padding-right:20px;
}
div#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right: 0px;     /*** IE5/mac will show a horizontal scrollbar 
		if this is less than 16px, or other units are used
		http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
width: 178px;
background:#fff url(../img/layout/right_adres-oca.gif) no-repeat 0 0;
padding-top:91px;
}

