body, #main, #content, #container {
    width: 100%;
    margin: 0;
    float: none;
    background:white;
}

.post {
margin-top:14px;
}

#header, #sidebar, #thicktabs, #footer, .navigation, #commentform, #respond, .postmetadata, .noprint{
    display: none;
}

body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
h1 { font-size: 150%; }
h2 { font-size: 125%; margin-bottom: 2px;}
h3 { font-size: 110%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline; }
	
img.alignleft {
	padding-right:5px;
	margin: 0;
	display:inline;
	float:left;
	}
	
#hdrscreen {
display:none;
}

#hdrprint {
}