*{
padding:0;
margin:0;
}

/* Wrapper*/
#wrapper{ 
/* Set layout width */ 
width:47em; 
/* Center the layout */ 
margin:auto; 
} 

#columnleft {

float:left;
width:22em;
height:8em;
}

#columnright {
float:right;
width:22em;
height:8em;

}

.boxleft {
float:left;
width:11em;
height:8em;

}

.boxright{
float:right;
width:10.5em;
height:8em;


}

.listing {
height:9em;


}

.textbox{
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
}