@charset "utf-8";
/* CSS Document */

body, #wrapper{
	width: auto !important;
	height: auto !important;
	padding: inherit;
	background-color: #FFF;
	color: #000;
}
.right_column {
	display: none;		  
}

.left_column {
	background-color: #FFF;
	color: #000;
}

a:link, a:visited {
	color: #004836;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
}

#footer {
	background: none;
	display: inline;
}

