body {
  background-color: #565656;
  background-image: url(bg2.gif);
  background-repeat: repeat-x;
  color: #fff;
  font-family: Helvetica, arial, sans-serif;
  font-size: small;
  margin: 0px;
}

#header {
  background-color: #621e47;
  width: 100%;
  height: 5px;
  }


#container {
  width: 900px;
  margin-left: 130px;
}

#wrap1 {
  width: 310px;

}

#wrap1 h3 {
  width: 100%;
  border-bottom: 2px solid #621e47;
}

#wrap2 a {
	color: #39F;
}

#logo {
  background-color: #621e47;
  width: 310px;
  height: 115px;
  text-align: center;
}

#headerinfo {
  font-style: italic;
  font-size: 105%;
  padding: 5px;
  font-family: Georgia, serif;
}

#navigation ul {
  font-size: 125%;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 2em;
}

#navigation ul li {
  padding-right: 20px;
  font-weight: bold;
}

#navigation ul li a {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}

.navigationlinks:link {
  text-decoration: none;
  color: #fff;
}

.navigationlinks:hover, .navigationlinks:visited:hover {
  text-decoration: none;
  color: #fff;
  background-color: #621e47;

}

.navigationlinks:visited {
  text-decoration: none;
  color: #fff;
}


#wrap2 {
  width: 550px;
  float: right;
  margin-top: 5px;
  color: #fff;
  line-height: 1.4em;
  padding-left: 20px;
  margin-top: 20px;
}

#wrap2 h3 {
  width: 100%;
  border-bottom: 2px solid #621e47;
}

#submitbutton {
  background-color: #621e47;
  color: #fff;
}

p#footer {
	font-size: 80%;
	margin-top: 20px;
}
