
*{
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, Verdana;
    background: url(images/background.jpg) left top repeat-x;
    padding: 10px 0 0 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    font-weight: normal;
}

a:link, a:visited {
    color: #06c;
    text-decoration: none;
}

#wrapper {
    width: 970px;
    margin: 0 auto;
}

#header {
    background: url(images/mast.jpg) left top no-repeat;
    margin-bottom: 20px;
    height: 183px;
    position: relative;
}

#header a {
    display: block;
    height: 100px;
    width: 100px;
    text-indent: -1000em;
    position: absolute;
    top: 45px;
    left: 45px;
    outline: none;
}

#content {
  background: #fff url(images/main_top.gif) top left no-repeat;
  padding: 20px;
  overflow: auto;
}

#content h1 {
  font-size: 2.4em;
  color: #336;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 5px;
  margin: 0 10px;
}

#content p {
  font-size: 1.6em;
  color: #999;
  margin: 10px;
}


#slideshow {
  background: #000 url(images/loading.gif) 50% 50% no-repeat;
  width: 910px;
  height: 340px;
  margin: 0 10px;
  display: none;
}


#winners {
  width: 930px;
  float: left;
}

#winners li {
  list-style: none;
  float: left;
  margin: 10px;
  position: relative;
  width: 270px;
  padding: 10px;
}

#winners dl {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
}

#winners dd {
  color: #666;
}

#winners dt {
  display: none;
}

#winners dd.name {
  color: #000;
}

#winners li div span {
  position: absolute;
  top: 130px;
  left: 10px;
  background: #000 url(images/bullets.gif) 10px 10px no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  color: #77a3d8;
  width: 240px;
  line-height: 30px;
  padding-left: 30px;
  display: none;
}

#winners object,
#winners embed {
  display: none;
}

.js #winners li div {
  cursor: pointer;
}

#winners li div.hover span {
  display: block;
}

#winners li.selected {
  background: #000;
}

#winners li.selected div {
  cursor: default;
}

#winners li.selected dd {
  color: #fff;
}


#carousel {
  width: 970px;
  height: 180px;
  background: #eee;
  clear: both;
  margin-top: 20px;
}


#cameras {
  background: #000 url(images/cameras_bg.gif) -970px 0 no-repeat;
  overflow: auto;
  margin: 20px 0;
}

#cameras div {
  background: url(images/cameras_bg.gif) left bottom no-repeat;
  padding: 20px;
  overflow: auto;
}

#cameras h2 {
  color: #ededed;
  font-size: 1.8em;
  margin: 0 20px;
}

#cameras .camera {
  width: 270px;
  padding: 10px;
  margin: 10px;
  float: left;
  background: none;
}

#cameras .camera h3 {
  color: #77a3d8;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 10px;
}

#cameras .camera p {
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0;
}

#cameras .camera a {
  color: #77a3d8;
  font-weight: bold;
  padding-left: 15px;
  background: url(images/bullets.gif) 0px -19px no-repeat;
  font-size: 1.2em;
}



#footer {
    background: #bababa;
    height: 183px;
    clear: both;
    position: relative;
}

#footer a {
    display: block;
    text-indent: -1000em;
}

#footer #telegraph { 
    width: 215px;
    height: 46px;
    background: url(images/footer.gif) 0px -16px no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
}

#footer #flickr {
    width: 215px;
    height: 16px;
    background: url(images/footer.gif) 0px 0px no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}
