*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	
	text-align: center;
}
/* -----------------------------------------
	1.1: GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

body
{
	color: #696e5b;
	background-color: #FFFFFF;
}

img
{
	border: 0;
}
 
#wrapper
{
	min-height: 100%;
	position: relative;
	width: 1000px;
	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: 1000px;
		height: 180px;
		padding-top: 25px;
		overflow: hidden;
		background-color: #FFFFFF;
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
	}
	
		#center_wrapper #center
		{
			margin: 0px 0px 0px 250px; /* Adjust according to left and right column width */
			
			min-height: 650px;
			background-image: url(/images/contentback.jpg);
			background-position: 290px top;
			background-repeat: no-repeat;
			padding-left: 25px;
			padding-right: 25px;
			position: relative;
			
		}
			
	#navigation
	{
		margin: 0 0 0 -1000px;
		
		width: 250px;
		min-height: 650px;
		
		float: left;
		
		background-position: bottom;
		background-repeat: no-repeat;
		
	}
	
	#sidebar
	{
		width: 20px;
		margin: 0 0 0 -1000px;
		float: right;
	}
	
	#footer
	{
		height: 25px;
		width: 1000px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-color: #FFFFFF;
		clear: both;
		
		font-size: 11px;
		color: #58585a;
		
		
	}	
	
		
		
		



