@import url("http://www.fatbeehive.com/beekeeper2/reset.css");

#header, #footer, #subnav, #middle_column {
	display: none;
	float: none;
}

#wrapper, #content_wrapper, #content, #content_copy {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}

p {
	line-height: 1.5em;
}

h1 {
	line-height: 1.3em;
}

