img { border: 0; }

body {
	margin:0;
	font-family:Sans-serif;
}
/*
#sections {
  overflow: hidden;
  background-color: #333;
}

#sections li a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

#sections li a:hover {
  background-color: #ddd;
  color: black;
}

#sections li a#on {
  background-color: #06a;
  color: white;
}

#sections .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  #sections a:not(:first-child) {display: none;}
  #sections a.icon {
	float: right;
	display: block;
  }
}

@media screen and (max-width: 600px) {
  #sections.responsive {position: relative;}
  #sections.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  #sections.responsive a {
	float: none;
	display: block;
	text-align: left;
  }

}
*/
/*
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #06a;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
	float: right;
	display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
  }

}
*/
/* LEFT PANEL - SECTIONS*/
/* #sections { padding: 30px; float: left; width: 225px; margin-right: 30px; height: 100%; font-size: 10px; } */
/* #sections ul#accordion { margin-top: 15px; padding: 0; } */
/* #accordion div { display: none; } /* to fix loading flash issue */ */
/* #sections ul { margin: 0; padding: 0; } */
/* #sections li { padding: 1px 0; display: block; text-align: left; } */
/* #sections li.heading { font-weight: bold; padding: 10px 0 2px 0; } */
/* #sections li a { color: #006699; text-decoration: none; } */
/* #sections li a#on, #sections li a:hover { color: #ce1431; text-decoration: underline; } */
/* .logged { color: #646669; padding: 5px 0 0 0; font-size: 11px; } */
/* .copyright { font-size: 9px; color: #646669; padding-top: 18px; padding-bottom: 0; } */
/* .copyright_bottom { position: fixed; bottom: 0px; font-size: 9px; color: #999; padding-bottom: 10px; } */
/* #sections h4 { color: #747679; margin: 0; padding: 15px 0 5px 0; font-size: 11px; } */
/* #sections a { color: #646669; } #sections a:hover { color: #ce1431; } */
/* #sections a.blue { color: #069; } #sections a.blue:hover { color: #ce1431; } */
/* #sections_hidden { cursor: pointer; display: none; margin-top: 30px; margin-left: 30px; } */