@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 105%;
	background-color: #fff;
	background-image: url(images/b-g.png);
	background-repeat: repeat-x;
	background-position: top;
}
.main #container {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/copy-bg.png);
	background-repeat: repeat-y;
}
.main #top {
	background-image: url(images/top.png);
	height: 86px;
}
.main #topnav {
	height: 62px;
	background-image: url(images/nav-filler.png);
}
.main  #header {
	background-image: url(images/header-bg.jpg);
	height: 197px;

}
.main #underheader {
	background-image: url(images/under-header.jpg);
	height: 92px;
}
.main  #mainContent {
	padding: 0 20px; 

}
.main #copywrap {
  padding-right: 20px;
  padding-left: 20px;

}
.main  #footer {
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 224px;
}
.main #footerwrap {
	background-image: url(images/footer.png);
	height: 224px;
	width: 984px;
}
.title {
  font-size: 22px;
  font-weight: bold;
  color: #333366;
  padding-top: 10px;
  padding-bottom: 10px;

}
.main #map {
	width:  400px;
	height: 350px;
	float:  right;
	border: 1px solid #000000;
}
.main #ownedby{
	font-size: 13px;
	color: #73b1e0;
	padding-top: 100px;
	padding-bottom: 70px;
}
.main #wogroup {
	font-size: 13px;
	color: #73b1e0;
	font-weight: bold;
}
.wolink {
	color: #73b1e0;
	text-decoration: none;
}
a {
	color: #000;
	text-decoration: underline;
}
