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


/* remove backgrounds */


#bottom-home {
	background: none;
}


/* change backgrounds and styling for service page */


#services-left {
	width: 413px;
	margin: 0 0 25px 25px;
	background: none;
	background-color: #fff;
}
#services-right {
	width: 412px;
	margin: 0 25px 25px 0;
	background: none;
	background-color: #fff;
}


/* hide nav bar table */


.nav-table {
	display: none;
}


/* hide footer */


#copyright {
	display: none;
}
#footer-links {
	display: none;
}
