body {
	background: none;
  color: #000;
  font-size: 11pt;
	padding: 0;
}

a:link, a:visited {
  color: #000;
	text-decoration: none;
}

#content .outbound a:link:after, #content .outbound a:visited:after {
   content: " (" attr(href) ") ";
}

h1,h2,h3,h4,h5,h6 {
color: #000 !important;
}

#page {
	background: none;
	width: auto;
}

#menu, #sidebar {
	display: none;
}

#header {
	height: auto;
}
#header h1 {
	font-size: 2.4em;
	position: relative;
	text-align: left;
	top: 0; left: 0;
	width: auto; height: auto;
}
#header h1 em {
	display: inline;
}
#header h1 a {
	display: none;
}


#content {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	min-height: inherit; 
	height: auto !important;
}
#text {
	margin: 0;
	width: auto;
}
.rightcol {
	float: none;
	width: auto;
}
.leftcol {
	border-right: none;
	float: none;
	margin: 2em 0 0;
	padding: 0;
	width: auto;
}

#footer {
	color: #333;
	font-size: .9em;
	height: auto;
	line-height: auto;
	padding: 0;
	text-align: left;
}

.col1, .col2 {
	float: none;
	width: auto;
}


/* =Home ---------------------*/

#home #intro {
	float: none;
	width: auto;
}
#intro h2 span {
	display: none;
}
#home #ad {
	float: none;
	overflow: visible;
	text-align: left;
	width: auto; height: auto;
}
#ad .replace {
	display: none;
}

#home #articles {
	width: auto;
}
#articles h2 {
	background: none !important;
	float: none;
	font-size: 1.4em;
	margin: 1em 0 .75em;
	overflow: visible;
	position: relative;
	text-indent: 0;
	width: auto; height: auto;
}
#home #articles ul, #home #articles li {
	float: none;
	width: auto;
}
#home #articles #action {
	display: none;
}
