body {
  background: url("../images/background.png") repeat-x;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.2em;
}

img {
  border: 0;
}

a {
  color: #389dd9;
}

a:visited, a:active {
  color: #999;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.1em;
}

.break {
  clear: both;
}

#site {
  width: 742px;
  margin: 0 auto 0 auto;
}

#top {
  background: url("../images/main_top.png") no-repeat;
  height: 23px;
}

#header {
  background: url("../images/main.png") repeat-y;
  text-transform: uppercase;
  padding: 0 20px 0 8px;
}

.ijboot {
  float: left;
  padding: 30px;
}

.logo {
  float: right;
  padding: 40px 30px 0 0;  
}

#navigation {
  border: #000;
  border-top: 2px dotted;
  border-bottom: 4px solid;
  list-style-type: none;
  margin: 0;
  padding: 0 0 2px 30px;
  height: 20px;
}

#navigation li {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  margin: 4px 15px 0 0;
}

#navigation a, #navigation a:visited {
  color: #000;
  text-decoration: none;
}

#navigation a:hover {
  color: #389dd9;
}

#navigation a:active {
  color: #999;  
}

#main {
  background: url("../images/main.png") repeat-y;
  padding: 25px 35px 25px 40px;
  clear: both;
}

.goto a, .goto a:visited {
  font-weight: normal;
  color: #389dd9;
  text-transform: uppercase;
  text-decoration: none;
}

.goto a:hover {
  color: #000;
}

.goto a:active {
  color: #999;
}

#main_left {
  float: left;
  width: 32%;
  color: #389dd9;
  font-weight: bold;
}

#main_right {
  padding: 0 0 0 25px;    
  margin: 0 0 0 32%;
  width: 58%;
}

#introduction {
  margin: 0 0 45px 0;
}

#announcement {
  color: #fff;
  display: block;  
  background: #389dd9;
  margin: 0 0 35px 0;
  padding: 10px 10px 0 10px; 
  font-size: 3em;
  line-height: 1em;
  font-weight: normal;
}

#toannouncement {
  float: right;
  display: block;  
  background: #fff;  
  padding: 2px 2px 2px 5px;
  margin: 15px 0 0 0;
}

#vaarkaart {
  background: url("../images/vaarkaart.jpg") no-repeat;
  width: 396px;
  height: 258px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}

#tovaarkaart {
  background: #fff;
  display: block;
  padding: 2px 2px 5px 5px;
  margin: 229px 0 0 0;
  float: right;
}

#comments {
  margin: 25px 0 0 0;
  padding: 5px 0 0 25px;
  border-left: 1px dotted #000;
}

#bluehr {
  border-width: 0;
  height: 0;
  border-top: 4px solid #389dd9;
}

.comment {
  margin: 20px 0 0 0;
}

.meta {
  color: #999;
}

.commenthr {
  border-width: 0;
  height: 0;
  border-top: 1px dotted #000;  
}

.prevnext {
  text-align: right;
}

.formlabel {
  color: #389dd9;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
}

#footer {
  background: url("../images/footer.png") repeat-y;
  color: #999;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0 0 0 40px;
  min-height: 8px;
}

#footer a, #footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #389dd9;
}

#footer a:active {
  color: #999;
}

#footer_left {
  float: left;
  width: 30%;
  padding: 1px 0 0 0;
}

#footer_right {
  border-left: 1px dotted #fff;  
  padding: 1px 0 0 25px;  
  margin: 0 0 0 34%;
}