

* {
	margin: 0;
	padding: 0;
}

body {
	background: #808080;
	font-size: 16px;
	color: #000000;
}

/* Page */

#middle {
	width: 820px;
	margin: 0 auto;
	background: url(newspaper-middle.jpg); /* Repeating Middle Image - 1px high X 852px wide */
}

#bottom {
	width: 820px;
	background: url(newspaper-bottom.jpg) no-repeat left bottom; /* Bottom Border Image */
}

/* Content */
#Heading {
		font-family:"Times New Roman", Times, serif;
		font-size:48px;
		text-align:center;
		border-bottom-style: solid;
		border-bottom-width:thin;
		border-bottom-color:#000000;
		width: 770px;
		}

#Edition {
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		font-style:italic;
		text-align:right;
		border-bottom-style: solid;
		border-bottom-width:thin;
		border-bottom-color:#000000;
		width: 770px;
		}
	

.Main {
		width: 700px;
		height:inherit;
		padding: 20px 20px 20px 20px;
}


#top {
	float: left;
	width: 820px;
	padding: 26px 10px 20px 10px;
	background: url(newspaper-top.jpg) no-repeat; /* Upper Left Hand Corner Image */
}


/* Footer */

#footer {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	/*background: url(images/img07.jpg) no-repeat;  Shadow at the bottom of the box */
	text-align: center;
}


