.header {
	text-align:center;
	background-position: center;
	left:20%;
	height: 100%;
	width:800px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	z-index: 0;
	border: thin solid #CCCCCC;
}

.mainMenu {
	background-position: center center;
	height: 50px;
	width: 800px;
	position: relative;
	left: 300px;
	top: 0px;
	right: auto;
	background-color: #FFFFFF;
	border:solid;
}

.solutions {
/*	border: thin solid #CCCCCC;*/
	border-bottom:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	border-right:thin solid #CCCCCC;
	text-align:center;
	background-position: center;
	left:20%;
	right:20%;
	height: 100%;
	width:60%;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	z-index: 0;
	float:left;
}
