body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
    padding: 0px;
    font-size: 0.9em;
/*    color: #dbce5e;   */
	color: #eee;
	background-color: #4d7700;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#mainContainer {
	width: 1000px;
	margin: 0px auto;
	padding-left: 100px;
}
#headerElements {
	position: relative;
	width: 1000px;
	height: 500px;
}
#logoContainer {
	position:absolute;
	width:340px;
	height:340px;
	z-index:1;
	left: 550px;
	top: 3px;
}
#mainHeading {
	position:absolute;
	width:575px;
	height:77px;
	z-index:2;
	top: 3px;
	font-size: 64px;
}
#subHeading {
	position:absolute;
	width:342px;
	height:53px;
	z-index:3;
	top: 83px;
	font-size: 32px;
}
#pageImage {
	position:absolute;
	width:600px;
	height:346px;
	z-index:4;
	top: 141px;
}
#strapLine {
	position:absolute;
	width:248px;
	height:62px;
	z-index:5;
	left: 633px;
	top: 352px;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}
#faceBook {
	position: absolute;
	top: 436px;
	left: 632px;
}
#faceBook img {
	border: none;
	vertical-align: middle;
}
#topMenuContainer {
	position: relative;
	height: 40px;
	z-index: 2;
}
#mainBody {
	position: relative;
	width: 895px;
/*	color: #ffffff;  */
	font-size: 16px;
	z-index: 1;
}
#mainBody a {
	color: rgb(224, 224, 97);
	text-decoration: underline;
}
#pagename {
	font-size: 20px;
	margin-top: 20px;
}
#mainBody td {
	vertical-align: top;
	padding-right: 15px;
}
#fbook {
	margin-right: 10px;
}