*
{
	margin: 0;
	padding: 0;
}

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

body
{
	color: #58585a;
	background-color: #e9eaea;	
}

img
{
	border: 0;
}
 
#wrapper
{
	min-height: 100%;
	position: relative;
	width: 1000px;
	overflow: hidden;
	margin-top: -95px; /* Adjust according to footer size */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(/images/back.gif);
	background-repeat: repeat-y;
	background-position: top;	
	
}


	#header
	{
		width: 1000px;
		height: 246px;
		padding-top: 95px;
		overflow: hidden;
		background-color: #FFFFFF;
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		background-position: bottom;

	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
	}
	
		#center_wrapper #center
		{
			margin: 0px 219px 0px 276px; /* Adjust according to left and right column width */
			
			background-image: url(/images/contentback.jpg);
			background-repeat: no-repeat;
			background-position:0px 0px;
			min-height: 466px;
			width: 455px;
			padding-left: 25px; 
			padding-right: 25px; 
			
			
		}
			
	#navigation
	{
		margin: 0 0 0 -1000px;
		width: 276px;
		float: left;
		background-image: url(/images/navback.jpg);
		background-repeat: no-repeat;
		background-position:0px 0px;
	}
	
	#sidebar
	{
		width: 219px;
		margin: 0 0 0 -1000px;
		float: right;
	}
	
	#footer
	{
		height: 95px;
		width: 1000px;
		
		margin-left: auto;
		margin-right: auto;
		
		clear: both;
		
		font-size: 11px;
		color: #FFF;
		text-align: left;
		background-color: #FFF;
		z-index: 3;
		position: relative;
		background-image: url(/images/back.gif);
		background-repeat: repeat-y;
		background-position: top;	
	}	
	
		
		
		



