html
{
    width:100%;
    height:100%;
	margin:auto;
	font-family: Arial;
}

body
{
	background-color:white;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

/*Header*/
#navDiv
{
	background-color:black;
	margin-top:15px;
}

#navDiv a 
{
	color:white;
	text-decoration:none;
	font-size:3em;
	width:24.65%;
	text-align:center;
	display: inline-block;
}

#navDiv a:hover
{
	color:#CC9933;
}

table
{
	margin:auto;
}

#titleBar
{
	width:100%;
}

#titleLogo
{
	width:70%;
	min-height:80%;
	max-height:100%;
	float:left;
}

.titleTd
{
	text-align:center;
	font-size:1.5em;
}

#logoTable
{
	width:100%;
}

/*Page Bottom*/
#bottomLogo
{
	width:75px;
	margin-top:0;
	vertical-align:middle;
}

.bottomCell
{
	width:25%;
}

#bottomLogoCell
{
	width:9%;
}

#insideJoke
{
	color:black;
}

#bottomTable
{
	float:left;
}

#pageBottom
{
	float:left;
	background-color:black;
	color:white;
	width:100%;
	height:80px;
	margin-top:2%;
}

#services
{
	margin-top:2%;
	height:1000px;
	width:80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	text-align:center;
}

#priceChart
{
	float:left;
}

#batteryAd
{
	width:35%;
	margin-top:3px;
	float:right;
}

#cleaningAd
{

	float:right;
}

#imageTable
{
	margin-top:15px;
	width:100%;
	border-collapse: collapse;
}

#imageTable img
{
	width:100%;
}

#priceChartTd
{
	width:65%;
}