  /* CSS Document */	
body {background-color: #FFF;}

.h1 {
	font-family: Arial, sans-serif;
	font-size: 14px; 
	color: #891536; 
	font-weight: normal;
	}
	
.h2 {
	font-family: Arial, sans-serif;
	font-size: 16px; 
	color: #891536; 
	font-weight: bold;
	}
	
	
a:link {
	color: #260859;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #260859;
}
a:hover {
	text-decoration: none;
	color: #AEA2D5;
}
a:active {
	text-decoration: none;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 820px;
}

#wrapper_content
	{
	width: 800px;
	padding: 10px;
	border: 1px #B0B7BB solid;
	float: left;
	}
	
.content
{
	background-color: #FFFFFF;
	width: 800px;
	min-height: 400px;
	float: left;
}

/*HOME PAGE LAYOUT*/
#header {width: 800px; height: 101px;}

#photoh {
	width: 408px; 
	height: 552px; 
	padding: 0px;
	float: left;
	}

#storyh {
	width: 392px; width/**/:/**/362px; 
	height: 390px; 
	padding: 0px 30px 0px 0px;  
	background: #FFFFFF;
	font-family: Arial, San Serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	float: left;
}

#logoh {width: 392px; width/**/:/**/332px; height: 100px; padding: 0px 60px 0px 0px; background: #FFFFFF; text-align: right; float: left;}

/*HEADER*/

#logo {width: 800px; height: 73px; padding: 0px; background: url(nav/logoheader.jpg) no-repeat;}


/*PHOTOS*/

#photo {width: 408px; height: 552px; padding: 0px;}


/*BODY COPY*/

#story {width: 392px; width/**/:/**/362px; height: 552px; padding: 0px 30px 0px 0px; background: #FFFFFF;
font-family: Arial, San Serif;
font-size: 12px;
color: #000000;
line-height: 1.5em;
overflow: auto;
}

