body, table, td, p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
}

body { background-color: black; margin-top: 8px;}

#header {
	background-image: url(../img/top.jpg);
	height: 119px;
}
#body {
	background-image: url(../img/background1.jpg);
	height: 481px;
	vertical-align: top;
	
}
body#inside {
	background-image: url(../img/background3.jpg);
	background-repeat: no-repeat;
	background-position: center 11px;
	padding: 0;
	margin: 0;
}
body#inside #right {padding-top: 37px;}
#right {
	background-image: url(../img/right1.jpg);
	width: 317px;
	vertical-align: top;
	padding-top: 26px;
	line-height: 1.5em;
background-repeat: no-repeat;
}
body#inside #right {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	text-align: left;
}

a#home { 
	background-image: url(../img/home.jpg);
	display: block;
	}
	a#home:hover { 
	background-image: url(../img/home_over.jpg);
	}
	
a#about { 
	background-image: url(../img/about.jpg);
	display: block;
	}
	a#about:hover { 
	background-image: url(../img/about_over.jpg);
	}
	
a#services { 
	background-image: url(../img/services.jpg);
	display: block;
	}
	a#services:hover { 
	background-image: url(../img/services_over.jpg);
	}
	
a#testimonials { 
	background-image: url(../img/testimonials.jpg);
	display: block;
	}
	a#testimonials:hover { 
	background-image: url(../img/testimonials_over.jpg);
	}
	
a#gallery { 
	background-image: url(../img/gallery.jpg);
	display: block;
	}
	a#gallery:hover { 
	background-image: url(../img/gallery_over.jpg);
	}
		
a#contact { 
	background-image: url(../img/contact.jpg);
	display: block;
	}
	a#contact:hover { 
	background-image: url(../img/contact_over.jpg);
	}

h1 { color: #CE6E19 }

a:link, a:visited { color: #D36D18; }

body#inside #Table_01 { margin-top: 130px; width: 475px; }
div#right { background-image: none; float: right; width: 317px; }
div#left { width: 475px; }