body {
  background-color: #000000;
  margin-top: 0;
  font-family: "Courgette", cursive;
  font-size: 14px;
  color: #FFEFBF;
  overflow: scroll;
}

h1 {
  font-family: "Courgette", cursive;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color: #FFEFBF;
  text-align: center
}

h2 {
  font-family: "Courgette", cursive;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color: #FFEFBF;
  text-align: center;
  text-decoration: underline
}

h3 {
  font-family: "Courgette", cursive;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #FFEFBF;
  text-align: center
}

h4 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #FFEFBF;
  text-align: center;
}

h5 {
  font-family: "Courgette", cursive;
  font-size: 10px;
  font-style: normal;
  color: #FFEFBF;
  text-align: center;
  font-weight: lighter
}

#wrapper
{
width: 980px;
margin: auto;
border: 0px;
background-color: #000000;
}


#centercolumn
{
float: left;
width: 760px;
text-align: left;
margin-right: 200px;
  padding-right: 20px
}

#rightcolumn {
width: 200px;
float: right;
margin-left: -200px
}

#centerad
{
margin: 0 250px 0 250px;
float: left;
text-align: left;
width: 250px
}

#leftad
{
width: 250px;
float: left;
margin-right: -250px;
  margin-left: 115px
}

#rightad {
width: 250px;
float: right;
margin-left: -250px;
  margin-right: 115px
}


#header
{
  height: 200px;
  width: 980px;
  text-align: center
}

a:link {
	color: #FFEFBF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
    text-decoration: none
}

a:active {
	color: #FFEFBF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
    text-decoration: none
}
a:visited {
	color: #FFEFBF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
    text-decoration: none
}

a:hover {
	color: #FFEFBF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
    text-decoration: none
}

a.two:link, a.two:visited, a.two:hover, a.two:active {
  color: #FFEFBF;
  font-family: "Courgette", cursive;
  font-size: 12px;
  text-decoration: none;
  font-weight: lighter
}

a.three:link, a.three:visited, a.three:hover, a.three:active {
  color: #FFEFBF;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold
}

textarea {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  color: #FFEFBF;
  background-color: transparent;
}

li.pic {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #FFEFBF;
  text-indent: -10px;
  list-style-type: none
}


span.desc {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #FFEFBF;
}

span.kiitos {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  color: #D2D2D2;
  text-align: center
}

span.wait {
  color: #FFFF99;
}

hr {
  text-align: center;
  width: 50%
}


div.centered {
  margin-left: auto;
  margin-right: auto
}


img.thumb {
  border-color: #FFEFBF;
  border-style: solid;
  border-width: 1px
}