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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  margin: 15px 0 0 0;
  background-color: #311044;
  line-height: 1.4em;
}

#pagewrap {
 background-color: #ffffff;
 margin: 0 auto;
 width: 780px;
 text-align: left;
 border-left: 2px solid #311044;
 border-right: 2px solid #311044;
 padding: 0 30px 30px 30px;
}

#logo {
  text-align: right;
  border-bottom: 5px solid #311044;
}

#logo img {
  margin-bottom: 15px;
  border: 0;
}

#content {
  float: left;
  margin: 15px 50px 0 0;
  width: 465px;
}

#contact_etc {
  float: right;
  margin-top: 15px;  
  width: 235px;
}

#footer {
  width: 784px;
  margin: 0 auto;
  height: 12px;
  padding: 2px;
  font-size: 9px;
  background-color: #311044;
  color: #663399;
  text-align: center;
}

.clear {
  clear: both;
}

h1 {
  color: #6633CC;
  font-weight: bold;
  font-size: 13px;
  text-transform: upperecase;
}

#contact h1 {
  background: #311044 url(../images/thought.gif) top right no-repeat;
  color: #ffffff; 
  height: 22px;
  padding: 8px; 
} 

h2 {
  color: #311044;
  font-weight: bold;
  font-size: 12px;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #311044;
}

a {
  color: #6633CC;
}

#footer a {
  color: #663399;
}

a:hover {
 color: #FF6600;
}

#footer a:hover {
  color: #6633CC;
}

strong {
  color: #311044;
}
