@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.iframepages #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.iframepages #mainContent { 
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 14px;
} 
.iframepages #photos { 
	text-align: right;
	padding: 10px 0px 0px 0px;
} 
.iframepages #mainContent h1 {
	text-align: right;
	}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}



