body {
	background-color: #61CADF;
	margin:0;
	padding:0;
	height:100%;

}
html{
height:100%;
}

#navbar a:link, a:visited, a:active {
	text-decoration:none;
	color:#000000
}
#navbar ul{
	font-weight:bold;
	text-align: left;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #2F3699;
	list-style:none;
	display: inline;

}
#navbar li{
	display: inline;
	marker-offset:10;
}
#wrapper {
   height:100%;
   min-height:100%;
   position:relative;
   width:auto;
}
#header{
	text-align:left;
	width:100%;
	height:150px;
}
#navbar {
	text-align:center;
	/*background-color: #016d72;*/
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}
#main {
   padding:10px;
  /* padding-bottom:20px;  */ /* Height of the footer */
}
#gallery {
   padding:10px;
   text-align:center;
   font-weight:bold;
  /* padding-bottom:20px;  */  /* Height of the footer */
}
.tablepic{

}
.image{
	float:left;
	padding-right: 20px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   background:#61CADF;
   text-align:center;
}