body {
	text-align: center; 
	background-color:#eeeeee;
}

#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
}

#footer {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	background-color:#cccccc;
}

#header {
	background-color:#cccccc;
}

#pictures {
	background-color:red;
	text-align: center; 
}

.cell {
	margin:1px;
	float:left;
	width:250px;
	height: 300px;
	border: black 1px;
	border-style:solid;
	text-align: center;
}

.date {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-align: center; }

.title {
    font-weight:bold;
	text-align:center;
	text-align: center; }

.picture {
	text-align:center;
	text-align: center; }

