body.particulier #wrapper
{
	background-image: url(/images/background_body_particulier.jpg);
}

	#wrapper #center_wrapper
	{
		width: 100%;
		min-height: 670px;
		float: left;
		text-align: left;
		
		margin: 0 0 0px 0;
		background-image: url(/images/background_wrapper.jpg);
		background-repeat: repeat-x;
		background-position: left bottom;
	}

	#wrapper #center_wrapper #center
	{
		padding: 20px 0 0 0;
		margin: 0 0px 0 0px; /* Adjust according to left and right column width */
		
	}


		#center_wrapper #center h1
		{
			color: #716a08;
			
			font-size: 1.3em;
			
			margin: 15px 0 5px 0;
		}
		
		#center_wrapper #center h2
		{
			color: #c87402;
			font-size: 0.9em;
			
			margin: 15px 0 5px 0;
		}
		
		#center_wrapper #center p
		{
			font-size: 0.8em;
			line-height: 18px;
			
		}
		
		
		#center_wrapper #center #worldmap
		{
			background-image: url(/images/projecten/world_background.jpg);
			background-repeat: repeat-x;
			background-position: top left;
			
			width: 925px;
			height: 481px;
			color: #FFF;
			position: relative;
			top: 25px;
			margin-bottom: 20px;
			padding: 1px 18px 1px 18px;
			z-index: 2;
			
		}
		
			#center_wrapper #center #worldmap h1
			{
				color: #FFF;
				font-size: 1.0em;
				margin-bottom: 0px;
			}
			
			#center_wrapper #center #worldmap h1.count
			{
				position: absolute;
				clear: both;
				top: 442px;
				padding: 0;
			}
			
			#center_wrapper #center #worldmap p.intro
			{
				color:#c0be9c;
				float: left;
				width: 795px;
				font-size: 0.8em;
				margin-bottom: 0;;
			}
			
			#center_wrapper #center #hide
			{
				text-align: right;
				color:#c0be9c;
				font-size: 0.8em;
				width: 135px;
				float: right;
				padding-right: 35px;
			}
			
			#center_wrapper #center #hide #hide_text
			{
				float: left;
				display: block;
				text-align: right;
				width: 110px;
				color: #cf3735;
			}
			
			#center_wrapper #center #hide #hide_button2
			{
				cursor: pointer;
				
			}
			
			#center_wrapper #center #worldmap #map
			{
				clear: both;
				width: 923px;
				height: 392px;
				margin-top: 5px;
				color: #000;
				
			}
			
			#center_wrapper #center #worldmap #map .google_projectimage
			{
				
				font-size: 0.95em;
				
				margin: 0;
			}
			
			#center_wrapper #center #worldmap #map .google_projectimage img
			{
				margin: 0;
			}
			
			#center_wrapper #center #worldmap #map .google_projectimage h2
			{
				color: #bc2423;
				font-weight: normal;
				font-size: 0.80em;
				margin: 0;
				margin-bottom: 5px;
				padding: 0;
				margin: 0;
			}
			
			#center_wrapper #center #worldmap #map .google_projectimage p
			{
				margin: 0;
				padding: 0;
				line-height: 1.3em;
				width: auto;
				overflow-x: hidden;
			}
			
			#center_wrapper #center #worldmap #map .google_projectimage p.title
			{
				color: #bc2423;
			}
			
			
			#center_wrapper #center #worldmap .nav_country
			{
				margin-top: 4px;
				left: 615px;
				position: relative;
				z-index: 10;
				
			}
			
				#center_wrapper #center #worldmap .nav_country .jump
				{
					font-weight: bold;
					font-size: 0.8em;
					display: block;
					float: left;
					width: 200px;
					padding-top: 6px;
					
				}
			
				#center_wrapper #center #worldmap .nav_country ul.selector
				{
					list-style: none;
					position: absolute;
					left: 130px;
				}
			
			
				#center_wrapper #center #worldmap .nav_country ul.selector li
				{
					line-height: 24px;
					cursor: pointer;
					position: relative;
				}
			
				#center_wrapper #center #worldmap .nav_country ul.selector span
				{
					margin-top: 5px;
					display: block;
					
					background-image: url(/images/selector_background.png);
					background-repeat: no-repeat;
					background-position: left top;
					
					width: 170px;
					height: 26px;
					color: #565757;
					font-size: 0.75em;
					padding: 1px 0 0 12px;
				
				}
				
				#center_wrapper #center #worldmap .nav_country ul.selector li ul
				{
					position: relative;
					width: 140px;
					list-style: none;
					
					/*height: 120px;
					overflow-y: scroll;
					*/
					overflow-x: hidden;
					background-image: url(/images/selector_list_background3.png);
					background-repeat: repeat-y;
					background-position: left top;
					padding-right: 19px;
					
				}
				
				
				
				#center_wrapper #center #worldmap .nav_country #countryjump
				{
					background-image: url(/images/selector_list_background4.png);
					background-repeat: no-repeat;
					background-position: left bottom;
					
					height: 120px;
					position: absolute;
					overflow-y: auto;
					overflow-x: hidden;
					left: 0;
					top: 20px;
					
					
				}
				
					#center_wrapper #center #worldmap .nav_country ul.selector li ul li
					{
						background-image: none;
						
						padding: 0 0 0 12px;
						
						height: 18px;
						line-height: 18px;
					}
					
						#center_wrapper #center #worldmap .nav_country ul.selector li ul li a
						{
							display: block;
							text-decoration: none;
							color: #818181;
							font-size: 0.75em;
						}
						
						#center_wrapper #center #worldmap .nav_country ul.selector li ul li.active a,
						#center_wrapper #center #worldmap .nav_country ul.selector li ul li a:hover
						{
							color: #c43532;
						}
			
			#center_wrapper #center #project_detail						
			{
				float: left;
				width: 655px;
				margin-left: 15px;
				margin-top: 10px;
				padding-bottom: 30px;
			}
			
				#center_wrapper #center #project_detail	h1
				{
					color: #c87402;
					font-size: 1.0em;
				}
				
				#center_wrapper #center #project_detail .image
				{
					width: 191px;
					height: 136px;
					padding-left: 21px;
					padding-top: 16px;
					margin-left: -22px;
					float: left;
					background-image: url(/images/background_image.jpg);
					background-repeat: no-repeat;
					background-position: 0 0px;
					
				}
				
				#center_wrapper #center #project_detail .projectinfo
				{
					float: left;
					width: 320px;
				}
					
					#center_wrapper #center #project_detail .projectinfo table
					{
						margin-top: 15px;
						margin-bottom: 50px;
					}
				
					#center_wrapper #center #project_detail .projectinfo td
					{
						font-size: 0.8em;
					}
					
					#center_wrapper #center #project_detail .projectinfo td.label
					{	
						width: 115px;
					}
					
					#center_wrapper #center #project_detail .projectinfo td.info
					{
						font-weight: bold;
					}
					
					#center_wrapper #center #project_detail .projectinfo a
					{
						background-image: url(/images/list.gif);
						background-repeat: no-repeat;
						background-position: 0 0px;
						text-decoration: none;
						
						color: #000;
						clear: both;
						padding-left: 10px;
						cursor: pointer;
					}
					
					#center_wrapper #center #project_detail .projectinfo a:hover
					{
						color: #cf3735;
					}
					
					
				
				#center_wrapper #center #project_detail .doneer
				{
					float: left;
				}
				
					#center_wrapper #center #project_detail .doneer a
					{
						display: block;
						width: 120px;
						height: 120px;
						background-image: url(/images/projecten/doneer.png);
						background-repeat: no-repeat;
						background-position: left bottom;
					}
					
					#center_wrapper #center #project_detail .doneer a:hover
					{
						background-image: url(/images/projecten/doneer_active.png);
						background-repeat: no-repeat;
						background-position: left bottom;
					}
						
			#center_wrapper #center #projectenoverzicht
			{
				
				
			}
			
				#center_wrapper #center #projectenoverzicht h1
				{
					color: #c87402;
					font-size: 1.0em;
				}
				
				#center_wrapper #center #projectenoverzicht hr
				{
					margin-top: 10px;
					margin-bottom: 10px;
				}
				
				#center_wrapper #center #projectenoverzicht .project
				{
					float: left;
					width: 327px;
					height: 74px;
				}
				
					#center_wrapper #center #projectenoverzicht .project a
					{
						display: block;
						width: 327px;
						height: 74px;
						background-image: url(/images/projecten/background_overzicht.gif);
						background-repeat: no-repeat;
						background-position: top left;
						text-decoration: none;
						cursor: pointer;
					}
					
					#center_wrapper #center #projectenoverzicht .project a:hover
					{
						/*
						background-image: url(/images/projecten/background_overzicht_a.gif);
						background-repeat: no-repeat;
						background-position: top left;
						*/
					}
					
					#center_wrapper #center #projectenoverzicht .project img
					{
						height: 53px;
						width: 71px;
					}
					
					#center_wrapper #center #projectenoverzicht .project .image_thumb
					{
						padding-right: 8px;
						height: 74px;
						display: block;
						float: left;
						padding-top: 10px;
						padding-left: 10px;
					}
					
					#center_wrapper #center #projectenoverzicht .project .image_thumb img
					{
						height: 53px;
						width: 71px;
					}
					
					#center_wrapper #center #projectenoverzicht .project .title
					{
						color: #746d09;
						font-size: 0.75em;
						font-weight: bold;
						padding-top: 8px;
						display: block;
						height: 28px;
						
					}
					
					#center_wrapper #center #projectenoverzicht .project a:hover .title
					{
						color: #cf3735;
					}
					
					#center_wrapper #center #projectenoverzicht .project .country
					{
						color: #202020;
						font-size: 0.75em;
					}
					
					#center_wrapper #center #projectenoverzicht .project .programma
					{
						color: #202020;
						font-size: 0.75em;
						
					}
				
			
						
				
			#center_wrapper #center #zoek_projecten
			{
				width: 258px;
				height: 327px;
				float: left;
				margin-top: 54px;
				background-image: url(/images/projecten/searchbox.jpg);
				background-repeat: no-repeat;
				background-position: top left;
				padding-left: 30px;
				position: relative;
				z-index: 1
			}
				
			#center_wrapper #center #zoek_projecten h2
			{
				color: #b21b1a;
				font-size: 1.0em;
				margin-bottom: 12px;
			}
			
			#center_wrapper #center #zoek_projecten label 
			{
				color:#FFF;
				font-size: 0.75em;
				padding-top: 4px;
				padding-bottom: 3px;
				display: block;
			}
			
			#center_wrapper #center #zoek_projecten label.black 
			{
				color: #000;
				display: block;
				padding-top: 25px;
			}
			
			#center_wrapper #center #zoek_projecten .input
			{
				background-image: url(/images/search_background.png);
				background-repeat: no-repeat;
				background-position: left top;
				width: 173px;
				height: 23px;
				padding-left: 10px;
				line-height: 23px;
				font-size: 0.85em;
			}
			
			
			
			#center_wrapper #center #zoek_projecten input
			{
				border: 0;
				background: 0;
			}
			
			#center_wrapper #center #zoek_projecten #ctl00_ContentPlaceHolder1_btnSearchProject
			{
				position: absolute;
				left: 187px;
				padding-top:3px;
			}
			
			#center_wrapper #center #zoek_projecten ul.selector
			{
				list-style: none;
				
			}
				
			#center_wrapper #center #zoek_projecten ul.selector li
			{
				line-height: 24px;
				
				cursor: pointer;
				font-size: 0.75em;
				position: relative;
			}
			
			

				#center_wrapper #center #zoek_projecten ul.selector span
				{
					
					display: block;
					
					background-image: url(/images/selector_background.png);
					background-repeat: no-repeat;
					background-position: left top;
					
					width: 170px;
					height: 26px;
					
					padding: 0 0 0 12px;
				}
				
				#center_wrapper #center #zoek_projecten ul.country_selector  { z-index: 205; position: relative;}
				#center_wrapper #center #zoek_projecten ul.program_selector { z-index: 203; position: relative;}
				#center_wrapper #center #zoek_projecten ul.werkgebiedNL_selector  { z-index: 201; position: relative;}
				#center_wrapper #center #zoek_projecten ul.werkgebiedWW_selector  { z-index: 150; position: relative;}

				#center_wrapper #center #zoek_projecten ul.selector li ul
				{
					position: relative;
					width: 140px;
					list-style: none;
					
					/*height: 120px;
					overflow-y: scroll;
					*/
					overflow-x: hidden;
					background-image: url(/images/selector_list_background3.png);
					background-repeat: repeat-y;
					background-position: left top;
					padding-right: 19px;
				}
				
				#center_wrapper #center #zoek_projecten #werkgebiedlistWW,
				#center_wrapper #center #zoek_projecten #werkgebiedlistNL,
				#center_wrapper #center #zoek_projecten #programlist,
				#center_wrapper #center #zoek_projecten #countrylist
				{
					background-image: url(/images/selector_list_background4.png);
					background-repeat: no-repeat;
					background-position: left bottom;
					
					height: 120px;
					position: absolute;
					overflow-y: auto;
					overflow-x: hidden;
					left: 0;
					top: 20px;
					
				}
				
				
				
					#center_wrapper #center #zoek_projecten ul.selector li ul li
					{
						background-image: none;
						
						padding: 0 0 0 12px;
						font-size: 1.1em;
						
						line-height: 18px;
						
					}
					
						#center_wrapper #center #zoek_projecten ul.selector li ul li a
						{
							display: block;
							text-decoration: none;
							color: #818181;
							font-size: 0.95em;
							
						}
						
						#center_wrapper #center #zoek_projecten ul.selector li ul li.active a,
						#center_wrapper #center #zoek_projecten ul.selector li ul li a:hover
						{
							color: #c43532;
						}
						
			#center_wrapper #center #download_projecten
			{
				float: left;
				width: 258px;
				margin-top: 20px;
				margin-left: -10px;
				
				
			}
			
			#center_wrapper #center #download_projecten ul
			{
				margin-left: 10px;
			}
			
			#center_wrapper #center #download_projecten li
			{
				font-size: 0.9em;
				background-image: url(/images/list.gif);
				background-repeat: no-repeat;
				background-position: 0 2px;
				padding-left: 10px;
			}
			
			#center_wrapper #center #download_projecten li a
			{
				background-image: url(/images/empty.gif);
				text-decoration: none;
				color: #000;
				clear: both;
				
				cursor: pointer;
				padding: 0;
				display: block;
				
			}
			
			#center_wrapper #center #download_projecten li a:hover
			{
				color: #cf3735;
			}
						
			#center_wrapper #center #center_bottom
			{
				margin-top: 15px;
				width: 655px;
			}
			
				#center_wrapper #center #center_bottom ul
				{
					float: right;
					margin-bottom: 15px;
					margin-right: 15px;
				}
				
				#center_wrapper #center #center_bottom ul li
				{
					list-style: none;
					float: left;
					margin-left: 20px;
					
				}
				
					#center_wrapper #center #center_bottom ul li.stuur_door
					{
						background-image: url(/images/envelop.jpg);
						background-repeat: no-repeat;
						background-position: left center;
					}
				
					#center_wrapper #center #center_bottom ul li.print_pagina
					{
						background-image: url(/images/print.jpg);
						background-repeat: no-repeat;
						background-position: left center;
					}
				
					#center_wrapper #center #center_bottom ul li a
					{
						color: #4b4947;
						display: block;
						padding-left: 20px;
						text-decoration: none;
						font-size: 0.75em;
						cursor: pointer;
					}
					
					#center_wrapper #center #center_bottom ul li a:hover
					{
						color: #e98c04;
					}
					
			#center_wrapper #center #tabs
			{
				width: 640px;
				position: relative;
				margin-top: 20px;
			}
			
				#center_wrapper #center #tabs #tab_buttons
				{
					margin: 0;
					padding: 0;
					
				}
				
					#center_wrapper #center #tabs #tab_buttons ul
					{
						list-style: none;
						margin: 0;
						padding: 0;
					}
					
					#center_wrapper #center #tabs #tab_buttons ul li
					{
						float: left;
						margin: 0;
						padding: 0;
					}
					
					#center_wrapper #center #tabs #tab_buttons ul li a
					{
						display: block;
						background-image: url(/images/projecten/tab_green.jpg);
						background-repeat: no-repeat;
						background-position: left top;
						color: #FFF;
						width: 148px;
						height: 20px;
						text-decoration: none;
						font-size: 0.8em;
						text-align: center;
						padding-top: 8px;
						cursor: pointer;
					}
					
					#center_wrapper #center #tabs #tab_buttons ul li a:hover
					{
						background-image: url(/images/projecten/tab_orange.jpg);
						background-repeat: no-repeat;
						background-position: left top;
					}
					
					#center_wrapper #center #tabs #tab_buttons ul li a.active
					{
						background-image: url(/images/projecten/tab_orange.jpg);
						background-repeat: no-repeat;
						background-position: left top;
					}
				
			#center_wrapper #center #tabs #tab_1
			{
				border-left: 2px solid #e3e3e3;
				border-bottom: 2px solid #e3e3e3;
				border-right: 2px solid #e3e3e3;
				padding-bottom: 10px;
			}
			
			#center_wrapper #center #tabs #tab_1 #tab_1_content
			{
				
				background-color: #fbf6f0;
				width: 605px;
				position: relative;
				top: 5px;
				left: 5px;
				bottom: 5px;
				padding: 10px;
			}
				
			#center_wrapper #center #tabs #tab_1 #tab_1_content p
			{
				margin-bottom: 10px;
			}
			
			#center_wrapper #center #tabs #tab_1 #tab_1_content h2
			{
				margin-top: 0;
			}	
			
			#center_wrapper #center #tabs #tab_1 #tab_1_content h3
			{
				color: #c87402;
				font-size: 0.8em;
			}
			
			#center_wrapper #center #tabs #tab_2,
			#center_wrapper #center #tabs #tab_3,
			#center_wrapper #center #tabs #tab_4
			{
				border-left: 2px solid #e3e3e3;
				border-bottom: 2px solid #e3e3e3;
				border-right: 2px solid #e3e3e3;
				padding-bottom: 10px;
				/*position: absolute;*/
				top: 28px;
				width: 636px;
			}
			
			#center_wrapper #center #tabs #tab_2 #tab_2_content,
			#center_wrapper #center #tabs #tab_3 #tab_3_content,
			#center_wrapper #center #tabs #tab_4 #tab_4_content
			{
				
				background-color: #fbf6f0;
				width: 605px;
				position: relative;
				top: 5px;
				left: 5px;
				bottom: 5px;
				padding: 10px;
			}
				
			#center_wrapper #center #tabs #tab_2 #tab_2_content p,
			#center_wrapper #center #tabs #tab_3 #tab_3_content p,
			#center_wrapper #center #tabs #tab_4 #tab_4_content p
			{
				margin-bottom: 10px;
			}
			
			#center_wrapper #center #tabs #tab_2 #tab_2_content h2,
			#center_wrapper #center #tabs #tab_3 #tab_3_content h2,
			#center_wrapper #center #tabs #tab_4 #tab_4_content h2
			{
				margin-top: 0;
			}	
			
			#center_wrapper #center #tabs #tab_2 #tab_2_content h3,
			#center_wrapper #center #tabs #tab_3 #tab_3_content h3,
			#center_wrapper #center #tabs #tab_4 #tab_4_content h3
			{
				color: #c87402;
				font-size: 0.8em;
			}
			
			#center_wrapper #center #tabs #tab_1 #tab_1_content a,
			#center_wrapper #center #tabs #tab_2 #tab_2_content a,
			#center_wrapper #center #tabs #tab_3 #tab_3_content a,
			#center_wrapper #center #tabs #tab_4 #tab_4_content a
			{
				color: #c87402;
				text-decoration: none;	
			}
			
			#center_wrapper #center #tabs #tab_1 #tab_1_content a:hover,
			#center_wrapper #center #tabs #tab_2 #tab_2_content a:hover,
			#center_wrapper #center #tabs #tab_3 #tab_3_content a:hover,
			#center_wrapper #center #tabs #tab_4 #tab_4_content a:hover
			{
				color: #cf3735;
			}
			
			#center_wrapper #center #tabs #tab_2 .white
			{
				border-bottom: 10px solid #FFF;
				margin-left: -10px;
				margin-bottom: 10px;
				width: 630px;
				height: 10px;
			}
			
			#center_wrapper #center #tabs #tab_2 span.black
			{
				color: #000;
			}
			
			#center_wrapper #center #tabs #tab_2 #photos
			{
				margin-top: 10px;
				width: 610px;
			}
			
				#center_wrapper #center #tabs #tab_2 .photo
				{
					width: 113px;
					height: 86px;
					background-color:#FFF;
					border: 1px solid #b9b6b1;
					float: left;
					margin-right: 6px;
					margin-bottom: 6px;
					overflow: hidden;
					text-align: center;
				}
				
					#center_wrapper #center #tabs #tab_2 .photo img
					{
						/*padding-top: 2px;
						padding-left: 2px;
						padding-right: 2px;
						width: 109px;*/
						height: 86px;
					}
					
					#center_wrapper #center #tabs #tab_2 .photo .buttons img
					{
						width: auto;
						height: auto;
						border: 1px solid #FFF;
					}
					
			
			#center_wrapper #center #tabs #tab_2 #videos
			{
				margin-top: 10px;
			}
			
				#center_wrapper #center #tabs #tab_2 .videoitem
				{
					clear: both;
				}
				
					#center_wrapper #center #tabs #tab_2 .videoitem img
					{
						padding-top: 2px;
						padding-left: 2px;
					}
					
			#center_wrapper #center #tabs #tab_2 .videoitem .videothumb
			{
				float: left;
				width: 113px;
				height: 90px;
				background-color:#FFF;
				border: 1px solid #b9b6b1;
				
				margin-right: 6px;
				margin-bottom: 6px;
			}
			
			#center_wrapper #center #tabs #tab_2 .videoitem .videolink
			{
				float: left;
			}
			
				#center_wrapper #center #tabs #tab_2 .videoitem .videolink h4
				{
					color: #716a08;
					font-size: 0.8em;
					padding-top: 10px;
					padding-bottom: 20px;
				}
				
				#center_wrapper #center #tabs #tab_2 .videoitem .videolink ul
				{
					list-style: none;
				}
				
				#center_wrapper #center #tabs #tab_2 .videoitem .videolink ul li
				{
					
				}

				#center_wrapper #center #tabs #tab_2 #videos .videoitem .videolink ul li a
				{
					background-image: url(/images/list.gif);
					background-repeat: no-repeat;
					background-position: 0 0px;
					text-decoration: none;
					font-size: 0.75em;
					color: #000;
					clear: both;
					padding-left: 12px;
					cursor: pointer;
				}
				
				#center_wrapper #center #tabs #tab_2 #videos .videoitem .videolink ul li a:hover
				{
					color: #cf3735;
				}
		
			#center_wrapper #center #tabs #tab_3 .story_1,
			#center_wrapper #center #tabs #tab_3 .story_2,
			#center_wrapper #center #tabs #tab_3 .story_3
			{
				width: 186px;
				float: left;
				
				padding-right: 10px;
			}
			
			
			
			#center_wrapper #center #tabs #tab_3 .story_1,
			#center_wrapper #center #tabs #tab_3 .story_2
			{
				border-right: 2px solid #ecdac4;
			}
			
			#center_wrapper #center #tabs #tab_3 .story_1 h2,
			#center_wrapper #center #tabs #tab_3 .story_2 h2,
			#center_wrapper #center #tabs #tab_3 .story_3 h2
			{
				padding-left: 15px;
				color: #cf3735;
			}
			
			#center_wrapper #center #tabs #tab_3 .story_1 span.date,
			#center_wrapper #center #tabs #tab_3 .story_2 span.date,
			#center_wrapper #center #tabs #tab_3 .story_3 span.date
			{
				color: #87888a;
				font-size: 0.75em;
				display: block;
				padding-left: 15px;
			}
			
			#center_wrapper #center #tabs #tab_3 .story_1 p,
			#center_wrapper #center #tabs #tab_3 .story_2 p,
			#center_wrapper #center #tabs #tab_3 .story_3 p
			{
				padding-left: 15px;
			}
			
			#center_wrapper #center #tabs #tab_3 .story_1 p.title,
			#center_wrapper #center #tabs #tab_3 .story_2 p.title,
			#center_wrapper #center #tabs #tab_3 .story_3 p.title
			{
				color: #766f09;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 a,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_2 a,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_3 a
			{
				background-image: url(/images/list.gif);
				background-repeat: no-repeat;
				background-position: 0 0px;
				text-decoration: none;
				
				color: #000;
				clear: both;
				padding-left: 12px;
				cursor: pointer;
			}	
			
				#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 a:hover,
				#center_wrapper #center #tabs #tab_3 #tab_3_content .story_2 a:hover,
				#center_wrapper #center #tabs #tab_3 #tab_3_content .story_3 a:hover
				{
					color: #cf3735;
				}
				
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 .image_small,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_2 .image_small,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_3 .image_small
			{
				margin-left: 15px;
				overflow: hidden;
				width: 165px;
				text-align: center;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 .image_small
			{
				margin-left: -5px;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_2 .image_small
			{
				margin-left: -2px;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_3 .image_small
			{
				margin-left: 10px;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 .image_small a,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_2 .image_small a,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_3 .image_small a
			{
				margin: 0;
				padding: 0;
				background: none;
				width: 155px;
				overflow: hidden;
				display: block;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 a img,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_2 a img,
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_3 a img
			{
				width: 165px;
				height: 115px;
			}
			
			#center_wrapper #center #tabs #tab_3 .story_1
			{
				clear: both;	
				width: 600px;
				border-right: 0;
				border-top: 2px solid #e3e3e3;
			}
				
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 a
			{
				background: none;
			}
			
			#center_wrapper #center #tabs #tab_3 #tab_3_content .story_1 a.readmore
			{
				background: none;
				
				background-image: url(/images/list.gif);
				background-repeat: no-repeat;
				background-position: 0 0px;
				padding-left: 12px;
			}
			
			#center_wrapper #center #tabs #tab_3 .story_1 span.date
			{
				padding-top: 10px;
			}
				
			/*	
			#center_wrapper #center #mailafriend
			{
				
			}
			
				#center_wrapper #center #mailafriend form
				{
					padding-top: 15px;
					padding-bottom: 10px;
				}
			
				#center_wrapper #center #mailafriend label
				{	
					
					float: left;
					width: 140px;
					font-size: 1.0em;
				}
				
				#center_wrapper #center #mailafriend input
				{
					border: 0;
					background-image: url(/images/input.gif);
					background-repeat: no-repeat;
					background-position: 0 0px;
					width: 366px;
					
					height: 25px;
					line-height: 25px;
					margin-bottom: 5px;
					padding-left: 10px;
				}
				
				#center_wrapper #center #mailafriend a
				{
					background-image: url(/images/list.gif);
					background-repeat: no-repeat;
					background-position: 0 0px;
					text-decoration: none;
					font-size: 0.75em;
					color: #000;
					clear: both;
					padding-left: 10px;
					margin-left: 435px;
					cursor: pointer;
				}
				
				#center_wrapper #center #mailafriend a:hover
				{
					text-decoration: underline;	
					color: #cf3735;
				}
			*/
						
			#navigation .breadcrumb
			{
				position: absolute;
				
				font-size: 11px;
				line-height: 16px;
				
				width: 1000px;
				
				margin: 3px 0 0 0;
				
				
			}
			
				#navigation .breadcrumb ul
				{
					list-style: none;
					
					display: inline;
					
					position: absolute;
					top: 0;
					left: auto;
					
					margin: 0 0 0 0;
					padding: 0 0 0 0;
				}
				
					#navigation .breadcrumb ul li
					{
						float: left;
						width: auto;
						
						font-size: 11px;
						
						margin: 0 0 0 0;
						padding: 0 0 0 5px;
						
						white-space: nowrap;
					}
					
						#navigation .breadcrumb ul li a
						{
							text-decoration: none;
							text-transform: lowercase;
							
							padding: 0 0 0 3px;
							
							color: #726b08;
						}
						
						#navigation .breadcrumb ul li a:hover
						{
							text-decoration: underline;
							color: #000000;
						}
			
					#navigation .breadcrumb ul ul
					{
						margin: 0 0 0 0;
					}
				
			
