body {
margin: 0;
padding: 0;
}

#homeCntnt {
	width: 100%;
	background:url(../media/mp_left_bg.jpg) no-repeat;
	}

#homeCntnt .txtBlock {
	position: relative;
	left: 270px;
	top: 8px;
	width: 400px;
}

#equCntnt {
	width: 100%;
	background:url(../media/equip_left_bg.jpg) no-repeat;
	}

#equCntnt .txtBlock {
	position: relative;
	left: 270px;
	top: 8px;
	width: 400px;
}

#aboutCntnt {
	width: 100%;
	background:url(../media/about_left_bg.jpg) no-repeat;
	}

#aboutCntnt .txtBlock {
	position: relative;
	left: 270px;
	top: 8px;
	width: 400px;
}

.txtBlock p {
	width: 426px;
	padding-right: 17px;
}

#employCntnt {
	width: 100%;
	background:url(../media/about_left_bg.jpg) no-repeat;
	}
	
#employCntnt .txtBlock {
	position: relative;
	left: 270px;
	top: 8px;
	width: 600px;
}

#employCntnt .txtBlock p {
	width: 600px;
	padding-right: 17px;
}

.txtBlock div.dbRow {
	width: 526px;
	padding-right: 17px;
	margin-bottom: 5px;
	}

h1 {
	font: inherit;
	letter-spacing: -1px;
	font-size: 2em;
	color: #666;
	margin: 0;
	padding: 0;
}
.blueBold {
	font-weight: bold;
	color:  #00335A;
}

.grayBold {
	font-weight: bold;
	color:  #999;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	color: gray;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	border: none;
}

h3 {
	font-size:1.25em;
	font-weight: bold;
	color: #00335A;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	display: block;
	}
