@charset "utf-8";
/* CSS Document */

body {
	text-align: center;

}
div#wrapper {
	text-align:left; 
	width:748px;
	margin:0 auto;
}
div#title {
	background-color:#000; 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	font-weight:bold; 
	font-size:52px; 
	width:inherit;
}
div#row {
	width: inherit
	float:left;
	clear:right;
}
div#bodyL {
	width: 374px;
	float:left;
}
div#bodyR {
	width: 374px;
	float:right;
}
div.secondaryL {
	float:left;
	width:187px;
}
div.secondaryR {
	float:right;
	width:187px;
}