body {
	background-color: #315e8c;
	background-image: url(/images/back3.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	border: 0;
	margin: 0;
	color: black;
	max-width: 1600px;
}

#top-menu {
	margin-right: 0;
	margin-left: auto;
	width: 250px;
	text-align: right;
	padding: 10px;
	color: black;
}

#top-menu a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

#top-menu a:hover {
	text-decoration: underline;
}



.section {
  position: absolute;
  width: 767px;
  height: 104px;
  left: 205px;
  color: #ffffff;
}

.section img {
  width: 98px;
  height: 98px;
  float: left;
  margin-right: 3px;
  border: 0;
}

.section p {
  text-shadow:0px 0px 5px black;
  padding: 0 50px 0 104px;
}

.section h2 {
  margin-top: 0;
  font-weight: bolder;
  font-size: 11pt;
  text-shadow:1px 1px 4px black;
  padding: 2px 50px 0 104px;
  color: #FFCC00;
}

.section a {
  color: white;
  text-decoration: none;  
}

.section a:hover {
  color: #FFCC00;
}

#section1 {
  background-image: url(/images/section1.jpg);
  top: 163px;
}

#section2 {
  background-image: url(/images/section2.jpg);
  top: 287px;
}

#section3 {
  background-image: url(/images/section3.jpg);
  top: 411px;
}

#section4 {
  background-image: url(/images/section4.jpg);
  top: 535px;
}

#section5 {
  background-image: url(/images/section5.jpg);
  top: 659px;
}

#bottom-menu {
  position: absolute;
	bottom: 10px;
	text-align: center;
	width: 99%;
	font-size: 7pt;
}

#bottom-menu a {
	font-weight: bold;
	text-decoration: none;
	color:White;
}

#bottom-menu a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 16pt;
	color: #FFE4C4;
}

