.outside{
	margin: auto;
	height: 800px;
	width: 800px;
	border: 0px solid grey;
	bgcolor: black;
	cellspacing: 0px;
	cellpadding: 0px;
	text-align: center;

}

.banner_row{
	height:50px;
}
.banner{
	font-family:serif;
	font-size:50px;
	color: lightgrey;
}

.nav_row{
	height:20px;
}
.nav_link{
	color: grey;
}
.nav_link_current{
	border: 1px solid grey;
	color: grey;
	text-decoration:none;
}
.nav_link:link{
	text-decoration:none;
}
.nav_link:visited{
	text-decoration:none;
}
.nav_link:hover{
	text-decoration:underline;
}
.nav_link:active{
	text-decoration:none;
}
.navigation{	
	font-family:sans-serif;
	font-size:14px;	
}

.footer_row{
	height:10px;	
}
.footer{
	color: grey;
	font-family:sans-serif;
	font-size:10px;	
}

.content{
	margin: none;
	height: 680px;
	width: 800px;
	border: 0px solid grey;
	
}

.resume_entry{
	font-family:serif;
	font-size:13px;
	text-indent:50px;
}

.email{
	font-family:sans-serif;
	font-size:14px;
	color: grey;
}

.statement{
	text-indent:50px;
}

.scroll {
height: 600px;
width: 150px;
overflow: auto;
border: 1px solid lightgrey;
background-color: clear;
padding: 1px;
}

#pictureHere{
	height:600px;
	width:600px;
}

