* { margin: 0; padding: 0;  border: 0; font-size: 100.01%; }

html { 
	height: 100%; 
}
	
body { 
	min-height:100%; 
	height: 100%; 
	font-weight: normal; 
	font-size: 12pt; 
	font-family: "PFDinTextCompProRegular", Arial, Tahoma, Trebuchet MS, Verdana, Helvetica, Sans-Serif;
}


	
#wrapper { 
	width: 100%; 
	margin: auto; 
	border:0px solid red; 
	height: auto !important; 
	min-height:100%; 
	height: 100%;
}

#header { 
	width:100%;
}
	#header_in {
		width: auto;
		margin:0px auto;
		overflow:hidden;
	}

#menu_out { 
	width:100%;
}
	#menu_in { 
		width:1000px;
		margin:0px auto;
	}	


#content { 
	width:100%;
}
	#content_in { 
		width:1000px; 
		margin:0px auto;
		margin-bottom:50px;
		padding-bottom:200px;
		overflow:hidden;
	}	
#footer {
	margin: auto;
	margin-top: -200px; 
	width: 100%; 
	height: 500px; 
	clear: both;
}

#footer_in {
		margin: 0px auto; 
		width:1000px; 
		height: 500px; 
	}




#path { 
	height: 200px; 
	clear: both; 
}

