*
{
	margin: 0;
	padding: 0;
}

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

body
{
	background-color: #f6ebf2;
	
	background-image: url(/images/back2.jpg);
	background-repeat: no-repeat;
	background-position:  top center;
}

#wrapper
{
	/*min-height: 100%;*/
	margin-top: -200px; /* Adjust according to footer size */
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	position: relative;
	
	background-color: #f7edf5;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
	
}

	#header
	{
		height: 255px;
		
		width: 1000px;
		padding-top: 200px;
		overflow: hidden;
		text-align: center;
	}
	
	#main
	{
		
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
		position: relative;
		
	}
	
		#center_wrapper #center
		{
			margin: 0 280px 0px 275px; /* Adjust according to left and right column width */
			
			min-height: 550px;
			padding: 5px;
			padding-bottom: 70px;
			padding-right: 15px;
			width: 425px;
			text-align: left;
		}
		
		
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 275px;
		margin-left: -1000px;
		float: left;	
		position: relative;
		z-index: 1;
	}
			
	#sidebar
	{
		width: 280px;
		margin-left: -1000px;
		float: right;
		position: relative;
		
	}
	
	
#footer
{
	height: 200px;
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	position: relative;
	text-align: left;
	background-image: url(/images/footer.jpg);
		background-repeat: no-repeat;
		background-position:  top center;
		
	
}
