/* CSS Document */



/* center page */

body {
    text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BDBFD3;
	 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px
}



/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 557px;
	margin: 0px;
	width: 1000px;
	height: 18px;
	background-color: #B5B7C4;
}


#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}


.credits {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
     color: #dddddd;
    }
.credits a:link {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:visited {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:hover {
	color: #eeeeee;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:active {
	color: #eeeeee;
	text-decoration: none;
	font-weight: bold;	
}
