a,
a:visited,
a:hover {
  color: #fff;
  text-decoration: none;
}

h2 {
  text-transform: uppercase;
}

#wrapper {
  margin: 60px 0 0 60px;
  width: 730px;
  overflow: hidden;
}

#header {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

#header img {
  margin-left: 180px;
}

#menu {
  width: 170px;
  overflow: hidden;
  float: left;
}

#content {
  width: 550px;
  overflow: hidden;
  float: right;
}

#content p {
  padding-bottom: 1.5em;
}

#content h1,
#content h1 a {
  display: block;
  text-indent: -900%;
  outline: none;
  width: 100%;
}

#content h1 {
  background-repeat: no-repeat;
}

#content div.csc-textpic-imagerow {clear: both; padding-bottom: 20px;}
