
	#partners,
	#navigation,
	#aside
	{
		display:		none;
	}
	
	#header
	{
		position:		relative;
		background:		transparent url() left top no-repeat;	
		padding-top:	10px;
		margin-top:		0px;
	}
	
	#organization-logo
	{
		position:		relative;
		float:			left;
		z-index:		900;
		left:			0px;
	}
	
	#organization-name
	{
		margin-left:	10px;
		margin-right:	200px;
	}
	
	#nav-bar
	{
		display:		inline;
		position:		relative;
		clear:			auto;
		background:		transparent url() left top no-repeat;		
		margin-top:		10px;
		padding:		0;
		margin-right:	0px;
		height:			26px;
		
		margin-left:	13px;
		
	}
	
	#content
	{
		margin-top:		20px;
		margin-bottom:	20px;
		width:			auto;
	}
		
	#content h1.head
	{
		background:		transparent url() left top no-repeat;
		color:			#000;
		padding:		25px;
		height:			auto;
		margin:			0;
		font-size:		32px;
		font-weight:	normal;
	}
	
	#content .body
	{
		
		border:			0px solid #ccc;
	}
	
	#footer
	{
		background:		transparent url() 415px top no-repeat;
		padding-bottom:	0px;
		clear:			both;
		
		border-top:		1px solid #ccc;
		padding-top:	10px;
	}
	
	