/* screen styles www.tmukoo.net */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    }

body {
  background: #b9a581 url(datastore/media/bg.gif) center top;
  font-family:"Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  }
  
a {
  text-decoration: none;
  color: #2eaf0c;
  font-weight: 900;
  }
  
a:hover {
  border-bottom: 2px dotted #2eaf0c;
  }
  
h1, h2, h3, h4 {
  font-family: Palatino, Palatino Linotype, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 900;
  color: #2b5c7f;
  line-height: 120%;
  }
  
h1 {
  font-size: 32px;
  }

h2 { 
  font-size: 24px;
  }

h3 {
  font-size: 18px;
  }

h4 {
  font-size: 14px;
  }
  
img {
  border: 0;
  }
  
#main {
  width: 1004px;
  background: #ffffff url(datastore/media/cont-bg.gif) repeat-y;
  margin: 0 auto;
  position: relative;
  }
  
#top {
  background: #ffffff url(datastore/media/top-bg.gif) no-repeat;
  width: 1004px;
  height: 114px;
  }
  
#contact {
   position: absolute;
  width: 360px;
  height: 321px;
  right: -29px;
  top: 0;
  background: url(datastore/media/kortti-top.jpg) no-repeat;
  }
  
#leftnav {
  width: 212px;
  padding: 20px 0 0 5px;
  background: url(datastore/media/navibottom-bg.gif) no-repeat bottom right;
  float: left;
  }
  
#leftnav a {
  text-decoration: none;
  font-family: Palatino, Palatino Linotype, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  color: #2b5c7f;
  display: block;
  width: 192px;
  padding: 3px 0 3px 20px;
  margin: 2px 0;
  background: #eff2f3;
  clear: left;
  border-bottom: 0px;
  }
  
#leftnav a.active, #leftnav a:hover {
  color: #64b1e9;
  background: #ffffff url(datastore/media/navi-link-bg.gif) repeat-x bottom;
  }

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

#content {
  float:left;
  padding:10px 50px 0 50px;
  width:680px;
  line-height: 120%;
  }
  
#content hr {
  height: 12px;
  border: 0;
  background: url(datastore/media/hr-bg.gif) repeat-x;
  margin: 12px 0;
  }
  
#content b {
  font-weight: 900;
  font-size: 14px;
  color: #2b5c7f;
  }
  
#content img {
  float: right;
  margin-left: 10px;
  border: 2px solid #999999;
  }
  
#photogallery {
  width: 700px;
  height: 650px;
}
  
#cardSpace {
  width: 320px;
  height: 200px;
  float: right;
  }
  
#bottom {
  width: 1004px;
  height: 7px;
  background: url(datastore/media/bottom.gif) no-repeat;
  float: left;
  }
  
.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  }  