/* CONTAINERS
============================================================*/
body {


text-align: center;
}

#container {
width: 800px;
margin: 50px 100px 0px 100px ;
text-align: left;
}






div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px; 
	height: 1000px;
	overflow: hidden;
	margin: 0px 100px 0px 100px ;
	
	
    text-align: left;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:900px;
		height:1000px;
		overflow:hidden;
		float:left;
		padding-top: 10px;
		 text-align: left;		
		}
	
	div.scroller div.content {
		width: 50000px;
		}
		
	div.bio {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:500px;
		height:700px;
		overflow:hidden;
		float:left;
		padding-top: 10px;
		text-align: left;		
		}

	
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.5px;
	word-spacing: normal;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -0.5px;
}
.style3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.style4 {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.5px;
}

.style6 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height:130%
	
	
}
