/****************** ALL ***************/
body {
	width:100%;
	margin: 0 auto;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

.bgdiv {
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	height:400px;
	width:400px;
	background:#ffffff url('t-bg.jpg') top left no-repeat;
	padding:15px 0 0 0;
}

#content1, #content2 {
	min-height:340px;
	width:300px;
  	background-color:#ffffff;
  	margin:0 auto;
}

#content1 {
	/* for IE 8 - always needs to come first */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	/* for IE */
  	filter:alpha(opacity=85);
  	/* for FF etc */
  	opacity:0.85;
  	-moz-opacity:0.85
}

#content2 {
	/* for IE 8 - always needs to come first */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	/* for IE */
  	filter:alpha(opacity=85);
}

.servicebox {
	margin:20px auto;
	width:200px;
	color:#666666;
}

.servicebox h1 {
	font-family: Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#bf31ad;
	margin:0 0 12px 0;
	width:200px;
	line-height:12px;
	padding:10px 0;
	border-bottom:1px solid #bf31ad;
}

.serviceimg, .serviceimg2 {
	border:1px solid #bfbfbf;
	width:200px;
	overflow:hidden;
	margin:0;
}


.servicebox p {
	font-size:12px;
	margin:0;
	padding: 15px 5px 5px 5px;
	color:#222222;
}

.servicebox div.more {
	text-align:center;
	color:#ffffff;
	height:20px;
	width:100px;
	margin:5px 0 0 100px;
	font-size:11px;
	line-height:18px;
	background:url('readmore.png') 0 0 no-repeat;
}

.servicebox div.more:hover {
	background:url('readmore.png') 0 -20px no-repeat;
	color:#2c8819;
}