html, body {    
	height: 100%; 
	background-color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #336666;
	text-decoration: underline;
}

#main {
	/* Complete page container */
	width: 1000px;
	height: 780px;
	position: relative;
	margin: 0px auto;
}

#top_banner {
	z-index: 1;
}

#content_wrapper {
	z-index: 2;
	margin: 0px auto;
	position: absolute;
	top: 210px;
	left: 120px;
}

#main_content {
	/* Main grey content container */
	width: 750px;
	min-height: 480px;
	background-color: #C3C3C3;
	background-image: url(images/bg_grey.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	padding-bottom: 40px;
}

#main_content_footer {
	/* Page footer */
	width: 750px;
	height: 45px;
	z-index: 3;
	bottom: 0;
	position: absolute;
}

#menu_header_block {
	/* Block containing the top menu and page heading */
	width: 550px;
	padding-left: 70px;
	float: left;
	z-index: 4;
}

#page_header {
	/* Page heading */
	padding-top: 50px;
	padding-bottom: 15px;
	z-index: 5;
}

#content_block {
	/* Content text area (inside the main_content block) */
	padding-left: 70px;
	width: 550px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	z-index:6;
}

#floating_logo {
	/* Teal colored logo graphic */
	width: 148px;
	height: 422px;
	background-image: url(images/green_logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 789px;
	z-index: 99;
}
