* {
  padding: 0;
  margin: 0;
}

body { 
  background-image: url(../images/back.jpg);
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

#floatpeg {
  position: absolute; 
  top: 36px; 
  left: 41px; 
  float: left;
}

#floatrelay {
  position: absolute; 
  top: 60px; 
  left: 118px; 
  float: left;
}

#menu {
  background-image: url(../images/top01.jpg);
  background-repeat: no-repeat;
  height: 161px;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: white;
} 

#menu ul {
  position: absolute;
  top: 115px;
  left: 115px;
  font-size: 14px;
  color: #fff;
  height: 22px;
}

#menu img {
  display: inline;
  margin-bottom: -5px;
}

#menu ul li {
  list-style: none;
  margin-right: 20px;
  display: inline;
  height: 19px;
  padding: 0;
}

#menu ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  height: 19px;
}

#menu ul li a:hover {
  font-size: 14px;
  color: #417;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#submenu {
  text-align: right;
  margin: 5px;
  color: #306;
}

#main #submenu a {
  font-weight: normal;	
}

#main {
  margin-left: 75px;
  border-width: 1px 1px 1px 1px;
  border-color: #8863AD;
  border-style: solid;
  width: 683px;
  background-image: url(../images/line.jpg);
  font-family: verdana, san-serif;
  font-size: 12px;
  color: #444;
}

#main p {
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
}

#main a:link, #main a:visited {
  color: #306;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#main ul li {
  margin-left: 40px;
}

#main ol li {
  margin-top: .5em;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: .5em;
}

#main a:hover {
  color: #306;
  text-decoration: none;
  border-bottom: 1px solid #306;
}

#main h1 {
  margin: 10px;
  color: #306;
  font-family: times new roman, serif;
  letter-spacing: 1px;
  font-size: 275%;
}

#main h2 {
  margin: 10px;
  border-bottom: 1px solid #306;
  color: #306;
  text-align: right;
  font-family: times new roman, serif;
  letter-spacing: 1px;
  font-size: 200%;
}

#main h3 {
  text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

#main ul li {
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
}

#faq ol {
  margin: 40px;
  margin-top: 20px;
}

#faq ol li {
  list-style-position: outside;
  color: #000;
  margin-top: .5em;
  margin-bottom: .5em;
}

#faq ol li a:link, #faq ol li a:visited {
  text-decoration: none;
  border: 0;
}

#faq ol li a:hover {
  text-decoration: underline;
  color: #306;
  border: 0;
}

#faqq {
  font-weight: bold;
  border-bottom: 1px solid #306;
  margin-bottom: .5em;
  margin-left: 40px;
  margin-right: 20px;
}

#faq p {
  margin-left: 55px;
  margin-bottom: 2em;
  margin-right: 40px;
}

.c {
  text-align: center;
}

#gmenu {
  margin: auto;
  display: table;
  border: 0;
} 

#gmenu img {
  border: 0;
  margin: 5px;
}

#gmenu a:link, #gmenu a:visited, #gmenu a:hover {
  text-decoration: none;
  border: 0;
}

#gallery {
  margin: auto;
  display: table;
  border: 0;
}

#gallery img {
  border: 1px solid #306;
  margin: 5px;
}

#gallery a:link, #gallery a:visited, #gallery a:hover {
  text-decoration: none;
  border: 0;
}

#footer {
  font-size: 80%;
  color: #333;
  text-align: center;
  padding: 5px;
}

#main #footer a {
  color: #306;
  text-decoration: none;
  border-bottom: 1px solid #999;
  font-weight: normal;
}

#main #footer a:hover {
  color: #306;
  text-decoration: none;
  border-bottom: 1px solid #000;
} 

#current {
  font-weight: bold;
	font-size: 110%;
	color: #33f;
	letter-spacing: 1px;
}     

