* {
	margin: 0;
	padding: 0; } 

html {
	/* to always show vertical scroll bars in FFox */
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;}

html, body {
	height: 100%;
	text-align: center;}

#wrapper {
	/* STRUCTURAL PARAMETERS */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/* OTHER PARAMETERS */
	position: relative;
	width: 750px;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	font-size: 0.9em;
	text-align: left;}
	
#leftnav {
	float: left;
	width: 150px;  }

#main {
	float: right;
	width: 750px;}

#footer, #push {
	height: 50px; /* .push must be the same height as .footer */ }

#push {
	clear: both;}

#footer {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: center;}

/* Sticky Footer Style Developed by Ryan Fait, http://ryanfait.com/sticky-footer/ */