html, body {
  font-family: "Arial";
  color: #9d9fa2;
  margin: 0;
  padding: 0;  
}

a {
  outline: none;
  color: #dd44b0;  
}

a:hover {
  color: #d286bc;
}

img {  
  border: 0;
}

h1 {
  font-size: 1.2em;
  color: #c61793;
}

h2 {
  font-size: 1.0em;
  color: #ea27b1;
}

h3 {
  font-size: 0.9em;
  color: #da37aa;
}

p {
  font-size: 0.8em;
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  background-color: #fff;
  background-image: url('/img/pages/intro.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

#content-container {
  margin: 0 auto;
  width: 820px;
}

#header {
  padding: 20px 0 40px;
  text-align: center;
}

#menu {
  text-align: left;
  border-bottom: 2px solid #bd1a8d;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  float: left;

  padding: 0 10px;
  
  background-image: url('/img/layout/sep.png');
  background-position: right center;
  background-repeat: no-repeat;
}

#menu ul li.first {
  padding-left: 0px;
}

#menu ul li.last {
  padding-right: 0px;  
}

#menu ul li a {
  font-size: 0.81em;  
  text-decoration: none;
  color: #9d9fa2;
}

#menu ul li a:hover {
  color: #be168d;
} 

#content {
  padding-bottom: 40px;
}

#footer {
  position: relative;
  z-index: -1;
  margin-top: -346px;
}

#bottom-decoration {
  float: right;
  width: 100%;
  height: 381px;
  background-image: url('/img/layout/bottom.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  
  z-index: 1;
  position: absolute;
}

#pink-bar {
  float: right;
  height: 35px;
  width: 100%;
  margin-top: 346px;
  background-color: #bd1a8d;

  z-index: 2;
  position: absolute;  
}

#pink-bar a {
  float: right;
  padding: 4px 10px 0 0;
  margin: 0;
}

#content {
  padding-top: 20px;
}

div.image {
  height: 400px;
  width: 400px;
  float: left;
  padding-right: 10px;
}

div.text {
  padding-left: 10px;
  width: 400px;
  float: left;
}

.clear {
  clear: both;
}
