* {
	padding: 0;
	margin: 0;
}

body {	
	background-color: #DCDCDC;
	background-image:url(roof-resurrectors-bw-1.png);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	line-height: 1.9em;	
	/* color: #336699; */
	color: #006495; /* from BBB logo */
	margin: 0.1em 0.1em 0.1em 0.1em;
	}
h1 {
	font-size: 1.9em;
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid #333333;
}
h2 {
	color: #006666;
	border-top: 3px solid #006666;
	border-bottom: 3px solid #006666;
	display: inline;
	padding-left: 0.333em;
	padding-right: 0.333em;
	}
h3 {	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC;
	padding-left: 0.333em;
	}
h4 {
	color: #000000
	}
textarea {
	font-size: 1em
	}
ul,ol {	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside;
	padding-left: 6em;
	}
	
p {
	text-indent: 3em;
	text-align: justify;
	text-justify: newspaper;
}

#wrapper {
	width: 75%;
	position: absolute;
	left: 12%;
	background-color: #DCDCDC;
	border-left: 6px double #333333;
	border-right: 6px double #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	padding: 0;
	margin: 0;
}

div {
	padding: 0.1em 0.1em 0.1em 0.1em;
}

#header {
	font-size: 1.08em;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top: 6px double #333333;
	border-bottom: 6px double #333333;
}

#content {
	font-size: 0.93em;
	font-weight: bold;
}

#footer { 
	font-size: 1.12em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC;
	border-top: 6px double #333333;
	border-bottom: 6px double #333333;
	text-align: center;
}
	
a {	
	color: #3366CC;	
	text-decoration: none;
}
a:visited {	
	color: purple;	
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}

address .fn {
	font-size: 1.24em;
	font-style: italic;
}

.note {
	font-style: italic;
}