.head {
	background-image: url(images/restoration_01.jpg);
	height: 104px;
	width: 800px;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 55px;
	width: 800px;
	background-image: url(images/restoration_07.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
}
.foot a, #foot a:link, #foot a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.content	{
	width: auto;
	padding: 0px;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #006600;
	background-color: #FFFFFF;
	height: auto;
	border: none;
	margin: 10px;
}
/* gives a bit of padding between the graphics inn the content area */
.content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
.content p {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
	
	/* H1 style for the content area */
.content H1 {
	font-size: 18px;
	color: #009933;
	margin-left: 10px;
}

.content H2 {
	font-size: 18px;
	color: #006600;
	margin-left: 10px;
}
.content H3 {
	font-size: 18px;
	color: #006600;
	margin-left: 10px;
}

.content H4 {
	font-size: 18px;
	color: #006600;
	margin-left: 10px;
}

/* link styles for the content area */
.content a, #content a:link, #content a:visited
{
	text-decoration: underline;
	color: #006600;
}
	
.content a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.content a:active {
	text-decoration: none;
}
.content li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}	
.left {
	background-image: url(images/Website_07.jpg);
	height: auto;
	width: 17px;
}
.right {
	background-image: url(images/Website_11.jpg);
	height: auto;
	width: 21px;
}
.navBar {
	padding: 0px;
	color: #FFFFCC;
	background-image: url(images/restoration_02.jpg);
	background-repeat: no-repeat;
	height: 28px;
	font: 13px Arial, Helvetica, sans-serif;
	border: none;
	width: 800px;
	margin: 0px;
	text-align: center;
}

.navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 2px none #FFFFCC;
	text-align: center;
}
.navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 15px;
	text-align: center;
}

.navBar a {
	font: 12px Arial, Helvetica, sans-serif;
	background: transparent;
	color: #FFFFCC;
	text-decoration: none;
	padding: 0px 6px;
	border-right: 1px none;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.navBar a:link, #navBar a:visited {
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
}

.navBar a:hover {
	color: #FFFF99;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFF99;
}
/*End NavBar styles */