/**
* CSS
* 
* @version 1.0
* @author Matthew Berry (Based on sample by Vaska and Gregory Cadar)
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#333;
	
 }
</style> 

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

a:link {
	color:#333;
	text-decoration:none;
}
a:focus, a:active {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
	
}
a:hover {
	color:#333;
	text-decoration:none;
	font-weight: bold;
}

a img { border: none; }

#menu {
	width: 230px;
	overflow: auto;
	top: 0;
	left: 0;
	margin-left:20px;
	position: fixed;
	height: auto;
	background-color: #FF6;
	padding-bottom:20px;
	/* for IE */
	filter:alpha(opacity=93);
	/* CSS3 standard */
	opacity:0.93;
	}

#menu ul {
	list-style: none;
	margin: 7px 0px 7px 0px;
	color:#333;
	border-top:dotted 1px;
	font-weight: normal;
	font-stretch: wider;
}
#menu ul li.active a {
	color:#333;
	text-decoration:none;
	fon
; 		font-weight: bold;
}

#menu ul li.section-title {
	margin-top:6px;
	margin-bottom:6px;
	font-weight: bolder;
	color: #666;
		}
h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color:#333;
}
strong {
	font-weight:normal;
	font-stretch: wider;
}
.strong {
	font-weight:bold;
}
#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0px;
}

.container {
	margin-top:30px;
	padding: 0px 20px 0px 20px;
	border-top-style:solid;
	border-top-color:#000;
	border-top-width:0px;
}

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

p {
    margin: 0px 0px 0px 0px;
}
mb {
	font-size:10px;
	line-height: 12px;
}



#img-container	{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


#img-container p	{
width: 700px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
font-size:11px;
}

#once { clear: left;
}
#text {
	margin-top: 60px;
	padding-top: 0px;
	margin-left:-25px;
    margin-right:auto;
}
#text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#333;
}
#intro {
	position:absolute;
	left:0px;
	margin-top:100px;
	width:250px;
	height:80px;
	z-index:3;
	padding-left: 25px;
}