*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	
	text-align: center;
}

body
{
	color: #6d6e71;
	background-color: #FFFFFF;
}


img
{
	border: 0;
}
 
#wrapper
{
	min-height: 100%;
	position: relative;
	width: 1000px;
	
	margin-top: -50px; /* Adjust according to footer size */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 2;
}


	#header
	{
		width: 1000px;
		height: 100px;
		padding-top: 50px;
		overflow: hidden;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: left;
	}
	
		#center_wrapper #center
		{
			margin: 0px 132px 0px 536px; /* Adjust according to left and right column width */
			width: 312px;
			padding-left: 20px;
			padding-top: 30px;
		}
			
	#navigation
	{
		margin: 0 0 0 -1000px;
		width: 536px;
		float: left;
		min-height: 294px;
		background-image: url(/images/nav_back.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#sidebar
	{
		width: 132px;
		margin: 0 0 0 -1000px;
		float: right;
	}
	
	#footer
	{
		height: 50px;
		width: 1000px;
		
		margin-left: auto;
		margin-right: auto;
		
		clear: both;
		
		font-size: 11px;
		color: #58585a;
		text-align: left;
	}	
	
		
		
		


