@charset"UTF-8";

/*Style sheet for bburch.org. @2010 bburch.org*/

/*------------ color guide --------

#?????? : name | use for ??
next*/

/*---Style sheet TOC ------
	~1 Global constants
	~2 CSS reset
	~3 Global classes
	~4 Home page layout
	`5 Top-level layout
	~6 Region detail styles
	~7 Sidebar, Footer 
	
	<<tip, highlight special character, use shortcut Find Cntr+Shift+G>>*/

/* ~1 -----------------global constants---------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	border: 0;
}
body, td, th, h3, h6 {
	color: #330000;
	clear: both;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}
h1, h2, h4, h5 {
	color: #660000;
}
a {
	color: #003366;
	text-align: right;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.photo img {
	border: 2px solid #FFF;
	background-color: #fff;
	padding: 4px;
}
.figure p {
	font: 1.1em/normal, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	height: 5em;
}
.figure {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

