#main { 
width: 780px;
background: #FFFFFF;
margin: 0px;
padding: 0px;
} 

#content table {
width: 780px;
border-collapse: collapse;
}

#content td {
padding: 5px;
}

#leftside {
float: left;
}
	 
#rightside, #bottomright {
float: right;
width: 460px;
margin-right: 10px;
font-size: 9pt;
}

#rightside {
background: #dfdfdf;
line-height: 20px;
}
 
#smallbox {
font-size: 8pt;
text-align: justify;
padding: 5px;
float: left;
width: 284px;
}

#bottomright {
background: #FFF380;
margin-top: 10px; 
margin-bottom: 10px;
padding: 5px;
line-height: 15px;
text-align: justify;
width: 450px;
}
