#header {
	width: 726px;
	position: absolute;
	left: 20px;
	top: 10px;
}

#logo {
	width: 297px;
	float: left;
}

#nav {
	position: absolute;
	top: 0px;
	left: 297px;
}

#about_button {
	position: absolute;
	left: 0px;
}

#service_button {
	position: absolute;
	left: 108px;
}

#contact_button {
	position: absolute;
	left: 216px;
}

#site_map_button {
	position: absolute;
	left: 324px;
}

#content {
	width: 726px;
	position: absolute;
	top: 80px;
	left: 20px;
}

#bodyText {
	position: absolute;
	top: 2.5em;
	width: 720px;
	background-color: #FFFFCC;
	border-color: #990000;
	border-width: 3px;
	border-style: groove;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	width: 105px;
	height: 59px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-family: "Arial Black";
	text-align: center;
	line-height: 57px;
	text-decoration: none;
}

#exTra {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

a.off {
	background-image: url(images/buttons/off.gif);
}

a.off:link {
	color: black;
}
a.off:visited {
	color: black;
}
a.off:hover {
	color: white;
	background-image: url(images/buttons/on.gif);
}

a.on {
	background-image: url(images/buttons/on.gif);
}
a.on:link {
	color: white;
}
a.on:visited {
	color: white;
}

.text {
	width: 342px;
	height: 100%;
	float: left;
	padding: 8px;
}

.text img {
	margin-right: 6px;
	float: left;
}
.text p,address { margin-bottom: 10px; }

.pictures {
	width: 354px;
	float: right;
	padding: 3px;
	background-color: #FF3333;
}

.pictures img {
	margin: 3px;
	border-width: 0px;
	padding: 0px;
}

.pictures img.left { float: left; }

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

h2,h3,p,address { margin: 0px; }

h2 {
	color: #000099;
	text-align: center;
	padding: 5px 0px;
	background-color: #99CCFF;
	font-size: 100%;
}

h3 {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	clear: left;
}
p,address {
	color: #000000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 80%;
}
ul {
	list-style-image: url(images/pics/block.gif);
	color: #000000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 90%;
	padding-left: 2em;
}

ul ul { font-size: 100% }

a:visited {
	color: #000099;
	text-decoration: none;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.minor { font-size: 60%; }

a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

