div#masthead {
	clear: both;
	background: none;
}
div#masthead h1{
	display: none;
}
div#navigation {
display: none;
}

div#page {
	width:90%;
	margin: 0 auto;
	border:none;
	text-align: left;
	padding: 10px 0;
	background: none;
}

div#content {
	width: 100%;
padding:0;
margin:0;
}

div#sidebar {
display: none;
}

div#footer{
	clear: both;
	background: none;
	text-align: left;
	border-top: 1px dotted #000;
	width: 100%;
}

div#footer ul{
	display: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
}
p{
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

a:link, a:visited {
   color: #222;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
border-bottom: none;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.DOMAIN_HERE" attr(href) ") ";
   }
div#masthead img#print_logo{
	display: block;
	clear: both;
}