a {
  color: white;
  text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
  text-decoration: underline;
}
a:active{}

.link {
  color: #8dc7f7;
}

#main:hover {
  text-decoration: none;
}

body {
  color: white;
	font: 14px sans-serif;
  margin: 0px 0px 0px 0px;
  background-color: #202020;
}

#top {
  background-color: #88adf1;
  background-image: url("top.jpg");
  background-repeat: no-repeat;
  background-position: left;
  color: #fff;
	font-family: serif;
  font-size: 2.8em;
  height: 163px;
}

#top #text {
	padding: 125px 0px 0 350px;
}

#bottom {
  width: 100%;
}

#nav {
  background-color: #101010;
	border-bottom: 3px solid #1a1a1a;
  font-size: 1.1em;
  width: 100%;
}

#nav ul {
	border-bottom: 2px solid #151515;
  margin-top: 0px;
  margin-bottom: 0px;
	padding: 10px 10px;
}

#nav li {
	display: inline;
  list-style-type: none;
	padding: 0 10px;
}

#nav li a {
}

#contents {
  font-size: 1em;
  line-height: 1.3em;
	margin: 35px 0 0 50px;
	width: 600px;
}

#footer {
  clear: left;
  padding-top: 100px;
  text-align: center;
}
