*
{
	margin: 0;
	padding: 0;
}

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

body
{
	background-color: #707173;
	overflow-x:hidden;
}

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

	#header
	{
		height: 335px;
		
		width: 1000px;
		padding-top: 211px;
		overflow: hidden;
		text-align: center;
		
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;	
	}
	
	#main
	{
		background-color: #FFF;
		width: 100%;
		background-image: url(/images/back.jpg);
		background-repeat: repeat-x;
		background-position: 0 211px;	
		margin: 0;
		position: relative;
		height: auto;
	}
	
	#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
		{
			margin: 0 225px 0px 322px; /* Adjust according to left and right column width */
			
			min-height: 160px;
			padding: 15px 15px 5px 10px;
			z-index: 2;
			
		}
		
		
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 322px;
		margin-left: -1000px;
		float: left;	
		
		
	}
			
	#sidebar
	{
		width: 225px;
		margin-left: -1000px;
		float: right;
		position: relative;
		z-index: 1;
	}
	
	
#footer
{
	height: 211px;
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	z-index: 2;
	position: relative;
	
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	
}

#footermain
{
	background-image: url(/images/footerback.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
}
