* {
	margin: 0;
	padding: 0; } 

html {
	/* to always show vertical scroll bars in FFox */
	overflow: -moz-scrollbars-vertical;}
	
html, body {
	height: 100%;
	text-align: center;}

#wrapper {
	/* STRUCTURAL PARAMETERS */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url('images/mainBackground.jpg') repeat-y;
	
	/* OTHER PARAMETERS */
	position: relative;
	width: 780px;
	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: 200px;
	padding-left: 20px; }


#main {
	float: left;
	width: 545px; }

#footer, #push {
	height: 50px; /* .push must be the same height as .footer */ }

#push {
	clear: both;}

#footer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: center;}

/* Sticky Footer Style Developed by Ryan Fait, http://ryanfait.com/sticky-footer/ */