/* top page items */
#middle_column {
  float: left;
  width: 434px;
}
#right_column {
  float: right;
  width: 200px;
}

#right_column #bottom_image{
  margin-bottom: 12px;
}

#right_column a {
  color: #424242;
  display: block;
  float: left;
  overflow: hidden;
  text-decoration: none;
  font-weight:bold;
  border-top: 1px dashed #84797e;
  border-left: 1px dashed #84797e;
  border-right: 1px dashed #84797e;
  padding: 9px;
  width:179px;
  letter-spacing:-1.3px;
}

#right_column a:hover {
  color: #882c8c
}

#right_column .highlight {
  color: #424242
}

a#big_link {
  border-top: none;
  background: url('/images/top_big_link.gif') no-repeat 0 0;
  height:74px;
  width:179px;
  color: ffffff;
}

a#me_link {
  border-bottom: 1px dashed #84797e;
}

a#big_link div {
    color:#FFFFFF;
    margin:13px;
    width:120px;
}

a#big_link:hover {
  background: url('/images/top_big_link.gif') no-repeat 0 -93px;
}

#content img {
  border: 0;
  margin: 0;
}
