/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#666666;
	text-align:center;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	}
	
a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	background-color:#999999;
	}	
	
#container {
	width:562px;
	margin:0 auto;
	}
	
body#wide #container {
width:800px;
}
	
#title {
	font-weight:bold;
	margin-bottom:7px;
	}
	
#header {
	height:50px;
	background:url(head.gif) no-repeat center;
	}
	
#photo {
	margin-top:7px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #000;
	background:#ffffff url(loading.gif) center;
	}
	
#caption {
	margin-bottom:7px;
	}
	
#footer {
	margin-top:7px;
	}
