body {
	padding: 0px;
	margin: 0px;
	background-color: #490;
	color: black;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}


/* TEXT STYLES */

h1 { font-size: 1.1em; text-align: left; text-transform: uppercase; }

a:link { color: #C00; font-weight: bold; }
a:visited { color: #C00; font-weight: bold; }
a:hover { color: #090; font-weight: bold; }

.current { color: #777; font-weight: bold; text-decoration: none; }



/* PAGE STRUCTURE STYLES */

div#Wrapper { 
	width: 500px;
	margin: 10px;
	background-color: white;
	color: black; 
	padding-bottom: 10px;
	}

img.logo {
	margin: 0px 10px;
	}

div#Headers {
	width: 480px;
	margin: 0px 10px 10px 10px;
	background-color: white;
	color: black; 
	}
	
	div #Headers h1 {
		float: left;
		text-align: left;
		}

	div #Headers p {
		float: right;
		text-align: right;
		}

div#Photos {
	width: 480px;
	margin: 0px 10px 10px 10px;
	text-align: left;
	clear: both;
	}

div#Copy {
	width: 480px;
	margin: 0px 10px 10px 10px;
	background-color: white;
	color: black; 
	}

div#Copy p, div#Copy ul li {
	font-size: 12px;
	}

