/* CSS Document */
	<style type="text/css">
		#container {
			width: 680px;
			border: 1px solid gray;
			margin: auto;
			margin-left: auto;
			margin-right:auto;
			padding: auto;
		}

		#banner {
	padding: 10px;
	background-color: #FFFFFF;
	font-family: Papyrus;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-align: right;
	border: thin solid #666666;
	text-decoration: underline;
		}

		#content {
	padding: 10px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;

		}

		#footer {
	clear: both;
	padding: 10px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border: thin solid #666666;

		}
	</style>

