
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

A, A:link, A:active, A:visited, A:hover {
  color: #000000;
  outline: none;
  text-decoration: underline;
}

A:hover {
  color: #871903;
}

BODY {
  margin: 100px 20px 20px 20px;
  background: #ffffff;
  color: #717171;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  color: #cc0000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #717171;
}

IMG {
  border: 0px;
}

P {
  margin-top: 0px;
  margin-bottom: 16px;
}

B, STRONG {
  color: #ffffff;
}


/**
 * Wrapper
 */

#wrapper {
  position: relative;
  margin: 0px auto;
  width: 630px;
  text-align: left;
}

#top {
  width: auto;
  height: 435px;
}

#flash {
  width: 630px;
  height: 80px;
}

#content {
  color: #ffffff;
  padding: 0px 27px;
}

#content .column,
#content .column1,
#content .column2 {
  float: left;
  width: 290px;
}

#content .column2 {
  width: 240px;
}

#subnav A {
  clear: left;
  float: left;
  margin-left: -10px;
  padding-left: 10px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}


/**
 * Subnav
 */

#subnav {
  float: left;
  width: 100px;
}

#subnav A:hover,
#subnav A.active,
#subnav A.active:hover {
  color: #ffffff;
}

#back-to-button {
  position: absolute; 
  top: 48px;
  right: 16px; 
  width: auto; 
  height: 11px; 
  z-index: 90;
}


/**
 * Scroller
 */

#scroller {
  float: right;
  width: 450px;
  height: 336px;
  overflow: auto;
}

#scroller .padding {
  padding-right: 10px;
}


/**
 * Bottom
 */

#bottom {
  width: auto;
  height: 220px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: 0px -105px
}


/**
 * Footer
 */

#footer {
  font-size: 10px;
  text-align: justify;
}

#footer P {
  margin: 16px 0px;
}

#footer .links,
#footer .copyright {
  text-align: center;
}

#footer .links a {
  text-decoration: none;
}

#footer .bookmarks {
  text-align: center;
}

#footer .bookmarks ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

#footer .bookmarks ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footer .bookmarks ul li a {
  padding: 6px 10px;
  padding-left: 20px;
  line-height: 20px;
  text-decoration: none;
}

#footer .bookmarks ul li a.delicious {
  background: url('/images/bookmarking/delicious.gif') left center no-repeat;
}

#footer .bookmarks ul li a.digg {
  background: url('/images/bookmarking/digg.gif') left center no-repeat;
}

#footer .bookmarks ul li a.reddit {
  background: url('/images/bookmarking/reddit.gif') left center no-repeat;
}

#footer .bookmarks ul li a.facebook {
  background: url('/images/bookmarking/facebook.gif') left center no-repeat;
}

#footer .bookmarks ul li a.google-bookmarks {
  background: url('/images/bookmarking/google-bookmarks.gif') left center no-repeat;
}

#footer .bookmarks ul li a.stumbleupon {
  background: url('/images/bookmarking/stumbleupon.gif') left center no-repeat;
}

#footer .bookmarks ul li a.technorati {
  background: url('/images/bookmarking/technorati.gif') left center no-repeat;
}

#footer .bookmarks ul li a.twitter {
  background: url('/images/bookmarking/twitter.gif') left center no-repeat;
}

#footer .bookmarks ul li a.yahoo-bookmarks {
  background: url('/images/bookmarking/yahoo-bookmarks.gif') left center no-repeat;
}

#footer .bookmarks ul li a.youtube {
  background: url('/images/bookmarking/youtube.gif') left center no-repeat;
}

