

div#functions {
display: inherit;
margin-bottom: 10px;
min-width: 600px;
padding: 0px;
height: 570px;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}


div#topleft {

display: inherit;
position: relative;
float: left;
width: 21%;
padding:0px;
min-height: 570px;
margin-left: 0px;

border-bottom: none;

}



div#topright {

display: inherit;
position: relative;
float: left;
width: 55%;
padding-left: 12px;
padding-right: 6px;
min-height: 220px;

background-color:white;

border-bottom: none;
}




div#bottomright {

display: inherit;
position: relative;
float: right;
width: 21%;
margin-top:0px;
margin-right:0px;

min-height: 570px;
}


