@charset "UTF-8";
/* CSS Document */

body
{ 
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(eagle.gif); 
	background-position: bottom right;
	background-color: #D9e5f5;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}

div
{
	width: 330px;
	padding: 10px 0px 10px 20px;
	/*background-image: url(tile.gif); */
	background-color: transparent;
	}
	
div#photocredit
{
	width: 220px;
	float: right;
	padding-right: 10px;
	margin: 0px 10px;
	text-align: right;
	color: #C3E0B1;
	background-color: transparent;
}


