a {
	text-decoration: none;
}

a:link {
	color: #FF9933;
}

a:visited {
	color: #FF9933;
}

a:hover {
	background-color: #c2c3c4; 
}

a:active {
	color: #FF9933;
}	
	


.navigation {
	margin-top: 80px;
	margin-left: 80px;
	text-align: left;
}

.splashimage {
	margin-top: 55px;
	margin-left: 50px;
	width: 490px;
}

.content_container {
	width: 450px;
	margin-top: 80px;
	padding: 20px;
	border-left: 1px dashed orange;
	border-top: 1px dashed orange;	
}

.content_container_about {
	width: 450px;
	margin-top: 80px;
	padding: 20px;
	border-left: 1px dashed red;
	border-top: 1px dashed red;	
}



/* about me page */

.about_image {
	width: 400px;
	border-bottom: 0px dashed black;
	margin-bottom: 10px;
}

.fullname {
	margin-bottom: 15px;
	
}

.text {
	font-family: Georgia, serif;
	font-size: 13px;
	width: 400px;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 9px;
}

.subtext {
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	width: 400px;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 9px;
}


/* resume */


.resumeheader {
	font-family: Georgia, serif;
	font-color: #c9c9c9;
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 9px;
}

.resumeheading {
	margin-bottom: 4px;
}

.resumeitem {
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 1.4;
	text-align: justify;
	margin-top: 20px;
}

.resumeitem ul {
	margin-top: -2px;
}

.resumeitem li {
	list-style: none;
	margin-left: -40px;
}




