/* CSS Document */

.header {
	background-image:url(Images/backgroundline.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	color:#000000;
	background-color:#CCCCCC;

}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.style2 {font-weight: bold}

.style3 {color: #666666}


.style4 {font-family: Arial, Helvetica, sans-serif}

.style5 {
	font-size: 16px;
	font-weight: bold;
	
}

#homecontent {
	background-image:url(Images/homeimage.jpg);
	background-position:left, top;
	background-repeat:no-repeat;
	width:675px;
	height:506px;
	margin:0px;


	
}

#servicescontent {
	background-image:url(Images/servicesimage.jpg);
	background-position:left, top;
	background-repeat:no-repeat;
	height:900px;

	

}

#contactcontent {
	background-image:url(Images/contactimage.jpg);
	background-position:left, top;
	background-repeat:no-repeat;
	width:675px;
	height:506px;


	
}

#staffcontent {
	width:675px;
	margin-top:20px;

}

#container {
	width:675px;
	margin:0 auto;

}

#footer {
	margin-top:10px;
	border-top:thin;
	border-top-color:#000000;
	border-top-style:solid;
	
}

#hometext {
	margin-left:40px;
	margin-right:40px;
	margin-top:50px;
	margin-bottom:50px;
	
}

#servicetext {
	margin:50px;
	
}

#contacttext {
	margin-left:40px;
	margin-right:40px;
	margin-top:50px;
	margin-bottom:50px;
	
}	