@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	border: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
#main {
	width: 505px;
	
	}
#header {
	padding-left: 0;
}	
	
#navigation {
	display: none;
	visibility: hidden;
	float: none;
	}	

#content {
	padding: 0 30px 10px 0px;
	min-height: inherit;
	margin-left: 0;
	width: 505px;
}
#content h1 {
	position: static;
	margin-bottom:12px;
	left: 0px;
}
#footer {
	display:none;
	
}

	



