
body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 12px;
	background-color: #fff;
	border: 0px solid #fff;
	font-family : arial, sans-serif;
	

}
table { border-spacing: 0px; }
#mainTable {
	margin: 0;
	border-collapse: collapse;
	spacing: 0;
	padding: 0;
	width: 725;
	border: 0px solid #000;
	background-color: #000000;

	/*/*/line-height: 1.5em; /* */
}

#pagefiller {
	margin: 0;
	border-collapse: collapse;
	text-align: center;
	spacing: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px solid #000;
	background-color: #000000;

	/*/*/line-height: 1.5em; /* */
}

#tile {
	width: 37px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	border: 0px;
	background-image: url(img/border_left.jpg);
}

#tile2 {
	width: 37px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	border: 0px;
	background-image: url(img/border_right.jpg);
}

#top {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 30px;
	font-size: 12px;
	border: 0px;
	background-color:#4F5559
}

#menu {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 99px;
	font-size: 12px;
	border: 0px;
	background-image: url(img/banner_logo.jpg);
}

#banner {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 146px;
	font-size: 12px;
	border: 0px;
	
}

#title {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 38px;
	font-size: 12px;
	border: 0px;
	background-image: url(img/bar.jpg);
}

#title_servicing {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 38px;
	font-size: 12px;
	border: 0px;
	background-image: url(img/bar_servicing.jpg);
}

#title_location {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 38px;
	font-size: 12px;
	border: 0px;
	background-image: url(img/bar_location.jpg);
}

#title_price {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 38px;
	font-size: 12px;
	border: 0px;
	background-image: url(img/bar_price.jpg);
}

#title_contact {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 38px;
	font-size: 12px;
	border: 0px;
	background-image: url(img/bar_contact.jpg);
}

#base {
	width: 725px;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 30px;
	font-size: 12px;
	border: 0px;
	background-color:#4F5559
}

#text {
	width: 315px;
	margin: 0;
	spacing: 0;
	padding: 10px;
	height: 100%;
	font-size: 12px;
	border: 0px;
	background-color:#FFFFFF
}

#content {
	width: 100%;
	margin: 0;
	spacing: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	border: 0px;
	background-color:#FFFFFF
}


}
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	/*/*/border: 0px none; /* */
}