/* CSS Document */

#content_services
{
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:300px;
}

#serv_1
{
	position:relative;
	width:800px;
	height:100px;
}

#serv_2
{
	position:relative;
	width:800px;
	height:100px;
}

#serv_3
{
	position:relative;
	width:800px;
	height:100px;
}

#hr_1
{
	position:absolute;
	top:100px;
	left:0px;
	width:800px;
	height:1px;
	background-color:#999999;
}

#hr_2
{
	position:absolute;
	top:200px;
	left:0px;
	width:800px;
	height:1px;
	background-color:#999999;
}

.indv_serv
{
	text-align:left;	
}

.serv_header
{
	font-family:"Copperplate Gothic Bold", Arial, sans-serif;
	font-size:18px;
	font-weight:400;
	text-decoration:underline;
	color:#000099;
}

.super_fly
{
	color:#000099;
}

img
{
	float:left;
	margin:5px;
}

p
{
	margin:5px;
}