@charset "utf-8";
/* CSS Document */

IMG.logo {
	display: none;
	display: block;
	margin: auto;
}

#maltese {
	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;
	padding-top: 0px;
	background-color: #FFF;	
}

body {
	background-color: #FFC;
}
#left_side {
	float: left;
	margin: 0px;
	width: 145px;
	border-right-style: none;
	text-align: left;
	padding-left: 10px;
	height: auto;
}
#content {
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.9em;
	text-align: center;
	margin-left: 155px;
	margin-right: 155px;
	
	
}

#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;
}

