*
{
	margin: 0;
	padding: 0;
}

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

body
{
	color: #3e587a;
	background-color: #FFFFFF;
}

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

	#header
	{
		width: 895px;
		height: 200px;
		padding-top: 25px;
		overflow: hidden;
		background-color: #FFFFFF;
		
		background-position: bottom;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
	}
	
		#center_wrapper #center
		{
			margin: 0px 28px 20px 425px; /* Adjust according to left and right column width */
			
			min-height: 365px;
			background-image: url(/images/content_back.jpg);
			background-position: top;
			background-repeat: no-repeat;
			padding-left: 25px;
			padding-right: 25px;
			
		}
			
	#navigation
	{
		margin: 0 0 0 -895px;
		
		width: 425px;
		min-height: 365px;
		
		float: left;
		
		background-position: left top;
		background-repeat: no-repeat;
		
	}
	
	#sidebar
	{
		width: 28px;
		margin: 0 0 0 -895px;
		float: right;
	}
	
	#footer
	{
		height: 25px;
		line-height: 20px;
		width: 895px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-color: #FFFFFF;
		clear: both;
		
		font-size: 11px;
		color: #3e587a;
		text-align: left;
	}	
	
		
		
		



