	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#fc6;
		color:#630;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-150px; /* half of container's height */
		float:left;
		}

	#wrapper {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		clear:left;
		border-top-color:#fff;
		border-left-color:#fff;
		}

BODY {
	background-color:#94B6AA;
	margin:0;
	text-align:left;
}

BODY, P {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

DIV#header {display:none;}
DIV#header H1 {margin:0; padding:0;}

DIV#contentWrapper {
	margin:0 auto;
	height:100%;
	width:825px;
	position:relative;
	
	overflow:hidden;
	text-align:left;
}

DIV#container {
	position:relative;
	height:300px;
	width:100%;
	background-image:url(/images/background.gif);
	background-position:center;
	background-repeat:repeat-x;
	text-align:left;
}

DIV#subContainer {
	width:800px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

DIV#navMain {
	position:relative; top:310px;
	margin:0 auto;
	height:30px;
	width:800px;
	
	position:absolute
}
DIV#navMain UL {
	width:800px;
}
DIV#navMain UL,
DIV#navMain UL LI {
	list-style:none;
	margin:0; padding:0;
}
DIV#navMain UL LI {
	float:left;
}
DIV#navMain UL LI A {
	display:block;
	text-align:center;
	font-size:14px;
	height:30px;
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
DIV#navMain UL LI A:hover, DIV#navMain UL LI.selected A {
	background-position:bottom left;
	color:#000000;
}
DIV#navMain UL LI A SPAN {
	display:none;
}


DIV#pageImage,
DIV#pageContent {
	overflow:auto;
	position:relative;
	
	font-size:13px;
	color:#FFFFFF;
	line-height:1.5;
	text-align:justify;
	text-align:left;
}

DIV#pageContent p {
	margin-bottom:8px;
}

DIV#fullContent {
	width:100%; height:100%;
	float:left;
}
DIV#pageImage {
	height:300px; width:300px;
	float:left;
	overflow:hidden;
}
DIV#pageContent {
	width:480px;
	float:left;
	height:100%;
	padding:20px 20px 0 20px;
}

DIV#pageContent A {
}

A {
	color:#416556;
	text-decoration:none;
}
A:hover {
	color:#000000;
	text-decoration:underline;
}

UL#navPage {font-size:12px; list-style:none; padding:0; margin:0; position:absolute; bottom:5px; left:320px; width:500px; font-weight:bold;}
UL#navPage LI {float:left; list-style:none; margin:0; padding:0; margin-right:1em;}
UL#navPage LI A {color:#FFFFFF; text-decoration:none;}
UL#navPage LI A:hover, UL#navPage LI.selected A {color:#416556;}
UL#navPage LI.backLink {border-right:1px solid white; padding-right:1em;}
