/* CSS Document */
/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p, img { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/

/*General*/
body	{
	background-color:#f6ffdc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#472813;
	font-size:11px;
	line-height:16px;
	background-image:url(../images/bkgd-page.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}
	
a:link {
	color:#df680a;
	text-decoration:none;
	}
a:visited {
	color:#df680a;
	text-decoration:none;
	}
a:hover {
	color:#2e4a6f;
	text-decoration:underline;
	}
a:active {
	color:#2e4a6f;
	text-decoration:underline;
	}
#offerings a:link {
	color:#f6ffdc;
	text-decoration:none;
	}
#offerings a:visited {
	color:#f6ffdc;
	text-decoration:none;
	}
#offerings a:hover {
	color:#2e4a6f;
	text-decoration:underline;
	}
#offerings a:active {
	color:#2e4a6f;
	text-decoration:underline;
	}
address a:link {
	color:#2e4a6f;
	text-decoration:none;
	}
address a:visited {
	color:#2e4a6f;
	text-decoration:none;
	}
address a:hover {
	color:#df680a;
	text-decoration:underline;
	}
address a:active {
	color:#df680a;
	text-decoration:underline;
	}
	
#frame {
	width:850px;
	margin:0 auto;
	background-image:url(../images/bkgd-frame.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
#top {
	width:850px;
	height:191px;
	}	
#top img.logo {
	float:left;
	padding-right:77px;
	}
#top ul.nav {
	font-size:15px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	float:right;
	width:494px;
	padding-top:35px;
	padding-bottom:23px;
	color:#df680a;
	}
#top ul.nav li {
	list-style-type:none;
	display:inline;
	}
#offerings {
	width:226px;
	height:534px;
	float:left;
	background-image:url(../images/bkgd-offerings.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#offerings img {
	padding-top:2px;
	padding-left:2px;
	padding-bottom:12px;
	}
#offerings h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#f6ffdc;
	padding-left:10px;
	padding-bottom:15px;
	}
#offerings p {
	padding-left:10px;
	padding-right:10px;
	}
#history {
	padding-left:86px;
	padding-right:86px;
	width:678px;
	height:149px;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	}
#history h2 {
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	line-height:24px;
	color:#df680a;
	}
#history p {
	font-size:15px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:10px;
	}
#photos {
	width:211px;
	height:149px;
	float:right;
	padding-left:20px;
	}
address {
	clear:both;
	height:37px;
	width:850px;
	padding-top:18px;
	text-align:center;
	background-image:url(../images/bkgd-address.gif);
	background-position:left;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	color:#2e4a6f;
	font-style:normal;
	}