* {
  margin: 0;
  padding: 0;
}

html, body, table, p{
	color: black;
	font: 15px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	line-height: 20px;
}

#header, #subMenu, #footer, #secondaryContent, #options_bar, .cms_link, .hide_in_print{
display: none;
}

#wrapper{
position: absolute;
top: 0px;
left: 0px;
background-image: none; 
}

#main_content{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

h2{
font-size: 15px;
}