

body
	
	{
	-webkit-text-size-adjust: none;
	font: 13px Arial, Verdana, sans-serif;
	line-height: 21px;
	letter-spacing: 1px;
	color: #f0f0f0;
	margin: 50px 70px 90px 70px;
	background-color: #000000;
	text-align: center;
	}


p

	{
	margin: 0;
	padding: 0;
	}


img
	{
	border: none;
	}


a:link

	{
	color: #f0f0f0;
	text-decoration: none;
	}
	
	
a:visited

	{
	text-decoration: none;
	color: #f0f0f0;
	}


#mainWrap

	{
	width: 736px;
	margin: 0 auto;
	}
	
		
#contentWrap

	{
	text-align: left;
	width: 734px;
	}


#header
	{
	margin-bottom: 30px;
	}


#header div
	{
	float: right;
	margin-top: 0px;
	}
		
		
#infoBox

	{
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 30px 0px 32px 0px;
	}
	

#infoBox img

	{
	float: left;
	margin-right: 20px;
	}
	
	
#infoBox p

	{
	margin-bottom: 8px;
	}


.firstParagraph

	{
	margin-top: -4px;
	}


#address
	
	{
	float: right;
	height: 140px;
	margin-left: 28px;
	padding-left: 24px;
	border-left: 1px dotted #cdcdcd;
	}
	
	
#address p

	{
	margin-bottom: 8px;	
	}


#portraits img
 	
	{
	margin-top: 32px;
	}


#backLink

	{
	margin-top: 28px;
	}


#copyright

	{
	margin-top: 28px;
	float: right;
	}


/* ------------------------------------------------------------

	Clearfix

------------------------------------------------------------ */


.clearfix:after /* forces the containing div to enclose all the floats */

	{
    content: "."; 
    display: block; 
    height: 0; 
	font-size: 0;
    clear: both; 
    visibility: hidden;
	}


.clearfix
	
	{
	height: 1%; /* "enables" IE/Win "auto-clear" */
	} 