@charset "utf-8";
#Container {
	background-color: #f4e7b2;
	color: #fff;
	height: auto;
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	background-color: #f4e7b2;
	height: 175px;
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

#Content {
	background-color: #f4e7b2;
	height: 600px;
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

#myreel{ /*sample CSS for demo*/
border:5px solid #ac9d9d;
}

.paginate{
	width: 630px;
	margin-top:5px;
	text-align:center;
	font-family: Garamond;
	font-size: 14px;
	font-weight: normal;
	color: #ac9d9d;
}


#Footer {
	background-color: #f4e7b2;
	height: 75px;
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
.Garmond {
	font-family: Garamond;
	color: #ac9d9d;
