@charset "UTF-8";
/* CSS Document */

html,body {
	/* \*/ 
	height:auto; 
	max-height:auto; 
	overflow: visible; 
	/* */ 
	width: 100%; 
	text-align: center;
}
#header {
	display: none;
}
#sidebar { 
	display: none;
}
#content {
	margin: 0 auto;
	display: inline;
	position: static;
	overflow: visible; 
	height: auto;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 520px;
}
* html #content {
	/* \*/ 
	top:auto;  
	bottom:auto; 
	height: auto;
	border:0;
	/* */ 
}

#inner {
	margin: 0;
	width: 520px;
	text-align: left;
}

#footer {
	text-align: left;
	margin: 0 auto;
	display: block;
	position: static;
	padding: 10px 0 0 0;
	height: auto;
	overflow: visible; 
	bottom: auto;
	z-index: 1;
	width: 520px;
	border-top: 1px solid #000000;
}
#footer div { display: none; }
#footer div.copyright { display: block; color: #666666; }

#subMenus { display: none; }