@charset "utf-8";
/* CSS Document */


#maltese {
	float: none;
	width: 116px;
	height: 115px;
	padding-top: 40px;
}
	
#header {
	border: medium solid #000;
	background-image: url(images/ShaversCreeksignlogo2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	font-family: "Monotype Corsiva";
	font-size: 36px;
	font-weight: normal;
	color: #F00;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
		
}

img	{
	padding: 5px;
}

body {
	background-color: #FFC;
}
	
#left_side {
	float: left;
	margin: 0px;
	width: 150px;
	text-align: left;
	padding-left: 10px;
}

#content {
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.9em;
	text-align: center;
	margin-left: 155px;
	margin-right: 155px;
	margin-right: 155px;
	
}
.history {
	color:#F00;
	font-size: 36px;
	font-family: "Monotype Corsiva";
}


.last	{
	border-bottom: 2px solid black;
}
#footer {
	text-align: center;
	padding: 15px;
	font-size: 9px;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: medium solid #000;
}
