/**
 * 100%,header and footer for Nano
 * ----------------------------------------------
 * Thanks Peter
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#666;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	/*background-image:url(../pica/bg.jpg);
	background-repeat: repeat-x;*/
}

h1 { 
	font:1.7em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.5em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:gray;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; 
	margin:0 auto; 
	width:840px;
	background:#CCCCCC;
	
	height:auto !important; 
	height:100%; 

	min-height:100%; 
}

div#header {
	padding:0em;
	background:#ddd url("../img/logo-jan-buys.jpg") 98% 0px no-repeat;
	border-bottom:1px solid black;
	height:260px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

#mid {
    height:20px;
    background-color:black;
    }
	
.nav, .nav ul { 
	list-style: none;
	margin: 0 ;
	padding: 0;	
	text-align: center;	
}

.nav {
  z-index: 100;
  position: relative;
  padding-left: 10px  ;	
  padding-top:1px;
  
}
.nav li {
  border-left: 1px solid black;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: bold 12px Trebuchet MS, Helvetica, sans-serif;
	background: #000;
	color: #CCCCCC;
	display: block;
	padding: 0 9px;
	text-transform: lowercase;
	text-decoration: none;
	list-style-image: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #BE602A;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #ccc;
	color: #000000;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #BE602A;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 18px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
	
div#content {
	padding:1em 1em 5em; 
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
div.float_lft {
	float: left;
	width:788px;
	padding: 12px;
	background-color: #fff;
	margin: 2px 10px 0 0;	
	border : solid 1px grey;
	}
	.pic_center {
   width:auto;
   margin-left:6px;
   margin-right:auto;
   }
 .floatright
{
float: right;
margin: 36px 0 10px 10px;
border: 1px solid #666;
padding: 1px;
}
	
div.spacer {
   clear: both;
   height: 10px;
   }   

div#footer {
	position:absolute;
	width:100%;
	height:60px;
	bottom:0;
	border-top:6px single gray;
	background-color:#A2A8C3;
}
	div#footer p {
		padding:0.5em;
		margin:0;
		font-size:10px;
		
	}
