*
{
	margin: 0;
	padding: 0;
}

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

body
{
	background-color: #1d4a98;
	overflow-x:hidden;
	color: #000;
	
}

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

	#header
	{
		height: 155px;
		width: 1000px;
		overflow: hidden;
		text-align: center;
		
	}
	
	#main
	{
		
		width: 100%;
		margin: 0;
		position: relative;
		height: auto;
		background-color: #3aa6ce;
		
		padding-top: 260px;
		background-image: url(/images/back.jpg);
		background-repeat: repeat-x;
		background-position: top left;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: left;

		position: relative;
		z-index: 1;
		background-image: url(/images/wrapperback.gif);
		background-repeat: repeat-y;
		background-position: top left;

	}
	
	#center_wrapper
	{
		z-index: 3;
		position: relative;
		
	}
	
		#center_wrapper #center
		{
			margin: 0px 249px 0px 388px; /* Adjust according to left and right column width */
			
			position: relative;
			min-height: 300px;
			
		}
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 388px;
		margin-left: -1000px;
		float: left;	
		
	}
			
	#sidebar
	{
		width: 249px;
		margin-left: -1000px;
		float: right;
		position: relative;
		z-index: 1;
	}
	
	
#footer
{
	height: 260px;
	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 left;
	
}

#footerback
{
	
	width: 100%;
	margin: 0;
	position: relative;
	height: auto;
	background-image: url(/images/footerback.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 6;
}
