/* Content
***********************/
.content p, .content a, .content ul, .content img { position:relative; z-index:100; } 
.floatR { float:right; }
.floatL { float:left; }

/* Center Column
**************************/
.centerCol {
	width:940px; float:left;
	margin:35px 0 0 45px;
}
.centerTopTitle {
	font-size:1.88em; margin-bottom:50px;
}

.servImg { float:left; }
.servicesList {
	list-style:none; float:left; margin:0 0 0 16px;
}
.centerWrap {
	width:734px; margin:auto;
}
.centerTitle {
	font-size:1.5em; width:100%;
	padding:11px 0 24px 0; border-top:1px solid #33ccff;
	margin:33px 0 0 0;
}
.centerText {
	font-size:0.877em; line-height:22px; text-align:justify;
}
.centerText img { margin:20px auto 0; display:block; }
.centerText img.floatR { margin-right:40px; }
.centerText img.floatL { margin-left:40px; }

/* IE FIX */
.service a img { border:none; }
