html, body{
	width: 100%;
	height: 100%;
	
	clear: both;
}

body{
	color: #000;
	
	font-size: 100%; /* def. 14px */
	font-family: Tahoma, Arial, 'Lucida Sans Unicode' ;
	line-height: 1.5;
	text-align: left;
}	

a{
	text-decoration: none;
}

.bodyClass{
	width: 90%;
	margin: 0 auto;
	background: #fff;;	/* slightly gray */
}

.mainHeader{
	width: 100%;
	height: 149px;
	margin-top: 1%;
	background: #fff;
}

.headerLogo{
	float: left;

	width: 149px;
	height: 149px;
	padding: 15px;
}

.headerTitle{
	height: 149px;
	
	float: left;
}

/* needed for vertical alignment */
.headerTitle span{
	display: table-cell;
	height: 149px;
	
	vertical-align: middle;
}

.mainContent{
	clear: both;
	overflow: auto;
	
	padding: 1% 0 0 0;
}

.content{
	float: left;
	width: 74%;
	height: auto;
}