body {
	background-color: 1f1f1f;
	margin-left: 70px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #dbdbdb;
	text-decoration: none;'

}
a:visited {
	text-decoration: none;
	color: #dbdbdb;
}
a:hover {
	text-decoration: underline;
	color: #f64848;
}
a:active {
	text-decoration: none;
	color: #dbdbdb;
}




#name {
	font-family: arial;
	font-weight: bold;
	font-size:10px;
	color: #dbdbdb;
	text-align:left;
	letter-spacing:0px;

}


#nav {
	width: 600px;
	position:relative;
	float:left;
	color: #dbdbdb;
	font-family: arial;
	font-size: 18px;
	text-align:left;
	letter-spacing: 0;
	line-height:26px;
	
}
	
#nav2 {
	width: 600px;
	position:relative;
	float:left;
	color: #f64848;
	font-family: arial;
	font-size: 18px;
	text-align:left;
	letter-spacing: 0;
	line-height:26px;



}



#work {
	float:left;


}



#text {
	font-family: georgia, arial;
	font-size:12px;
	text-align:left;
	line-height:16px;
	

}


body {overflow-y: scroll;}

