body,td,th {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#header {
	font-size: 20px;
	text-align: right;
	background: #999;
	padding: 10px;
	color: #FFF;
}
#main {
	width: 800px;		
}

#leftBox {
	display: table-cell; width: 80%;
	
}

#rightBox {
	display: table-cell; width: 20%;
}