﻿
#wrapper
{	
	text-align:center;
	
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}

#container
{
	width:900px;
	margin:0px auto;
	text-align:left;
	
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */	
}
#nav
{
	float:right;
	padding:0;
	margin:0;
    margin:20px 0 0 0;
}

#contentWrapper
{
    width: 900px;
    clear: both;
    
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}


#contentColumnLeft
{
    float: left;
    width: 585px;
    padding-right:15px;
}

#contentColumnRight
{
    float: right;
    width: 290px;
    padding-left:10px;	
    height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}

#main_content
{	  
	clear:both;
	width:100%;
	padding-top:30px;	
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}




/* Sticky Footer */
* {
  margin: 0;
}
html, body, form {
   height: 100%;
}

#wrapper 	
{
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	margin: 0 auto -4em;
}
#footer_inner, .push {
  height: 4em;
}
#footer
{
	clear:both;
}
