/* CSS Document */

#left{
	font-size: 13px;
  	width: 47%;
  	float: left;
}
#right{
	font-size: 13px;
	width: 47%;
	float: right;
}