@charset "utf-8";
/* CSS Document */


#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: 150px;
	border-right-style: none;
	text-align: left;
	padding-left: 10px;
}

.address	{
	border-bottom: 2px solid black;
}

#content {
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.9em;	
	text-align: center;
	margin-left: 155px;
	margin-right: 155px;
		
}

#content h1	{
	color:#F00;
}

#officers	{
	text-align:left;
}

#othernumbers	{
	text-align: left;
}

.title	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:larger;
	font-weight:bold;
}
#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;
}