*
{
	margin: 0;
	padding: 0;
}

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

body
{
	
	background-color: #d6e7ef;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
}

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

	#header
	{
		height: 278px;
		
		width: 1000px;
		padding-top: 40px;
		overflow: hidden;
		text-align: center;
	}
	
	#main
	{
		
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
	}
	
		#center_wrapper #center
		{
			margin: 0 46px 0px 46px; /* Adjust according to left and right column width */
			background-color: #FFF;
			min-height: 300px;
		}
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 46px;
		margin-left: -1000px;
		float: left;	
	}
			
	#sidebar
	{
		width: 46px;
		margin-left: -1000px;
		float: right;
	}
	
	
#footer
{
	height: 40px;
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	background-color: #FFF;
}
