#service_container
{
	position: relative;
	
	background-image: url(images/packages/packages_back.jpg);
	background-repeat: no-repeat;
	
	width: 940px;
	min-height: 475px;
	
	margin: 0px 0px 0px 0px;
}
* html #service_container
{
	height: 475px;
}
#leftDiv
{
	position: relative;
	float: left;
	
	top: 35px;
	left: 40px;
	
	width: 505px;
	
	text-align: justify;
	
	color: #ffffff !important;
}
#leftDiv h1
{	
	text-decoration: none;
	
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 0px 1px 0px;
	
	width: 200px;
	font-size: 20px !important;
	margin-bottom: 20px !important;
}
#leftDiv p
{
	line-height: 20px;
	font-size: 16px;
}
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;
	
	left: 10px;
	top: 60px;	
	
	width: 920px;
}
#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 8px 10px 30px;
	margin: 0px 0px 0px 0px;
	
	min-height: 125px;
	
	color: #ffffff;
	
	font-size: 15px;
}
* html #listsDiv ul
{
	height: 125px;
}
div.listContainer
{
	float: left;
	clear: none;
	
	width: 275px;	
	
	margin: 10px 0px 10px 20px;
	padding: 20px 0px 0px 0px;
}