a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}


body
{
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#logo {
	position:absolute;
	left: 660px;
	top:26px;
	width:140px;
	height:135px;
	z-index:1;
	background-image:url(images/lovgo.png);
}

.container
{
	margin: auto;
	margin-top: 90px;
	width: 918px;
	border-collapse:collapse;
}

.banner
{
	width: 918px;
	height:340px;
	background-image:url(images/banner.jpg);
}

.menu
{
	width: 153px;
	height: 38px;
	background-color:#CCCCCC;
	font-size: 18px;
	text-align: center;
}

.divider
{
	width: 918px;
	height: 10px;
	background-color: #999999;
}

.tableservicearea
{
	margin: auto;
	width: 918px;
	border-collapse:collapse;
}

.servicebox
{
	width: 228.5px;
	height: 162px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	vertical-align: top;
		padding: 5px;
}

.serviceboxdivider
{
	width: 1px;
	height: 162px;
	background-color: #FFFFFF;
}

.servicetitle
{
	text-align: center;
	height: 30px;
	font-size:16px;
}

.servicedescription
{
	text-align: left;
	font-size:13px;
}

.servicemore
{
	text-align: right;
	height: 20px;
	font-size:13px;
}

.dividerfooter
{
	width: 918px;
	height: 20px;
}

.footer
{
	width: 918px;
	height: 40px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-size:11px;
	padding: 5px;
}
