@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-color:#1c3739;
	margin-bottom: 100px;
}

a {
color:#94c2c2;
	text-decoration: none;
}
a:hover {
  position: relative;
  top: 1px;
  left: 1px;
color:#f1ebc7;
	text-decoration: underline;
}
a:visited {

color:#94c2c2;
	text-decoration: none;
}
.nametop {
  position: fixed;
  top: 0;
  left: 0;
  border: 0px solid #FFFFFF;
}
.main {
  position: fixed;
  top: 0;
  left: 0;
  border: 0px solid #FFFFFF;
}

.navigation {
	opacity: 1.0;
  position: relative;
  width: 800px;
  padding-right: 5px;
  padding-left: 5px;
  top: 350px;
left:10px;
  font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', "Helvetica", 'sans-serif';
  color:#94c2c2;
  font-weight:bolder;
  font-size: 18px;
  	background-color: rgba(28, 55, 57, 0.8);
}

.content {
	  font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', "Helvetica", 'sans-serif';
	color:#94c2c2;
	background-color: rgba(28, 55, 57, 0.7);
  position: relative;
  top: 360px;
left:10px;
  height: auto;
  width: 800px;
  padding-right: 5px;
  padding-left: 5px;
}

.footer{
  font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', "Helvetica", 'sans-serif';
  color:#94c2c2;
  font-weight:bolder;
	 position: fixed;
	font-size: 10pt;
  left: 700px;
  right: 0px;
  top: 30px;
  width: 20rem;
}
