body {
background-color: #ffffff;
	}
	
table {
	margin: auto;
	width: 900px;
	height: 1000px;
	background-color: white;
	border-collapse: collapse;
	}

	
.header {
	height: 100px;
	background-color: #000;
	} 
.logo {
	margin-left: 15px;
	margin-right: 15px;
	}
.nav {
	display: inline;
	padding-right: 25px;
	padding-top: 10px;  
	padding-bottom: 10px;
	}

.navbar {
	height: 40px;
	background-color: white;
	border-bottom: 3px solid black;
	}
	.nav a:link{
	color: black;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	}
	.nav a:visited {
	color: black;
	text-decoration: none;
	}
	.nav a:hover {
	background-color: black;
	color: white;
	}
	.nav a:active {
	text-decoration: none;
	}
.nolink {
	font-family: arial;
	color: red;
	font-size: 18px;
	font-weight: bold;
	display: inline;
	padding-right: 25px;
	}
.textNav {
	font-family: arial;
	color: black;
	font-size: 18px;
	font-weight: bold;
	}

.footer {
	height: 50px;
	background-color: black;
	}
.copy {
	text-align: center;
	color: white;
	font-family: arial;
	}
.service_pictures {
	display: block;
	border-radius: 25px;
	margin-left: 15px;
	margin-right: 15px;
	}
.ser_headings {
	text-align: center;
	font-family: arial;
	text-decoration: underline;
	}
.service_headings2 {
	margin: 0px;
	text-decoration: underline;
	text-align: center;
	}
.service_details {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 17px;
	}
.service_details2 {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 20px;
	}
.request {
	height: 50px;
	background-color: red;
	}
.service_links:link {
	text-decoration: none;
	font-family: arial;
	background-color: red;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	border-radius: 10px;
	margin-left: 250px;
	}
.service_links:visited {
	text-decoration: none;
	color: white;
	}
.service_links:hover {
	text-decoration: none;
	background-color: black;
	color: white;
	}
.service_links:active {
	text-decoration: none;
	}	
.detail_links:link {
	color: black;
	margin-left: 300px;
	font-size: 17px;
	}
.detail_links:visited {
	color: black;
	}
.detail_links:hover {
	color: red;
	}
.detail_links:active {
	color: red;
	}	
.long_banner {
	display: block;
	margin: 0px;
	}	
.sale {
	padding-bottom: 30px;
	}
.points {
	padding-left: 75px;
	font-size: 17px;
	}
.contact_details {
	margin-left: 25px;
	font-size: 20px;
	}	
.contact_details2 {
	font-size: 20px;
	}
.contact_details3 {
	margin: 0px;
	font-size: 20px;
	}
.u {
	font-size: 20px;
	float: left;
	clear: left;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 300px;
	}	
.field {
	display: block;
	height: 20px;
	margin-bottom: 10px;
	width: 300px;
	}
.buttons {
	margin-left: 300px;
	margin-bottom: 200px;
	}
.aboutus_details {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 20px;
	}	
	
	
	
	
	
	
	
	