	body {
		margin: 10;
		font-family: Arial, Verdana;
		text-align: center;
		background-color: #336666;
		}
	h3 {
		font-size: 1.2em;
		}
	#container {
		text-align: left;
		margin: auto;
		width: 700px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		}
	.featurePhoto {
		text-align: right;
		}
	.featurePhoto a {
		font-size: .6em;
		}
	/* LEFT */
	.leftPanel {
		width: 200px;
		background-color: #CCCCCC;
		padding: 10px;
		font-size: .8em;
		}
	/* Menu */
	.leftPanel p {
		border-bottom: 1px dotted #AAAAAA;
		}
	.leftPanel a:link {
		text-decoration: none;
		color: #000000;
		}
	.leftPanel a:visited {
		text-decoration: none;
		color: #000000;
		}
	.leftPanel a:active {
		text-decoration: none;
		color: #000000;
		}
	.leftPanel a:hover {
		text-decoration: underline;
		color: #336666;
		}
	/* MAIN BODY */
	.centerPanel {
		width: 500px;
		padding: 10px;
		font-size: .8em;
		}
	/* RIGHT 
	.rightPanel {
		width: 150px;
		background-color: #FFCC66;
		padding: 10px;
		font-size: .8em;
		}
	*/
	#tagline {
		text-align: center;
		padding: 10px;
		background-color: #993333;
		color: #FFFFFF;
		}
		
	.burns {
		font-size: 1.4em;
		}
	.footer {
		font-size: .8em;
		color: #FFFFFF;
		}
	.footer a {
		color: #FFFFFF;
		}
	.title {
		font-weight: bold;
		}
	.quote {
		font-style: italic;
		}
	.grayLine td {
		background-color: #CCCCCC;
		}
	.redLine td {
		background-color: #FFCCCC;
		}
	.whiteLine td {
		background-color: #FFFFFF;
		}