h1 {
	position: absolute;
	top: 0;
	left: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #BDA783;
}



#blog {
	background-color: #fafbf2;
	margin: auto;
	width: 700px;
	
}
#container {
	background:url(../images/blog-bg.jpg);
	margin: auto;
	width:800px;
	position:relative;
}
#containerbottom {
	background:url(../images/blog-bottom.jpg);
	margin: auto;
	width:800px;
	position:relative;
}

#date {
	/*background-color: #504024;*/
	background:url(../images/date-bg.jpg);
	color: White;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400;
	font-size: 125%;
}

#entry {
	width: 650px;
	padding: 10px;
}

#albums{
	padding-left: 77px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.floatimgright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border: medium solid #4D4435;
}
.floatimgleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: medium solid #4D4435;
}

