@charset "utf-8";
#container{
	width: 971px;
	text-align: center;
	border: thin outset #00F;
	background-color: #000;
}

#header h1 {
	font-family: "Bookman Old Style", "Brush Script Std", "Engravers MT";
	font-style: italic;
	color: #009;
	background-color: #900;
	font-size: 24px;
	border: medium dotted #039;
	width: auto;
}
#container div blockquote {
	font-family: "Baskerville Old Face";
	font-size: 18px;
	font-style: italic;
	color: #000099;
	border: medium none #00C;
	background-color: #000;
	font-weight: bold;
	text-transform: capitalize;
}
#container p {
	font-family: "Comic Sans MS", Chiller;
	font-size: 18px;
	color: #000;
	padding-bottom: 5px;
	font-style: italic;
}
#header blockquote p {
	font-size: 18px;
}


#container #header img {
	height: 450px;
	width: 550px;
	border: medium outset #00C;
}

#container div p {
	font-family: "Baskerville Old Face";
	font-size: 20px;
	color: #900;
	font-style: italic;
}
body p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#container #footer {
	font-family: "Comic Sans MS", Chiller;
	font-size: smaller;
	font-style: italic;
	color: #009;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	width: 971px;
	border: medium double #00C;
	font-style: italic;
	color: #00F;
	font-weight: bold;
}
