* {
padding: 0;
margin: 0;
}
html, body {
  background: #fff;
}
body {
  font-family: trebuchet ms, sans-serif;
  font-size: 0.8em;
  color: #000;
}
a {
  text-decoration: none;
}
#header {
  clear: both;
  background: #891b60;
  padding: 40px 20px 5px 20px;
  margin: 0 0 4px 0;
}
#header h1 {
  font-weight: bold;
  font-size: 30px;
}
#header a {
  color: #fff;
}
#header a:hover {
  border-bottom: 1px solid #fff;
}
#menu {
  background: #ed109a;
  clear: both;
  height: 100%;
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 0 0 0 6px;
}
#menu ul {
  list-style: none;
}
#menu li {
  float: left;
}
#menu a {
  display: block;
  line-height: 20px;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
}
#menu a:hover {
  background: #ed109a;
  color: #891b60;
}
#container {
  clear: both;
  height: 100%;
  overflow: hidden;
  margin: 0 0 4px 0;
}
#centerwrapper{
  float: left;
  width: 100%;
  margin: 0 0 -20000px 0;
  padding: 0 0 20000px 0;
}
#center {
  margin: 0 250px -20000px 150px;
  background: #f5feff;
  padding: 0 10px 20000px 10px;
}
#center h2 {
  font-size: 1em;;
  color: #0089af;
  line-height: 150%;
}
#center p {
  margin: 0 0 8px 0;
  text-indent: 15px;
  text-align: justify;
}
#left {
  float: left;
  width: 150px;
  margin: 0 0 -20000px -100%;
  background: #fff;
  padding: 0 0 20000px 0;
}
#left dl {
  margin: 8px;
}
#left dt {
  font-size: 0,8em;
  color: #891b60;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#left a {
  display: block;
  color: #0675b0;
  border-bottom: 1px dotted #fff;
  line-height: 150%;
}
#left a:hover {
  border-bottom: 1px solid #0b5999;
}
#right {
  float: left;
  width: 250px;
  margin: 0 0 -20000px -250px;
  background: #fff;
  padding: 0 0 20000px 0;
}
#right h3 {
  font-size: 0,9em;
  font-weight: bold;
  color: #891b60;
  margin: 8px;
  text-align: center;
  line-height: 150%;
}
#right p {
  margin: 0 8px 8px 8px;
  line-height: 120%;
  text-align: justify;
}
#footer {
  background: #bf008c;
  clear: both;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  height: 100%;
  overflow: hidden;
}
