@charset "UTF-8";

body {
  background: #101010;
  margin: 0;
}

#cv_header {
  margin: 0px 20px;
  color: #fff;
  height: 80px;
  /*background: #000000 url(images/cv_heading_thanksgiving.jpg) no-repeat left top;*/
  background: #000000 url(images/cv_heading_default.jpg) no-repeat left top;
  min-width: 750px;
  border-bottom: 1px solid #202020;
}

#cv_corners_bottom, #cv_corners_bottom div {
  height: 10px;
  background-repeat: no-repeat;
  line-height: 1px;
  font-size: 1px;
  min-width: 750px;
}

#cv_corners_bottom {
  background-image: url(images/cv_corner_bottom_left.png);
  left: 0%;
  top: 100%;
  margin: -10px 20px;
  }

 #cv_corners_bottom div {
  background-image: url(images/cv_corner_bottom_right.png);
  background-position: right;
}

#cv_header #cv_links {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  top: 0%;
  left: 100%;
}

#cv_header #cv_links a, #cv_header #cv_links a:link, #cv_header #cv_links a:visited {
  text-decoration: none;
  padding-left: 15px;
  font-family:tahoma;
  font-size:10px;
  font-weight:bolder;
  color:#000000;
  background: url(images/cvHeaderLinkLeft.gif) no-repeat left top;
  cursor: hand;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 5px;
}

#cv_header #cv_links a span {
  padding-right: 15px;
  background: url(images/cvHeaderLinkRight.gif) no-repeat right -5px;
}

#cv_header #cv_links a, #cv_header #cv_links a span {
  display: block;
  float: right;
  height: 30px;
}

/* Hide from IE5-Mac \*/
#cv_header #cv_links a, #cv_header #cv_links a span {
  float: none
}

/* End hide */

#cv_header #cv_links a:hover {
  padding-left: 15px;
  color:#f0f0f0;
  background: url(images/cvHeaderLinkLeft-hover.gif) no-repeat left top;
}

#cv_header #cv_links a:hover span {
  padding-right: 15px;
  background: url(images/cvHeaderLinkRight-hover.gif) no-repeat right -5px;
}

#cv_header #cv_links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#cv_header #cv_links li {
  float: right;
  margin: 0;
  height:30px;
}

.clearfloat {
  clear: both;
}

