/* ################################################### ALGEMEEN ###################################################  */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 851px;
	background: #bab9b9 url('images/background.jpg') repeat-x top left;
	margin: 22px auto;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

img, div { behavior: url(iepngfix.htc) }

/* ################################################### CONTENT ###################################################  */
#header {
	width: 516px;
	height: 65px;
	background: url('images/header.jpg') no-repeat top left;
	font: 12px Arial;
	color: #504b4b;
	padding: 63px 0 0 335px;
	word-spacing: 7px;
}

	#header a:link, #header a:active, #header a:visited {
		font: bold 12px Arial;
		color: #504b4b;
		text-decoration: none;
		word-spacing: 0;
	}
	
	#header a:hover {
		text-decoration: underline;
	}

#content {
	width: 851px;
	background: url('images/content.png') repeat-y top left;
	padding: 5px 0;
}

	#content1 {
		width: 842px;
		background: url('images/content1.jpg') repeat-y 193px 0;
		padding: 10px 0 0 9px;
	}
	
	#content_left {
		width: 179px;
		float: left;
	}
	
		.menu_top {
			width: 176px;
			height: 26px;
			border-top: 1px solid #e6e5e5;
			background: #efeded;
			padding: 3px 0 0 3px;
		}
		
			.menu_top p {
				display: block;
				width: 154px;
				height: 19px;
				background: #f7f7f7;
				font: bold 14px Arial;
				padding: 4px 0 0 6px;
			}
			
				.menu_top p.blue {
					border-left: 13px solid #e0eaf1;
					color: #1387bf;
				}
				
				.menu_top p.red {
					border-left: 13px solid #f4e6e6;
					color: #d64748;
				}
				
				.menu_top p.gray {
					border-left: 13px solid #efefef;
					color: #626262;
				}
				
				.menu_top p.purple {
					border-left: 13px solid #eadff5;
					color: #7c10e1;
				}
				
				.menu_top p.yellow {
					border-left: 13px solid #f5f0df;
					color: #dfb110;
				}
				
				.menu_top p.green {
					border-left: 13px solid #e9f4df;
					color: #6ab323;
				}
		
		.menu_mid {
			width: 158px;
			border-left: 2px solid #eaeaea;
			border-right: 1px solid #eaeaea;
			background: #f7f7f7;
			padding: 10px 0 10px 17px;
			font: 12px Arial;
		}
		
			.menu_mid p.blue {
				color: #1387bf;
			}
			
			.menu_mid p.blue a:link, .menu_mid p.blue a:active, .menu_mid p.blue a:visited {
				color: #1387bf;
				text-decoration: none;
			}
			
			.menu_mid p.blue a:hover {
				color: #1277a8;
				text-decoration: underline;
			}
		
			.menu_mid p.red {
				color: #d64748;
			}
			
			.menu_mid p.red a:link, .menu_mid p.red a:active, .menu_mid p.red a:visited {
				color: #d64748;
				text-decoration: none;
			}
			
			.menu_mid p.red a:hover {
				color: #ca3233;
				text-decoration: underline;
			}
		
			.menu_mid p.gray {
				color: #626262;
			}
			
			.menu_mid p.gray a:link, .menu_mid p.gray a:active, .menu_mid p.gray a:visited {
				color: #626262;
				text-decoration: none;
			}
			
			.menu_mid p.gray a:hover {
				color: #4a4a4a;
				text-decoration: underline;
			}
			
			.menu_mid p.purple {
				color: #7c10e1;
			}
			
			.menu_mid p.purple a:link, .menu_mid p.purple a:active, .menu_mid p.purple a:visited {
				color: #7c10e1;
				text-decoration: none;
			}
			
			.menu_mid p.purple a:hover {
				color: #680ebc;
				text-decoration: underline;
			}
		
			.menu_mid p.yellow {
				color: #dfb110;
			}
			
			.menu_mid p.yellow a:link, .menu_mid p.yellow a:active, .menu_mid p.yellow a:visited {
				color: #dfb110;
				text-decoration: none;
			}
			
			.menu_mid p.yellow a:hover {
				color: #c69e12;
				text-decoration: underline;
			}
		
			.menu_mid p.green {
				color: #6ab323;
			}
			
			.menu_mid p.green a:link, .menu_mid p.green a:active, .menu_mid p.green a:visited {
				color: #6ab323;
				text-decoration: none;
			}
			
			.menu_mid p.green a:hover {
				color: #4e8c11;
				text-decoration: underline;
			}
		
		.menu_bot {
			width: 178px;
			height: 6px;
			background: url('images/menu_bot.jpg') no-repeat top left;
			padding: 0 0 10px 0;
			_padding: 0;
		}
	
	#content_middle {
		width: 430px;
		float: left;
		padding: 0 21px;
	}
	
		#content_middle h1 {
			font: bold 14px/22px 'Arial';
			color: #919090;
		}
		
		#content_middle p {
			font: 12px/18px Arial;
			color: #919090;
			padding: 0 0 14px 0;
		}

		#content_middle p a {
			font: 12px/18px Arial;
			color: #919090;
			padding: 0 0 14px 0;
		}
	
	#content_right {
		width: 179px;
		float: left;
	}

#content_bot {
	width: 851px;
	height: 9px;
	background: url('images/content_bot.png') no-repeat top left;
}

#footer {
	width: 851px;
	padding: 0 0 15px 0;
}

	#footer p.left {
		float: left;
		font: 12px Arial;
		color: #626262;
		padding: 3px 0 0 16px;
	}
	
	#footer p.right {
		float: right;
		font: 12px Arial;
	
		color: #000;
		padding: 3px 21px 0 0;
	}
	
		#footer p.right a:link, #footer p.right a:active, #footer p.right a:visited {
			color: #000;
			text-decoration: none;
			color: #666666;	
		}
		
		#footer p.right a:hover {
			text-decoration: underline;
			color:#333333;
		}
