*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

body
{
	background-color: #ffffff;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
	
	color: #000000;
}

#wrapper
{
	/* min-height: 100%; */
	margin-top: -20px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	position: relative;
	
	background-image: url(/images/background_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

	#header
	{
		height: 100px;
		
		padding-top: 20px;
		
		background-image: url(/images/background.jpg);
		background-repeat: repeat-x;
		background-position: left 20px; 
	}
	
		#header .pkn
		{
			position: relative;
			
			top: 20px;
			left: 85px;
			
			float: left;
			border: 0;
		}
		
		#header .ghl
		{
			position: relative;
			
			top: 30px;
			right: 60px;
			
			float: right;
			border: 0;
		}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
		min-height: 785px;
		
		background-image: url(/images/background_centerwrapper.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
		#center_wrapper #center
		{
			margin: 0 0 45px 420px; /* Adjust according to left and right column width */
		}
		
			#center_wrapper #center a
			{
				color: #d20f1c;
				text-decoration: underline;
			}
		
			#center_wrapper #center a:hover
			{
				color: #e98c04;
				text-decoration: none;
			}
		
			
	#navigation
	{
		margin: 0;
		padding: 0;
		width: 420px;
		margin-left: -1000px;
		float: left;
	}
		
		#navigation h1
		{
			margin: 30px 0 30px 85px;
			
			list-style: none;
			color: #ffffff;
			
			font-weight: bold;
			font-size: 20px;			
		}
		
		#navigation p
		{
			margin: 0 0 20px 85px;
			color: #ffffff;
		}
		
		#navigation ul
		{
			margin: 0px 0 15px 100px;
			color: #ffffff;
		}
		
			#navigation ul li
			{
				margin: 0 0 5px 0;
			}
	
		#navigation .slogan
		{
			position: relative;
			
			margin: 20px 0 0 85px;
		}
	
		#navigation ul.ul_0_0
		{
			margin: 75px 0 20px 85px;
			
			list-style: none;
		}
		
			#navigation ul.ul_0_0 li
			{
				margin: 0 0 0 0;
			}
		
				#navigation ul.ul_0_0 li a
				{
					display: block;
					
					height: 15px;
					width: 260px;
					
					padding: 5px 0 5px 5px;
					
					color: #d20f1c;
					text-decoration: none;
					font-weight: bold;
					border-bottom: 1px solid #d20f1c;
				}
				
				#navigation ul.ul_0_0 li a:hover
				{
					color: #e98c04;
				}
				
				#navigation ul.ul_0_0 li.active a, #navigation ul.ul_0_0 li.active a:hover
				{
					color: #a12c64;
				}
			
#footer
{
	width: 1000px;
	height: 20px;
	
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	
	clear: both;
	
	color: #7f7f7f;
	
	font-size: 11px;
	
	text-align: left;
}

	#footer .copyright
	{
		position: relative;
		float: left;
		
		left: 85px;
	}

		#footer .copyright a { color: #7f7f7f; text-decoration: underline; }
		#footer .copyright a:hover { color: #000000; text-decoration: none; }
	
	#footer .realisation
	{
		position: relative;
		float: right;
		
		right: 60px;
	}

		#footer .realisation a { color: #7f7f7f; text-decoration: none; }
		#footer .realisation a:hover { color: #000000; text-decoration: underline; }
	
.dontdisplay
{
	display: none;
}
