

/* Basics */

body {
  text-align: center;
  font-family: Trebuchet MS, sans-serif;
  font-size: 9pt;
  color: #3b2f31;
  margin: 0px;
  padding: 0px;
  background: #e0dcc2 url(tapettikuvio1.jpg) repeat top left;
}

h1 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  color: #3b2f31;
  padding: 0em;
  background: transparent none;
  margin-bottom: 1.5em;
  margin-top: 0px;
  padding-top: 0px;
}

h2 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: #3b2f31;
  padding: 0em;
  background: transparent none;
  margin-bottom: 1.5em;
  margin-left: 0em;
}

p {
  font-family: Trebuchet MS, sans-serif;
  font-size: 9pt;
  text-align: left;
  color: #3b2f31;
  width: 460px;
  padding: 0em 1em 0.5em 1em;
  background: transparent none;
}

div.date {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

div.news-line {
	border-bottom: 1px dashed #000000;
	width: 480px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/* Layout */

#page {
  margin: 20px 0px auto;
  margin-bottom: 0px;
  /* width: 779px; */
  margin-left: 17%;
  margin-right: 0px;
  border-collapse: collapse;
  text-align: left;
  border: none;
  background: #fdeac4 url(bannermiddle1_d.jpg) repeat-y top left;
}

#top {
  margin: 0px auto;
  padding: 0px;
  height: 200px;
  margin-bottom: 0px;
  background: #fdeac4 url(bannertop3_d.jpg) no-repeat top left;
}

#mainnav {
  padding-top: 176px;
  margin-left: 405px;
  width: 245px;
  border-bottom: 1px solid #3b2f31;
}

#page-title {
  margin: 0px auto;
  width: 100%;
}

#page-title #text, #page-title #address {
  display: none;
}

#main {
  display: block;
  margin: 0px 0px auto;
  padding: 0px;
  background: #fdeac4 url(bannermiddle1_d.jpg) repeat-y top left;
}

#content {
  padding: 20px 110px 0px 172px;
  background: #fdeac4 url(bannermiddle1_d.jpg) repeat-y top left;
}

#bottom {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 199px;
  background: #fdeac4 url(bannerbottom1_d.jpg) repeat top left;
}

#bottom span {
  display: none;
}

/* Main Navi */

#mainnav div#current {
  color: #f46543;
  font-weight: bold;
  display: inline;
  margin: 0px;
  padding: 2px 2px 2px 2px;
}

#mainnav a:link {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #3b2f31;
  margin: 0px;
  padding: 2px 2px 2px 2px;
}

#mainnav a:visited {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #3b2f31;
  margin: 0px;
  padding: 2px 2px 2px 2px;
}

#mainnav a:active {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #f46543;
  margin: 0px;
  padding: 2px 2px 2px 2px;
}

#mainnav a:hover {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #3b2f31;
  padding: 2px 2px 2px 2px;
}

/* Links */

a:link {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #f46543;
}
a:visited {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #f46543;
}
a:active {
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #f46543;
}
a:hover {
  border: none;
  font-weight: bold;
  text-decoration: underline;
  color: #f46543;
}

a:link img{ border: none; }
a:visited img{ border: none; }
a:active img{ border: none; }
a:hover img { border: none; }

