*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 12px;
}

body
{
	background-color: #FFFFFF;
	color: #000000;
	
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
}

#wrapper
{
	min-height: 100%;
	margin-top: -130px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 980px;
	
	text-align: left;
		
	background-image: url(/images/backgroundwrapper.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
	
	#presentation
	{
		position: absolute;
		
		top: 65px;
		left: 160px;
		
		width: 375px;
		height: 375px;
		
		z-index: 1;
	}
	
	#menunavigation
	{
		position: absolute;
		
		top: 185px;
		left: 365px;
		
		width: 170px;
		height: 255px;
		
		background-color: #4C86B0;
		
		z-index: 2;
	}
	
		#menunavigation ul
		{
			list-style: none;
		}
		
			#menunavigation ul li
			{
				width: 170px;
				height: 21px;
				line-height: 21px;
				
				margin-top: 6px;
				
				background-image: url(/images/backgroundmenu_i.gif);
				background-repeat: no-repeat;
			}
			
				#menunavigation ul li a
				{
					display: block;
					
					width: 155px;
					height: 21px;
					line-height: 21px;
				
					padding-left: 15px;
					
					text-decoration: none;
					color: #FFFFFF;
				}
				
				#menunavigation ul li a:hover
				{
					color: #C80083;
				}
			
			#menunavigation ul li.active
			{
				background-image: url(/images/backgroundmenu_a.gif);
			}
			
				#menunavigation ul li.active a
				{
					color: #C80083;
				}

	#header
	{
		position: relative;
		
		width: 980px;
		height: 185px;
		
		padding-top: 130px; /* Adjust according to footer size */
		
		overflow: hidden;
		
		background-image: url(/images/backgroundheader.gif);
		background-repeat: no-repeat;
		
		background-color: #FFFFFF;
	}
	
		#header ul
		{
			position: absolute;
			
			left: 362px;
			top: 175px;
			
			list-style: none;
		}
		
			#header ul li
			{
				float: left;
			}
		
				#header ul li span
				{
					padding-left: 5px;
					padding-right: 5px;
					
					color: #00538E;
				}
				
				#header ul li a
				{
					color: #00538E;
					text-decoration: none;
				}
				
				#header ul li a:hover, #header ul li a.active
				{
					color: #C80083;
				}
	
		#header #logo
		{
			position: absolute;
			
			right: 0;
			top: 195px;
		}
		
		#header h1
		{
			position: absolute;
			
			display: block;
			
			left: 550px;
			top: 297px;
			
			color: #C80083;
			
			font-size: 14px;
		}
			
	#center_wrapper
	{
		width: 100%;
		float: left;
		
		text-align: justify;
	}
	
		#center_wrapper #center
		{
			margin: 0 0 0 535px; /* Adjust according to left and right column width */
			
			padding-left: 15px;
			padding-right: 10px;
		}
		
			#center_wrapper #center h1
			{
			}
			
			#center_wrapper #center h2
			{
				padding-top: 20px;
				font-size: 13px;
			}
			
			#center_wrapper #center h3
			{
				padding-top: 20px;
				font-size: 12px;
			}
			
			#center_wrapper #center p
			{
				padding-top: 20px;
				line-height: 20px;
			}
			
			#center_wrapper #center ul
			{
				padding-top: 20px;
				line-height: 20px;
				
				font-size: 12px;
				
				padding-left: 15px;
				
				list-style: square;
				
				line-height: 1.8em;
			}
			
				#center_wrapper #center ul ul
				{
					font-size: 12px;
				}
			
			#center_wrapper #center a
			{
				color: #C80083;
				text-decoration: none;
			}
			
			#center_wrapper #center a:hover
			{
				text-decoration: underline;
			}
			
			#center_wrapper #center table tr th
			{
				font-weight: normal;
				padding-right: 10px;
				
				vertical-align: top;
				
				padding-top: 3px;
			}
			
			#center_wrapper #center table tr td
			{
				vertical-align: top;
			}
			
			#center_wrapper #center table tr th.error
			{
				color: #C80083;
				font-weight: bold;
			}
			
			#center_wrapper #center table tr td .input, #center_wrapper #center table tr td textarea
			{
				width: 190px;
				border: 1px solid #888888;
			}
			
			#center_wrapper #center table tr td textarea
			{
				height: 75px;
			}
			
			#center_wrapper #center table tr td input.error, #center_wrapper #center table tr td textarea.error
			{
				color: #C80083;
				border: 1px solid #C80083;
			}
			
	
	#navigation
	{
		width: 175px;
		
		height: 250px;
		
		margin-left: -500px;
		float: left;
	}
		

	#sidebar
	{
		width: 0;
		margin-left: -980px;
		float: right;
	}
		
		
	
		

#footer
{
	height: 130px;
	width: 980px;
	
	clear: both;
	
	position: relative;
	
	background-image: url(/images/backgroundfooter.gif);
	background-repeat: no-repeat;
}

	#footer #address
	{
		position: absolute;
		font-size: 11px;
		
		left: 160px;
		
		line-height: 1.9em;
		
		color: #868686;
	}
	
		#footer #address span
		{
			font-weight: bold;
			color: #4c86b0;
		}

	#footer #nivre
	{
		position: absolute;
		
		top:70px;
		left: 317px;
		
		border: 0;
	}

	#footer #copyright
	{
		position: absolute;
		
		left: 540px;
		bottom: 0;
		
		height: 25px;
		line-height: 25px;
		
		color: #C9C9C9;
		
		font-size: 11px;
	}
	
		#footer #copyright a
		{
			text-decoration: none;
			color: #C9C9C9;
		}
