a:link		{ color: #000; }
a:visited	{ color: #CCCCCC; }
a:hover		{ color: #FF00CC; text-decoration: none }
a:active	{ color: #9900CC; text-decoration: none }

a	{
	font-size: 115%;
	}

body 	
	{
	margin: 0 auto;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	background-color: #746D6C;
	}
	
#wrap {
	width: 500px;
	 margin:0 auto;
	}
	
#container
	{
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	color:#000;
	font-size: 14px;
	}
	
#header 
	{  
	margin-top: -5px;
	background: no-repeat;
	height: 170px;
	background-image: url(images/bg1.jpg);
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	 }
#left
	{
	position: absolute;
	top: 125px;
	left: 0px;
	}
	
#image
	{
	width: 500px;
	text-align: center;
	clear: both;
	}
	
#left.img
	{
	width: 250px;
	padding: 25px;
	margin: 20px;
	clear: both;
	}
#narrative
	{
	position: relative;
	padding-top: 50px;
	margin-right: 10px;
	margin-left: 515px;
	text-align: left;
	}
	
#footer
	{
	clear: both;
	height: 40px;
	padding-top: 25px;
	}

.photos		
	{
	border: #000000 1px thin; 	
	border-color:#000000;
	clear: both;
	margin-right: 50px;
	margin-bottom: 150px;
	text-align: right;
	 }

