		
	body {
		margin: 0px;
		padding: 0px;
		font: 12px Verdana, Arial, sans-serif;
		color: #000;
		background: #9dacbf;
	}
		
	#navcell {
		color: #000;
		background: #9dacbf;
		vertical-align: top;
		padding: 15px 15px 15px 15px;
	}
	
	#maincell {
		color: #000;
		background: #fff;
		vertical-align: top;
		padding: 5px 15px 15px 15px;
	}
	
	#adcell {
		color: #000;
		background: #fff;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
	}

	.smalltext { font-size: 10px; }
	.whitetext { color: #fff; }
	.whitesmalltext {
		font-size: 10px;
		color: #fff;
	}
	
	ul {
		padding: 2px 0px 0px 15px;
	}
	
	#rightcolumn {
		padding-left: 10px;
	}
	
	.guestbookposting {
		font: 12px Verdana, Arial, sans-serif;
		color: #000;
		background: #fff;
	}

	a.button:link {
		font: 12px Verdana, Arial, sans-serif;
		font-weight: bold;
		background: #de6620;
		color: #fff;
		text-decoration: none;
		padding: 2px 6px 2px 6px;
		margin: 5px 0px 0px 5px;
	}
	a.button:visited {
		font: 12px Verdana, Arial, sans-serif;
		font-weight: bold;
		background: #de6620;
		color: #fff;
		text-decoration: none;
		padding: 2px 6px 2px 6px;
		margin: 5px 0px 0px 5px;
	}
	a.button:hover {
		font: 12px Verdana, Arial, sans-serif;
		font-weight: bold;
		color: #de6620;
		background: #ff0;
		text-decoration: underline;
	}
	a.button:active {
		font: 12px Verdana, Arial, sans-serif;
		font-weight: bold;
		background: #ff8;
		text-decoration: underline;
	}

	.caption { font-size: 10px; padding: 0px 5px 0px 5px; }

	div.banner h1 {
		margin: 0px;
		padding: 0px 0px 5px 15px;
		color: #fff;
		font-size: 30px;
		font-weight: normal;
	}

	h1 { font-size: 18px; }
	h2 { font-size: 14px; }
	h3, h4 { font-size: 12px; }
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;	
		color: #369;
	}
	
	a:link { color: #de6620; text-decoration: none; }
	a:visited { color: #779982; text-decoration: none; }
	a:hover { background: #ff0; text-decoration: underline; }
	a:active { background: #ff8; text-decoration: underline; }


span.highlighted {
	background: #ff0;
	padding: 2px;
	padding-bottom: 0px;
}

