body {
	font-family: Helvetica-Light, Helvetica, Arial, sans-serif;	
	overflow: hiiden;
}

}

p{
	font-size: 13pt;
}

a{
	text-decoration: none;
	color: #B8B8B8;
}

h1{
	font-family: helvetica-bold, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: A8A8A8;
}

/*This is for the nav div*/


div#nav {
	background-color: white;
	
	position: fixed;
		
	top: 0px;
	bottom: 0px;
	left: 80px;
	
	padding-top: 50px;
	padding-left: 0px;

	width: 150px;
	
	text-align: left;
	
	line-height: 1px;
	
	z-index: 10;
}



div#nav ul {
	list-style: none;
	line-height: .1;
}

div#nav ul p#copy{
	font-size: 10pt;
	line-height: 15;
}

div#nav ul li#pb{
	padding-bottom: 9pt;
	line-height: 1;
}

/*
This is my scroll for images
*/


div#scroll{
	height: 650px;
	
	position: fixed;
	top:40px; 
	left: 10px;
	right: 10px;
	
	padding-left: 200px;
	
	display: inline-block;
	overflow-y: scroll;
	font-size: 11.5pt;
	
	white-space: nowrap;
		
	z-index: 1;
}


div#scroll img{
	margin-right: 10px;
}

div#iframe{
	height: 450px;
	width: 300px;
	
	position: relative;
	top:0px; 
	left: 0px;
	right: 0px;
	
	display: inline-block;
	text-align: justify;
}

div#textbox{
	height: 650px;
	width: 200px;
	
	position: relative;
	top:0px; 
	left: 0px;
	right: 0px;
	
	display: inline-block;
	text-align: justified;
	
		

}



/*This is my scroll for about
	div#aboutscroll{
		position: fixed;
		top: 30px;
		left: 820px;
		width: 400px;
		height: 600px;
	}
*/
	
p#selected{
	text-decoration: line-through;
}

ul#index {
	display: inline-block;
}

ul#index li {
	display: inline-block;
	padding-right: 20px;
	vertical-align: bottom;
	width: 300px;
	white-space: normal;
	top: 40px;
}

ul#personal {
	display: inline-block;
}

ul#personal li {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	width: 300px;
	white-space: normal;
	top: 40px;
	line-height: 1.0;
}

ul#personal li#iframe{
	margin-right: 20px;
	width: 700px;
}
ul#school {
	font-size: 11pt;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	width: 0px;
	white-space: normal;
	top: 0px;
}

