body {
	background-color:#818285;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
}

/* Graphical user interface */

#container {
	display:block;
	position:relative;
	width:950px;
	margin:0 auto;
	top:50px;
	text-align:left;
	border:10px solid #fff;
	background-color:#fff;
	background-image:url('../images/bg_container.jpg');
	background-repeat:repeat-y;
	background-position:0 0;
}

	#header {
		display:block;
		position:relative;
		width:950px;
		height:165px;
		background:#fff;
	}
		#header #logo {
			display:block;
			position:relative;
			width:400px;
			height:165px;
			float:right;
			background-image:url('../images/logo-loocatie.png');
			background-position:0 0;
			background-repeat:no-repeat;
		}

	#nav {
		display:block;
		position:relative;
		width:950px;
		height:36px;
		background:#f5f5f5;
		border-bottom:7px solid #78496a;
	}
		#menu {
			display:block;
			position:relative;
			height:36px;
			z-index:11;
			float:left;
			padding-left:235px;
		}
			#menu ul {
					display:block;
					padding:0;
					margin:0;
			}
			#menu ul li {
					display:block;
					float:left;
					padding:0;
					margin:0;
					list-style:none;
					list-style-image:none;
			}
			#menu ul li a {
					display:block;
					height:27px;
					padding-top:9px;
					padding-left:20px;
					padding-right:20px;
					padding-bottom:0;
					color:#525252;
					font-weight:normal;
					font-size:14px;
			}
					#menu ul li a:hover {
						color:#78496a;
					}
					#menu ul li a.current_buttonID {
						background:#78496a;
						color:#fff;
					}
			/* Submenu styles */
			#menu ul ul {
				display:none;
				position:absolute;
				border:7px solid #78496a;
			}
			#menu ul ul li {
				float:none;
			}
			#menu ul ul li a {
				display:block;
				height:20px;
				background:#a99a01;
				color:#fff;
				padding-top:5px;
				padding-left:12px;
				padding-right:12px;
				padding-bottom:5px;
				font-size:14px;
				font-weight:normal;
				text-transform:none;
			}
				#menu ul ul li a:hover {
					color:#fff;
					background:#78496a;
				}



	#content {
		display:block;
		position:relative;
		width:950px;
	}

		#left {
			display:block;
			position:relative;
			width:225px;
			float:left;
		}
			#photo {
				display:block;
				position:relative;
				width:225px;
				height:350px;
				float:left;
			}
				
		#right {
			display:block;
			position:relative;
			width:725px;
			float:right;
			background-color:#fff;
			background-image:url('../images/bg_right.jpg');
			background-repeat:no-repeat;
			background-position:0 0;
		}
			#right .articles,
			#left .articles {
				padding:30px;
				display:block;
			}
			#left .articles .article,
			#left .articles .article .content,
			#right .articles .article,
			#right .articles .article .content {
				display:block;
			}
			#left .articles .article .content,
			#left .articles .article .content a {
				color:#fff;
			}
			#left h1 { color:#fff; }
			#right .articles .with_line {
				border-bottom:5px solid #78496a;
				margin-bottom:20px;
			}
			#right .articles .with_line .content {
				padding-bottom:20px;
			}
			
	#footer {
		display:block;
		position:relative;
		width:950px;
		float:left;
		background:#78496a;
		border-top:10px solid #a99a01;
	}
		.copyrights {
			display:block;
			position:relative;
			text-align:center;
			padding-top:10px;
			padding-bottom:10px;
		}
			.copyrights p,
			.copyrights a,
			.copyrights span,
			.copyrights b,
			.copyrights strong {
				color:#4d2240;
				font-size:12px;
				padding:0;		
			}
			
			
			
			
				

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:50%; margin-left:-300px; background-color:#fff; border:3px solid #fff;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}				
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			



			
			
		
		