/* HTML elements  */		

	body, #main, #content, .column, #articletext, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
body {
	background: white;
	font-size: 12pt;
	}

#wrapit {
	margin: auto;
	width: 980px;
	background: #FFF;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#wrapit #menu div {
	visibility: visible;
}
#wrapit #menu .right {
	visibility: hidden;
}

