* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	line-height: 14px;
	letter-spacing: 1px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #00CC99; }
a:active {
	text-decoration: none;
	color: #333333; }

a:visited {
	text-decoration: none;
	color: #00CC99; }
	
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999; }

a img { border: none }

#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
			}

#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
			}	


#menu {
	width: 170px;
	overflow: auto;
	top: -40px;
	bottom: 0;
	left: 20px;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	/* color: #000000;
	border-bottom: 1px dashed #b8b8b8; 
	background-color: #99FF00;*/
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	text-align: left;
}

#content {
	height: 100%;
	margin: 0 0 0 215px;
	width: 650px;
}

.container { padding: 40px 20px 20px 20px;
			

#content p { margin-bottom: 9px; }

p { margin: 0 0 9px 0; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 12px; }
h5 { font-size: 10px;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-weight: normal;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 650px; margin: 0; padding: 0 0 12px 0;
	background:#e0e0e0;  }

#once { clear: left; }