#container {
	display:block;
	width:761px;
	margin-left:auto;
	margin-right:auto;
}
	#top {
		display:block;
		height:88px;
	}
		#top h1 {
			display:none;
		}
		#top .logo {
			display:block;
			float:left;
			background-image:url(../images/spaans_watermanagement.jpg);
			background-repeat:no-repeat;
			background-position:top left;
			height:88px;
			width:228px;
		}
		#login {
			display:block;
			float:right;
			background-image:url(../images/blue_right.jpg);
			background-repeat:repeat-y;
			background-position:right;
			height:73px;
			width:221px;
			text-align:right;
			padding-top:15px;
			padding-right:10px;
		}
		#login .input {
			font-size:10px;
		}
	
	#header {
		display:block;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
		height:148px;
	}

	#page {
		display:block;
	}
	
		#left {
			display:block;
			float:left;
			background-image:url(../images/blue_down.jpg);
			background-repeat:repeat-x;
			background-position:right;
			padding-bottom:194px;
			width:152px;
			margin-left:13px;
		}
			#left ul {
				display:block;
				margin:0px;
				padding:0px;
				padding-bottom:18px;
				background-image:url(../images/menu.jpg);
				background-repeat:no-repeat;
				background-position:bottom;
			}
				#left ul li {
					display:block;
					padding:0px;
					margin:0px;
					list-style:none;
				}
				#left ul li a {
					font-weight:bold;
					color:#fff;
					display:block;
					padding-left:10px;
					padding-right:10px;
				}
				#left ul li a:hover {
					text-decoration:none;
					background-color:#82cde2;
				}
					#left ul ul {
						display:none;
						font-size:10px;
					}
						#left ul ul a {
							padding-left:20px;
						}
		
			#left .color_0 {
				background-color:#A8951D;
				border-bottom:1px solid #BAB4A8;
			}
			#left .color_1 {
				background-color:#4C4030;
				border-bottom:1px solid #BAB4A8;
			}
			#left .color_2 {
				background-color:#814A09;
				border-bottom:1px solid #BAB4A8;
			}
			#left .color_3 {
				background-color:#5F8E94;
				border-bottom:1px solid #BAB4A8;
			}
		
		
		#middle {
			display:block;
			width:580px;
			float:right;
			padding-top:20px;
			padding-bottom:20px;
		}
			.article {
				display:block;
			}
			.title {
				display:block;
			}
		
	#footer {
		display:block;
		padding-top:26px;
		padding-left:13px;
		font-size:10px;
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
		#footer hr {
			display:none;
		}
		#footer a {
			color:#000;
		}
		
/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:15%; 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;}
