@charset "UTF-8";
/* Provided by: BorgiMedia.be marked up for: Harry Vandenbroek */
/* Code can be used as an inspiration, do not copy directly. For educational/private use only */

*
{margin: 0; padding: 0;}	

html,body{
	background-image:url(../img/pat1.png);
	height: 100%;
}
#wrapper{
	position:relative;
	width:960px;
	min-height: 100%;
  /* equal to footer height */
  margin-bottom: -75px;
	margin:0px auto;
	background-color:#FFF;
	-webkit-box-shadow:inset 1px 1px 10px 1px #575757;
	box-shadow:inset 1px 1px 10px 1px #575757;
}
header{
	width:960px;
	height:209px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
}
nav{
	text-align:center;
	height:40px;
	font-size:20px;
	font-family: 'bankgothiclightbt';
	padding-top:10px;	
}
nav li{
	display:inline;
	font-family: 'bankgothiclightbt';
}
nav a{
	color:#16639D;
	padding:6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a:link, a:hover, a:visited{
	text-decoration:none;
}
nav a:hover, nav a:active, .active{
	background-color:#16639D;
	color:#FFF;
}
nav .active{
	background-color:#16639D;
	color:#FFF;
}
hr { display: block; height: 2px;
    border: 0; border-top: 2px solid #16639D;
    margin:14px auto; padding: 0; 
}
.Clr1{
	color:#16639D;
}
footer{
	font-size:14px;
	margin:0 auto;
	width:960px;
	height:75px;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:20px;
	color:#FFF;
	font-family: 'bankgothiclightbt';
}
footer a:link {
	color:#FFF;
}
footer a:visited {
	color:#FFF;
}
footer a:hover{
	color:#CCC;
}
#content {
    display: table;
	padding:40px 20px 40px 20px;
}
 	aside {
        display: table-cell;
		vertical-align:top;
		width:256px;
		max-width:256px !important;
		min-height:400px !important;
		height:auto;
		background-color:#16639D;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-left:20px;
		color:#FFF;
		padding:10px 0px 10px 10px;
		font-family: 'bankgothiclightbt';
		-webkit-box-shadow: 1px 1px 2px 1px #000000;
		box-shadow: 1px 1px 2px 1px #000000;

	}
    #mainContent {
        display: table-cell;
        width: 550px;
		height:auto;
		padding-left:40px;
		font-family:Arial, Helvetica, sans-serif;
		}
	aside li{
	font-family: 'bankgothiclightbt';
	list-style-type:none;
	font-size:18px;
	padding-left:10px;
	padding-top:4px;
	}
	aside a{
			color:#FFF;
			padding:1px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
	}
	aside a:hover, nav a:active{
	background-color:#FFF;
	color:#16639D;
	}
	aside .active{
	background-color:#FFF;
	color:#16639D;
	}
h3{
	font-size:20px;
	font-family: 'bankgothiclightbt';
}
#mainContent img{
	border:none;
}
#indexIMG{
	position:relative;
	width:600px;
	text-align:center;
	margin:0 auto 20px auto;
	height:auto;
}
.shadow{
	-webkit-box-shadow: 1px 1px 2px 1px #000000;
		box-shadow: 1px 1px 2px 1px #000000;
}
#contact{
        display: table-cell;
        width: 550px;
		height:auto;
		padding-left:40px;
		font-family:Arial, Helvetica, sans-serif;
		}
