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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}





#wrapper{
	height: 720px;
	width: 824px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	height: 241px;
	width: 824px;

}

#l{
	float: left;
	height: 241px;
	width: 253px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;

}


#r{
	float: right;
	height: 241px;
	width: 571px;
	background-color: #0000FF;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


#nav{
	height: 61px;
	width: 800px;
	background-image: url(images/nav.jpg);
	padding-top: 31px;
	padding-left: 24px;

}


#body{
	height: 316px;
	width: 824px;
	background-image: url(images/hometext.jpg);
	background-repeat: no-repeat;
}

#body1{
	height: 316px;
	width: 824px;
	background-image: url(images/servicetext.jpg);
	background-repeat: no-repeat;
}


#body2{
	height: 316px;
	width: 824px;
	background-image: url(images/contactustext.jpg);
	background-repeat: no-repeat;
}


#footer{
	height: 33px;
	width: 624px;
	background-image: url(images/footer.jpg);
	padding-top: 33px;
	padding-left: 200px;
}
