/*Stylesheet for the print version of the Forestville Chamber of Commerce Member Directory*/

body {
	background-color:#fff;
	color:#000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:100%;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
p {
	/*margin-bottom: 2em;*/
	font-size: 10pt;
}
p.memberDetails{
	margin-bottom: 2em;
}
/*h5+p {
	margin-bottom:0em;
}
*/h1 {
	font-size: 18pt;
	margin-bottom: 1em;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 14pt;
	font-weight:bold;
	margin-bottom: 0.5em;
	color: #005700;
}
h5 {
	font-size:10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	padding: 0 0 20px 20px;
	color:#fff;
	background: #005700 url(_images/header_background.jpg) repeat-x;
	height:95px;
	position:relative;
}
#header h3 {
	font-size: 24pt;
}
#header h4 {
	width: 343px;
	height: 40px;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0 20px 0 0;
	padding:0;
	font-size: 16pt;
	font-style:italic;
}
#header #tagline span {
	background:url(_images/tagline.jpg) no-repeat;
	position: absolute;
	width:100%;
	height:100%;
}