html {
	height: 100%;
}


object {
	outline: none;
}


img {
	border: 0;
}

img.last {
	margin-right: 0;
}

#header, .page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}



#photo {
	visibility:hidden;
	clear: both;
	height: 240px;
	width: 100%;
}


#modal_container {  
	/*background-color: #fff;*/ 
    font: 12px Arial, Helvetica, sans-serif;
	overflow: auto;  
	padding: 0px 15px 0px 0px; 
} 
  
#modal_overlay {  
    background-color: #000;  
} 

#modal_container a#close, #modal_container a#close:hover {
	background: none;
}

#modal_container a#close img {
	/*display: inline;*/
	float: left;
}

#credits {
	width: 300px;
}

#ajaxActivity {
	background: #000;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	left: 0;
	padding: 3px;
	position: fixed;
	top: 0;
	width:100%;
}

* html #ajaxActivity {
	position: absolute;
}

#ajaxActivity .bar {
	 background: url(images/progress_bar.gif) repeat-x;
	 height: 7px;
	 margin: 10px 0 0 0;
	 overflow: hidden;
	 width: 100px;
}
