/*
html styles reset.
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: justify;
}

h1 {
  font-size: 1.3em;
  margin-bottom: 20px;
}

p {
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px
}

ul{
  list-style: none;
}
blockquote, q {
  quotes: none;
}

fieldset {
  border: 1px solid #151610;
  padding: 10px;
  margin-bottom: 30px;
}

ol li {
  margin-left: 40px;

}

a {
  color: #a31f10;
  text-decoration: none;
}

body {
  font-family: "Times New Roman", Times, Verdana, "New York", serif;
  background-color: #000000;
  color: #555650;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

div#wrapper {
  float: left;
  width: 800px;
  border: 6px solid #080808;
  padding-top: 30px;
}

div#logo {
  float: left;
  background-image: url('../images/layout/web-logo.jpg');
  width: 446px;
  height: 148px;
}

div#player {
  margin-left: 15px;
  padding-top: 25px;
  text-align: center;
}

div#navi {
  margin-top: 25px;
  padding-top: 5px;
  width: 791px;
  height: 38px;

}

div#navi a img{
    float: left;
}

div#random_text {
  padding-left: 40px;
}

div#container {
  float: left;
  width: 773px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-left: 25px;
}
div.news {
  background-image: url('../images/layout/web-bandikuva.jpg');
}
div.pictures {
  background-image: url('../images/layout/web-kuva2.jpg');
}
div.history {

}
div.music {
  background-image: url('../images/layout/web-kuva2.jpg');
}
div.shop {
  background-image: url('../images/layout/web-kuva2.jpg');
}

div#text {
  float: left;
  width: 752px;
}

div#height_hack {
  height: 450px;
  width: 1px;
 }
 
.gallery {
  border: 1px solid #555650;
  padding: 1px;
}

.toggle {
  margin-left: 40px;
  padding:10px;
  margin-bottom: 10px;
  background-color: #080808;
  width: 400px;
  border: 1px solid #151610;
}

fieldset ol li {
  cursor: pointer;
}
fieldset ol li:hover {
  color: #a31f10;
}

.noborders {
  border: 0px;
}

.toggleLink {
  color: #555650;
}

.toggleLink:hover {
  color: #a31f10;
}

