@charset "UTF-8";
/* CSS Document */

/*
		Website critically designed & developed by Katrina Willis
		
		Katrina Willis Studio
		Visualizing Simple Narratives from Everyday Life
		Chicago, IL 60642
		
		info@katrinawillis.com
		
*/		

/* ============ body =============== */

body {
	background-color: #fff;
	background-image: url(../bgimages/about.jpg);
	background-repeat: no-repeat; 
	color: #636;
	font-family: "Gill Sans Light", "Helvetica Neue", Gill Sans Light, Arial, sans-serif;
	font-size: small;
	
	
	}

/* =============== link ============== */
a:link, a:visited {
	text-decoration: none;
	color: #639;
}

a:hover, a:active {
	text-decoration: none;
	color: #699;
}

#emailLink {
    position: absolute;
	left: 300px;
	top: 450px;
	width: 250px;

}

/* ======= page navigation ============ */

div#navBar {
	position: absolute;
	left: 580px;
	top: 505px;	
	width: 300px;
	border: none;
	padding: 10px;
}
