article.basic, article#content {
  width: 890px;
  background-color: white;
  border-radius: 10px;
  margin: 0 auto 30px;
  padding: 10px;
  -moz-box-shadow: 3px 3px 4px black;
  -webkit-box-shadow: 3px 3px 4px black;
  box-shadow: 3px 3px 4px black;
  position: relative;
  z-index: 1;
  /*behavior: url(/css/ie-css3.htc);*/
}
article.basic h2, article#content h2 {
  margin: 0 0 15px;
}

a.b2p {
  color: black;
}
a.b2p:visited {
  color: black;
}
a.b2p:hover {
  color: #00a0e9;
}

a.p2b {
  color: #00a0e9;
}
a.p2b:visited {
  color: #00a0e9;
}
a.p2b:hover {
  color: black;
}

a.w2g {
  color: white;
}
a.w2g:visited {
  color: white;
}
a.w2g:hover {
  color: #595757;
}

a.w2p {
  color: white;
}
a.w2p:visited {
  color: white;
}
a.w2p:hover {
  color: #00a0e9;
}

a.g2p {
  color: #595757;
}
a.g2p:visited {
  color: #595757;
}
a.g2p:hover {
  color: #00a0e9;
}

a.w2y {
  color: white;
}
a.w2y:visited {
  color: white;
}
a.w2y:hover {
  color: #ffdc00;
}

a.y2w {
  color: #ffdc00;
}
a.y2w:visited {
  color: #ffdc00;
}
a.y2w:hover {
  color: white;
}

a.p2ul, article#content section a {
  color: #00a0e9;
}
a.p2ul:hover, article#content section a:hover {
  text-decoration: underline;
}

article#content {
  padding: 10px 0 0 10px;
  width: 900px;
}
article#content header {
  margin-bottom: 10px;
}
article#content header h2 {
  margin-bottom: 0;
}
article#content section {
  width: 900px;
}
article#content section p {
  margin-bottom: 1.5em;
  width: 425px;
}
article#content section div.left {
  float: left;
  width: 425px;
}
article#content section div.right {
  float: left;
  width: 475px;
  height: 365px;
}
