@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:213px;
	width:1100px;
	background-position:top;
	padding-left:100px;
	padding-top:100;
	margin-top:0px;
	vertical-align:top;
}

#homeimage {
	background-image:url(images/HOMEIMAGE.png);
	background-position:center;
	background-repeat:no-repeat;
	height:234px;
	width:1200px;
	vertical-align:top;
}

#background {
	background-image:url(images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	height:400px;
	width:1200px;
}

.heading {
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#00B0FF;
}

.bodytext {
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
}

#footer {
	background-image:url(images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:1200px;
}

#aboutimage {
	background-image:url(images/HOMEIMAGE2.png);
	background-position:center;
	background-repeat:no-repeat;
	height:234px;
	width:1200px;
	vertical-align:top;
}

#serviceimage {
	background-image:url(images/HOMEIMAGE3.png);
	background-position:center;
	background-repeat:no-repeat;
	height:234px;
	width:1200px;
	vertical-align:top;
}

#backgroundservices {
	background-image:url(images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	height:620px;
	width:1200px;
}

#contactimage {
	background-image:url(images/HOMEIMAGE4.png);
	background-position:center;
	background-repeat:no-repeat;
	height:234px;
	width:1200px;
	vertical-align:top;
}

#backgroundcaontact {
	background-image:url(images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	height:450px;
	width:1200px;
}

.headingfooter {
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
}

.contacttext {
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333;
	line-height:20px;
}

