	body
	{	
		background-color: rgb(250, 234, 198);
						
		font-family: "Times New Roman";	
		color: rgb(99, 36, 35);
		
		margin: 0px;
		padding: 0px;
									
		text-align: center;
			
	}


	a:link
	{
		color: rgb(99, 36, 35);		
		text-decoration: none;		

		font-style: italic;	
	}

	a:visited
	{
		color: rgb(99, 36, 35);			
		text-decoration: none;	

		font-style: italic;
	}

	a:hover
	{
		color: rgb(99, 36, 35);			
		text-decoration: underline;

		font-style: italic;
	}


	a:active
	{
		color: rgb(99, 36, 35);			
		text-decoration: underline;

		font-style: italic;
	}
	
	#menu
	{
		margin-right: auto;
		margin-left: auto;
		padding: 0px 0px 0px 0px;
	}
	
	img
	{
		border-width: 2px;
		border-color: rgb(99,37,35);
		border-style: solid;	

		margin: 2mm;
	}
	
	#root
	{
		/*background-color: white;*/
		
		background-image: url(../images/stretch.jpg);
		background-repeat: no-repeat;
	}

	#header
	{
		margin: 0% 3% 3% 3%;
	}

	#footer
	{
		margin: 10% 5%;
	}

	#menu ul
	{
		display: inline;
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
	}
	
	#menu li
	{
		display: inline;
		margin: -3px;		
	}
	
	#menu a
	{
		margin: 0px;
		padding: 2px 10px;		
	}
	
	#root
	{							
		position: relative;

		padding-top: 4%;

		margin-left: auto;
		margin-right: auto;

		width: 945px;
		height: 1417px;

	}

	.imageLabel{
		font-style: italic;
		font-size: 10pt;	
		
		width: 90%;
		margin-left: 5%;		
	}	

	.contentImages{
		width: 464px;
	}	

	.imageCol{
		width: 230px;
	}

	.imageTitle{
		font-size: 10pt;
	}

	.imageSubtitle{
		font-size: 8pt;
	}

	.contentText{
		text-align: left;
		margin: 5% 10% 5% 10%;
	}
	
	.pageLinkPrevious
	{
		float: left;
	}

	.pageLinkNext
	{
		float: right;
	}

	.portfolioHighlight
	{
		font-weight: bold;
		text-decoration: underline;
	}	

	.standout{
		font-style: italic;
		font-weight: bold;
	}
