

/*
CSS Document 

Author: Elyssa Steffenson
Date: 28 November 2012

Title: Darkroom Process
2309. Final Project

*/

/*outline*/	
/*
body {
	outline: 1px dashed blue;
	}
#horizontal {
	outline: 1px dotted yellow;
	}

article {
	outline: 1px dotted yellow;	
	}

#left {
	outline: 1px dotted green;
	}

#right {
	outline: 1px dotted orange;
	}
*/

/* left and right nav text styles and position*/
#left a, #right a {
	font-size: 13pt;
	color: rgba(175, 175, 220, 1);
	}

/*frame*/
div {
	
	}
iframe {
	border: 0px;
	}
