/*__________________

  Basic stuff
  __________________
*/

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #d6d6d5;
  color: #494c41;
  padding: 20px 0 0 0;
}

img {
  border: 0;
}

#wrap {
  width: 1000px;
  padding: 5px 0;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

#top {
  width: 970px;
  height: 70px;
}

#top img {
  float: right;
}

/*__________________

  Main content
  __________________
*/

#main,
#contact,
#links {
  padding: 40px 0 0 0;
  width: 590px;
  float: right;
  color: #333;
}

#contact {
  width: 500px;
  padding: 110px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}

#links {
  width: 550px;
  padding: 90px 0 0 0;
}

#photo {
  border: 13px solid white;
  border-bottom: 0;
  border-top: 15px solid white;
}

#desc {
  visibility: hidden;
  cursor: default;
  position: absolute;
  top: 150px;
  left: 423px;
  background: url('../images/desc.png');
  color: #222;
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid white;
}

#desc p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 91%;
}

#photodiv {
  margin: 0;
  padding: 0;
}

#photoinfo {
  text-align: center;
  width: 526px;
  background: white;
  line-height: 18px;
  *margin-top: -3px;
}

#photoinfo .title,
#photoinfo .number {
  font-weight: bold;
  font-size: 12px;
}

#photoinfo .number {
  float: right;
  margin: -17px 13px 0 0;
  z-index: 100;
  position: relative;
}

#main a:link,
#main a:visited,
#footer a:link,
#footer a:visited,
#contact a:link,
#contact a:visited,
#links a:link,
#links a:visited {
  text-decoration: none;
  color: #84a349;
  font-weight: bold;
  padding-bottom: 2px;
}

#main a:hover,
#main a:active,
#footer a:hover,
#footer a:active,
#contact a:hover,
#contact a:active,
#links a:hover,
#links a:active {
  border-bottom: 1px solid #84a349;
  padding-bottom: 1px;
  color: #a00000;
}

#links a:link,
#links a:visited {
  color: #a00000;
  margin-right: 5px;
}

#links a:hover,
#links a:active {
  color: #84a349;
  border-bottom: 1px solid #a00000;
}

#arrows a {
  display: block;
  margin: 9px 0 0 10px;
  padding: 0 !important;
}

#arrows a:hover {
  padding: 0 !important;
  border: 0 !important;
}

#arrows img {
  float: left;
}

#links ul,
#links ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer {
  clear: both;
  color: #777;
  margin-left: 410px;
  padding-top: 100px;
}

/*__________________
  
  Extras
  __________________
*/

#main .news {
  font-weight: bold;
  color: black;
}

#jswarning {
  position: fixed;
  bottom: 100px;
  width: 100%;
  text-align: center;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

.invisible {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}
