*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;	
	height: 100%;
	font-family: "trebuchet ms", verdana, sans-serif; 
	font-size: 12px;
	text-align: center;
	overflow:hidden;
}

body
{
	background-color: #FFF;

}
/* -----------------------------------------
	1.1: GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

#wrapper
{
	margin-top: -220px; /* Adjust according to footer size */
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	position: relative;
}

	#header
	{
		height: 148px;
		
		width: 1000px;
		padding-top: 220px;
		overflow: hidden;
		text-align: center;
		
		background-image: url(/images/menu_back2.png);
		background-repeat: no-repeat;
		background-position: 29px 240px;
	}
	
	#main
	{
/*		background-color: #FFF;
		width: 100%;
		margin: 0;
		position: relative;
		height: auto;
*/
		
		height: 100%;
		width: 100%;
		position: relative;
		overflow:auto;
	}
	
	#sfeer
	{
		position: absolute;	
		
	}
	
	#center_wrapper
	{
		
		width: 100%;
		float: left;
		text-align: justify;
/*		background-image: url(/images/wrapperback.png);
		background-repeat: repeat-y;
		background-position: top center;	
*/
		position: relative;
		z-index: 1;
	}
	
	#center_wrapper
	{
		
	}
	
		#center_wrapper #center
		{
			margin: 0 0px 0px 0px; /* Adjust according to left and right column width */
			min-height: 491px;
		}
		
		
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 0px;
		margin-left: -1000px;
		float: left;	
		
		
		
	}
			
	#sidebar
	{
		width: 0px;
		margin-left: -1000px;
		float: right;
		position: relative;
		z-index: 1;
	}
	
	
#footer
{
	height: 220px;
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	z-index: 5;
	position: relative;
	
	text-align: justify;
}

#footermain
{

}
