body {
	margin: 0;
	padding: 0;
	font-family: "century gothic", verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	color: #1c324e;
	background: url('Images/bg.png');
}
h2 {
	color:#3c5077;
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 150%;
	margin-top:0;
}
h3 {
	color:#3c5077;
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 130%;
}
ul li {
	list-style-position:inside;
	list-style-type:square;
}

/* ID's */

#container {
	position:relative;
	margin:0 auto;
	width:780px;
	background:url('Images/bgimage.jpg') no-repeat bottom right #fff;
	border:1px solid #666;
	border-top:none;
}

#header {
	background: #f7f7f7 url('Images/feet.jpg') no-repeat;
	height: 100px;
	border-bottom: 1px solid #333;
}
#navBar {
	position: absolute;
	height: 22px;
	top: 70px;
	left: 137px;
	background: #1c324e;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	padding: 5px 3px 3px 3px;
}
	#navBar a {
		display: inline;
		background: #f7f7f7;
		padding: 2px 5px 2px 5px;
		border: 1px solid #1c324e;
		text-decoration: none;
		vertical-align: middle;
		color: #1c324e;
	}
	#navBar a:hover {
		background: #3c5077;
		border: 1px solid #f7f7f7;
		color: #f7f7f7;
	}
	#navBar a:active {
		background: #3c5077;
		border: 1px solid #f7f7f7;
		color: #f7f7f7;
	}
#mainContent {
	padding: 10px;
	font-size: 130%;
}
#logo {
	float: left;
	height: 69px;
	width: 300px;
	margin-left: 137px;
	background: #f7f7f7 url('Images/logo.png') no-repeat;
}
#contact {
	float: right;
	height: 99px;
	padding: 5px 10px 5px 0;
	font-size: 120%;
	text-align: right;
}
#rightAddress {
	float: right;
	margin-right: 10px;
}
#footer {
	color:#3c5077;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	clear:both;
}

/* Classifier's */

.withheld {
	display: none;
}
.centered {
	text-align: center;
}
.areaImg {
	float: left;
	margin: 0 10px 10px 0;
}
img.areaImg {
	border: 1px solid #666;
}
.areaImg iframe {
	border: 1px solid #666;
}
.areaImgText {
	margin:5px;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.indent {
	margin-left: 20px;
}
noscript {
	color:#600;
	font-style:oblique;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
/* End Mozilla code */
