/* 
Styles for:	Busy Bee Nannies Website
Author:		Daniel Ma
Version:	21 April 2006
Purpose:	Print stylesheet
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#siteinfo, #navigation, .noshow {
	position:absolute;
	left:0px;
	top:-100px;
	width:0px;
	height:0px;
	overflow:hidden;
}
#header h1 {
	font-size: 150%;
	padding-bottom: 20px;
}
#content {
	font-size: 85%;
}
#content h1 {
	font-size: 150%;	
}
#content h2 {
	font-size: 120%;	
	padding-left: 30px;
}
#content p, .ctabutton {
	padding-left: 50px;
}
#leftcontent {
	font-size: 75%;
	padding-top: 20px;
	clear: both;
}
#leftcontent h2 {
	font-size: 110%;
}
#leftcontent p {
	line-height: 0.3;
}
#footer {
	font-size: 75%;
	font-weight: bold;
}