body {
	background: #000 url(img/bg.jpg) no-repeat top center;
}

#header {
	width:908px;
	height:153px;
	margin:0px auto;
	padding-top:55px;
}

#container {
	width:908px;
	margin:0px auto;
	padding-top:54px;
}

#photo {
	width:511px;
	float:left;
	padding-left:30px;
}

#date {
	width:511px;
	float:left;
	padding-left:30px;
	padding-top:30px;
	text-align:center;
	font: bold italic 36px Times, Times New Roman, serif;
	color:#fbca3e;
}

#list {
	width:306px;
	float:right;
	padding-bottom:70px;
}

.photo_thumb {
	float:left;
	width:276px;
	padding:0px 10px 30px 10px;
	text-align:center;
	font: bold 20px Times, Times New Roman, serif;
}

img {
	border:0;
}

A:link {text-decoration: none; color:#fbca3e;}
A:visited {text-decoration: none; color: #fbca3e;}
A:active {text-decoration: none; color:white;}
A:hover {text-decoration: none; color:#fff48c;}

