#service_container
{
	position: relative;
	
	background-image: url(images/services/services_back.jpg);
	background-repeat: no-repeat;
	
	width: 940px;
	min-height: 460px;
	
	margin: 0px 0px 0px 15px;
}
* html #service_container
{
	height: 460px;
}
h1.commentBox
{
	position: relative;
	float: left;
	
	left: 30px;
	top: 50px;
	
	filter: alpha(opacity=92);
	moz-opacity: .92;
	opacity: .92;
	
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 1px;
	
	font-size: 20px;	
	font-weight: bold;	

	width: 170px;
	padding: 24px;	
	margin-top: 5px;
	
	line-height: 32px;
	
	background-image: url(images/comment_back.jpg);
}
#listsDiv
{
	position: relative;
	float: left;	
	
	filter: alpha(opacity=82);
	moz-opacity: .82;
	opacity: .82;
	
	left: 50px;
	
	width: 630px;
}
#listsDiv h3
{	
	background-color: #e2e2e2;
	border: 1px solid #e2e2e2;
	
	font-size: 14px !important;
	
	margin: 0px;
	padding: 10px;
}
#listsDiv ul
{
	background-color: #0f0f0f;	
	
	list-style: disc;
	
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 1px;
	
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 0px 0px;
	
	min-height: 140px;
	
	font-size: 15px;
	
	color: #ffffff;
}
* html #listsDiv ul
{
	height: 140px;
}
div.listContainer
{
	float: left;
	clear: none;
	
	width: 275px;	
	
	margin: 0px 0px 0px 25px;
	padding: 20px 0px 0px 0px;
}
