html{
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
    margin:0px;
    font-family:Trebuchet MS, trebuchet ms, trebuchet, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-image: url("../images/bg.png");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
  }
h1{
	color: #177c95;
	font-size: 24px;
	font-weight:bold;
}
h2{
	color: #177c95;
	font-size: 20px;
	font-weight:bold;
}
h3{
	color: #177c95;
	font-size: 14px;
	font-weight:bold;
}
h4{

}
h5{

}

#container{
	margin:auto;
	width:1000px;
	height: auto;
	position:relative;
}
	#content{
		width:100%;
		float:left;
		margin-top: 137px;
	}
		#c_img{
			float:left;
			width:100%;
			min-height:400px;
			background-image: url("../images/manneke.png");
			background-repeat: no-repeat;
			position:relative;
		}
		#c_top{
			position:absolute;
			width:600px;
			min-height: 250px;
			right: 30px;
			top:150px;
			text-align:center;
		}
			.first{
				padding-top: 10px;
				line-height:1.5em;
				font-size: 18px;
				border-top:2px solid #dadada;
				color:#4c4c4c;
			}
			.second{
				padding-top: 10px;
				border-top:2px solid #dadada;
				font-size: 18px;
				color:#888787;
			}
		#c_middle{
			background-image:url("../images/middle.png");
			background-repeat:no-repeat;
			width: 500px;
			height: 51px;
			position:absolute;
			top:430px;
			right: 50px;
		}
			.link_left{
				text-decoration:none;
				color:#FFF;
				font-size: 20px;
				font-weight:bold;
				line-height: 2.5em;
				padding-left: 20px;
			}
			.link_right{
				text-decoration:none;
				color:#FFF;
				font-size: 20px;
				font-weight:bold;
				line-height: 2.5em;
				padding-left: 55px;
			}
		#c_bottom{
			float:left;
			width:90%;
			height:100%;
			margin-left: 75px;
		}
		
		#c_bottom A 				{color: #177c95; text-decoration: underline; }
		#c_bottom A:visited		{color: #177c95; text-decoration: underline; }
		#c_bottom A:hover 		{color: #177c95; text-decoration: none; }
		#c_bottom A:active		{color: #177c95; text-decoration: underline; }
		
			.left{
				float:left;
				margin-right: 50px;
				max-width: 250px;
			}
			.middle{
				float:left;
				margin-right: 50px;
				max-width: 250px;
			}
			.right{
				float:left;
				max-width: 250px;
			}
	#header{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:150px;
		line-height: 2.2em;
		color:#f6bf94;
	}
		#h_logo{
			background-image:url("../images/logo_bg.png");
			width:100%;
			height:109px;
			top:28px;
			left: 0px;
			position:absolute;
			z-index: 0;
		}
		#h_submenu{
			width:100%;
			height:25px;
			text-align:right;
			position:relative;
			z-index:1;
			color:#25abc8;
		}
			#h_submenu a{
				text-decoration:none;
				padding-right: 5px;
				padding-left: 5px;
				color:#25abc8;
			}
		#h_menu{
			width: 700px;
			height:auto;
			position:relative;
			top:75px;
			left:340px;
			text-align: center;
			text-decoration:none;
		}
			.menu_selected{
				background-image: url("../images/menu_selected.png"); 
				background-repeat:no-repeat;
				height: 35px;
				width: 97px;
			}
				.menu_selected a{ color:#3f515e; text-decoration:none;}
			.menu_deselected{
				background-image: url("../images/menu_deselected.png"); 
				background-repeat:no-repeat;
				height: 35px;
				width: 97px;
			}
				.menu_deselected a{ color:#e8e8e8; text-decoration:none;}
#footer_bg{
	width:100%;
	height: 65px;
	float:left;
	background-color:#cdcdcd;
	border-top: 3px solid #888888;
	color:#4a4a4a;
}
	#footer_menu{
		width:900px;
		height: 25px;
		float:left;
		line-height: 2em;
		color:#4a4a4a;
		margin-left:75px;
		position:relative;
		top:30px;
		z-index: 1;
	}
		.footer_link{
			color:#4a4a4a;
			text-decoration:none;
			padding-left: 2px;
			padding-right: 2px;
		}
