body {
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	font-size: 80%;
	color: #CCCC99;
}

/* IE Hack */
h2, p {
	margin-left: 7px;
	margin-right: 7px;
}

/*=================
Layout Divs
=================*/
#HeaderContainer {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	text-align:center;
	width: 100%;
}

#Header {
	background-image: url(images/banner.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
#ContentContainer {
	width: 100%;
	text-align: left;
}
#content1 {
	float: left;
	width: 16%;
	margin-left: 3%;
	display: inline;
	background-image: url(images/monument_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCCCCC;
}
#content2 {
	float: left;
	width: 25%;
	margin-left: 3%;
	border-right: thin dotted #CC9;
	padding: 0% 2% 0% 0%;
	text-align: left;
}
#content3 {
	width: 45%;
	margin-left: 3%;
	padding: 0% 2% 0% 0%;
	text-align: left;
	height: 430px;
	float: right;
	background-image: url(images/alderville_map.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content4 {
	position: relative;
	top: 240px;
	width: 210px;
}
#FooterContainer {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	clear: both;
	border-top: 1px solid #CC9;
}
#footer1 {
	height: 75px;
	border-top: 1px solid #CC9;
	border-left: 1px solid #CC9;
	border-bottom: 1px solid #CC9;
	width: 150px;
	background-color: #930;
}
#footer2 {
	height: 75px;
	border: 1px solid #CC9;
	width: 302px;
}
#footer3 {
	height: 75px;
	border-top: 1px solid #CC9;
	border-right: 1px solid #CC9;
	border-bottom: 1px solid #CC9;
	background-image: url(images/banner.gif);
	background-repeat: repeat-x;
	background-position: center;
	left: 455px;
	width: 150px;
	float: right;
}

/* ==== Navigation ==== */
#MenuContainer {
	width: 100%;
	text-transform: capitalize;
	font-size: 95%;
	height: 2em;
	padding: 2px 0px 0px 0px;
}
#Home {
	background-color: #990000;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}

#Services {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}

#History {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}

#News {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}
#Tourism {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}
#Directory {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}
#Employment {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}
#Faq {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}
#Links {
	background-color: #900;
	border: thin solid #CC9;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}
/* ==== End of Navigation ==== */
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.navLink {
	color: #CCCC99;
	text-decoration: none;
}

a.navLink:hover {
	color: #FFF;
}
.link {
	color: #FF9900;
	text-decoration: underline;
}
a.link:hover {
	color: #FFF;
}
.footerText {
	font-size: 11px;
}

#2column-content1 {
	float: left;
	width: 65%;
	margin-left: 3%;
	padding: 0% 2% 0% 0%;
}
#2column-content2 {
	float: right;
	width: 24%;
	margin-left: 3%;
}
#OneColumn {
	width: 90%;
}
#Column1 {
	width: 370px;
	float: left;
}
#Column2 {
	width: 310px;
	border-left: thin dotted #CC9;
	padding: 0px 0px 0px 10px;
	float: right;
}
