#service_container
{
	position: relative;
	
	background-image: url(images/special/special_back.jpg);
	background-repeat: no-repeat;
	
	width: 940px;
	min-height: 542px;
	
	margin: 0px 0px 0px 0px;	
}
* html #service_container
{
	height: 542px;
}
#leftDiv, #rightDiv
{
	position: relative;
	float: left;	
	
	left: 10px;
	
	width: 450px;
	
	color: #0f0f0f !important;
}
#leftDiv h1
{	
	font-size: 20px !important;
	margin-bottom: 20px !important;
	
	text-decoration: none;
	
	border-style: solid;
	border-color: #0f0f0f;
	border-width: 0px 0px 1px 0px;
	
	width: 400px;
}
#leftDiv p
{
	line-height: 20px;
	font-size: 16px;
	
	padding-right: 80px;	
}
h1.commentBox
{
	position: relative;
	float: left;
	
	left: 30px;
	top: 135px;
	
	filter: alpha(opacity=92);
	moz-opacity: .92;
	opacity: .92;
	
	background-color: #C9C5A5;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px;
	
	font-size: 20px;	
	font-weight: bold;	

	width: 185px;
	padding: 24px;	
	margin-top: 0px;
	
	color: #ffffff;
	
	line-height: 32px;
}
#listsDiv
{
	position: relative;
	float: left;	
	clear: left;	
	
	filter: alpha(opacity=72);
	moz-opacity: .72;
	opacity: .72;
	
	width: 450px;
}
#listsDiv h3
{	
	background-color: #4b4b4b;
	border: 1px solid #e2e2e2;
	
	color: #ffffff !important;
	
	font-size: 14px !important;
	
	margin: 0px;
	padding: 10px;
}
#listsDiv ul
{
	background-color: #0f0f0f;	
	/*background-image: url(images/special/ul_back.jpg);*/
	
	list-style: disc;
	
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 1px;
	
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 0px 0px;
	
	min-height: 100px;
	
	color: #ffffff;
}
* html #listsDiv ul
{
	height: 100px;
}
div.listContainer
{
	float: left;
	clear: none;
	
	font-size: 16px;
	
	width: 425px;	
	
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#rightDiv p
{
	float: left;
	width: 410px;
	
	padding: 25px 10px 25px 10px;
	margin: 0px 0px 14px 0px;
	
	line-height: 22px;
	font-size: 16px;	
	
}
p.lowerPar
{
	filter: alpha(opacity=72);
	moz-opacity: .72;
	opacity: .72;
	
	background-color: #0f0f0f;	
	/*background-image: url(images/comment_back.jpg);	*/
	line-height: 35px !important;
	
	color: #ffffff;
	
	border-style: solid; 
	border-color: #e2e2e2;
	border-width: 1px 1px 1px 1px;
	
	font-size: 20px !important;
	
	height: 287px;
}