

html {
	height: 99%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 99%;
	color:#000;
}

#contentWrapper {background:#fff !important;}

#contentText {
margin: 0;
padding: 0;
	width:650px;
	min-height: 100%;

	/* Browser compatibility hack */
	[height:100%;						/*necessary to hide from Mozilla*/
	height:100%;						/*read by Safari*/
	]height:100%;						/*only read by IE6*/

	text-align: left;
	background:#fff !important;
}

/*
Header
_________________________________________________
*/
#header {
	display: none;
}
#printheader {
	display: block;
	margin: 0px;
	width: 650px;
	text-align: left;
	border-bottom: 1px dotted black;
	margin-bottom: 30px;
}

#printheader p{
	font-size: 11px;
}

/*
Left boxes
_________________________________________________
*/

.widget, .postMeta, header.desk, header.mobile, nav, #mainfooter, aside{
         display:none;
}

#blog #rightcol{
	display: none;
}

a, a:visited{
	color: black!important;
	font-weight: bold;
	text-decoration: none;
}
/*
Content
_________________________________________________
*/
#content {
	float: left;
	width: 650px;
	background:#fff !important;
}

#src{
	display: block;
	visibility: hidden;
	clear: both;
}


#tools{
    display:none;
}

#maincontainer {
	background-color: white;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(00, 00, 00, 0.0);
	box-shadow:  0px 0px 5px 0px rgba(00, 00, 00, 0.0);
}

#contentText img{
	border:none;
	-webkit-border-radius: 0;
    border-radius: 0;
}