a {
	text-decoration: none;
}

a:link {
	color: #FF9933;
}

a:visited {
	color: #FF9933;
}

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

a:active {
	color: #FF9933;
}	
	

#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
}




.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;
	margin-left: -8px;
	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 #028B78;
	border-top: 1px dashed #028B78;	
}

.content_container_illustrations {
	width: 625px;
	margin-top: 80px;
	padding: 20px;
	border-left: 1px dashed #FFCC38;
	border-top: 1px dashed #FFCC38;	
}

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

.content_container_blog_page {
	width: 550px;
	margin-top: 80px;
	padding: 20px;
	border-left: 1px dashed #028B78;
	border-top: 1px dashed #028B78;	
}

/* 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;
}

.gallery_text {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	width: 400px;
	line-height: 1.7;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 12px;
}

.blog_text {
	font-family: Georgia, serif;
	font-size: 13px;
	width: 500px;
	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;
}




