body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
}
#mainDiv {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bannerDiv {
	background-image: url(../images/banner-img3.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 800px;
}
#bannerImg {
	width: 800px;
	height: 255px;
	border: 0 none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
}
#menuDiv {
	background-color: #BFBFBF;
	height: 19px;
	width: 800px;
	margin-top: 5px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 50px;
}
#menuDiv a:link {
	text-decoration: none;
}
#menuDiv a:visited {
	text-decoration: none;
	color: #FFF;
}
#menuDiv a:active {
	text-decoration: none;
	color: #AAA;
}
#menuDiv a:hover {
	text-decoration: none;
	color: #2a4867;
}
.menuLink {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #FFF;
	font-variant: small-caps;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	letter-spacing: 0px;
	padding: 0px 16px 0px 16px;
}
#containerDiv {
	background-image: url(../images/bg.jpg);
	background-color: #000;
	background-position: center top;
}
#footerDiv {
	background-color: #666;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	margin-bottom: 20px;
	clear: both;
}
#mainContent {
	padding: 0px 30px 90px 30px;

}
.heading {
	margin-bottom: 20px;
}
.smallHeading {
	margin-bottom: 10px;
}
.section {
	margin-bottom: 60px;
}
#footerMenu {
	font-size: 11px;
	font-weight: normal;
}
#footerMenu a:link {
	text-decoration:none;
	color: #FFF;
}
#footerMenu a:visited {
	text-decoration:none;
	color: #FFF;
}
#footerMenu a:active {
	text-decoration:none;
	color: #FFF;
}
#footerMenu a:hover {
	text-decoration:underline;
	color: #FFF;
}
