﻿* {
	margin: 0;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%; }

#main {padding-bottom: 25px;}  /* must be same height as the footer */

.outer{
	height:auto;

	
}
html>body .outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

.left{
	 display: none; 
}
.content{
	width:744px;
	margin-left: 5px;
	margin-right:4px;
	float:left;
	z-index: 55;

	
}
#footer {position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;} 


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.user_menu {
	 display: none; 
}

.site-search {
	 display: none; 
}


