*
{
	margin: 0;
	padding: 0;
}

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

body
{
	background-color: #FFF;
	overflow-x:hidden;
}

#wrapper
{
	/*min-height: 100%;*/
	
	margin-top: -40px; /* Adjust according to footer size */
	
	width: 784px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	position: relative;
	
	
	
	
}

	#header
	{
		height: 390px;
		
		width: 784px;
		padding-top: 40px;
		overflow: hidden;
		text-align: center;
	}
	
	#main
	{
		background-color: #FFF;
		width: 100%;
		
		background-image: url(/images/back.jpg);
		background-repeat: repeat-x;
		background-position: 0 40px;	
		margin: 0;
		position: relative;
		height: auto;
	}
	
	#center_wrapper
	{
		
		width: 100%;
		float: left;
		text-align: justify;
/*		background-image: url(/images/wrapperback.png);
		background-repeat: repeat-y;
		background-position: top center;	
*/
		position: relative;
		z-index: 1;
		
		background-image: url(/images/navback_small.jpg);
		background-repeat: no-repeat;
		background-position: 2px 1px;
		border-left: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
	}
	
	#center_wrapper
	{
		
	}
	
		#center_wrapper #center
		{
			margin: 0 30px 0px 219px; /* Adjust according to left and right column width */
			
			min-height: 210px;
			padding: 25px 15px 15px 30px;
			z-index: 2;
			
		}
		
		
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 231px;
		margin-left: -784px;
		float: left;	
		
		min-height: 200px;
		
	}
			
	#sidebar
	{
		width: 30px;
		margin-left: -796px;
		float: right;
		position: relative;
		z-index: 1;
	}
	
	
#footer
{
	height: 40px;
	width: 784px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	z-index: 2;
	position: relative;
	
	
	
}

#footermain
{

}
