/* start general styles */

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

html, 
body {
	font-size:			1.0em;
}

td {
	font-size:			100%;
}

.printhide {
	display:			block;
}

/* end general styles */

/* start of site layout */

#wrapper {
	width:				100%
}

#sidebar {
	width:				0px;
	background-color:	#fff;
}

#sidebar * {
	display:			none;
}

#body {
	width:				100%;
}

#header,
#header * {
	display:			none;
}

/* end of site layout */

/* start of content */

#content {
	top:				8px;
	margin:				0 0 50px 0;
	width:				80%;
}

#content h3 {
	padding:			0;
	border:				none;
	background-image:	none;
}

#content h1 {
	margin:				0;
}

#content .articles {
	width:				100%;
}

/* end of content */

/* start of right column */

#rightcolumn {
	display:			none;
}

/* end of right column */

/* start of contact */

.contact {
	font-size:			0.9em;
}

/* end of contact */
