*
{
	margin: 0;
	padding: 0;
}

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

body
{
	color: #0B1C5C;
	background-color: #9C9EA0;
}

img
{
	border: 0;
}
 
#wrapper
{
	min-height: 100%;
	position: relative;
	width: 964px;
	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: 964px;
		height: 201px;
		padding-top: 25px;
		overflow: hidden;
		background-color: #FFFFFF;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
	}
	
		#center_wrapper #center
		{
			margin: 0px 230px 0px 241px; /* Adjust according to left and right column width */
			padding-top: 20px;
			padding-bottom: 20px;
			
		}
		
		
			
	#navigation
	{
		margin: 0 0 0 -964px;
		width: 241px;
		float: left;
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	#sidebar
	{
		width: 215px;
		margin: 0 0 0 -964px;
		float: right;
		padding-left: 15px;
	}
	
	#footer
	{
		height: 25px;
		width: 964px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-color: #9C9EA0;
		clear: both;
		
		font-size: 11px;
		color: #e3e4e5;
		
		
	}	
	
		
		
		


