@import url("reset.css");
@import url("lightbox.css");
@import url("menu.css");
@import url("layout.css");

body {
  background: #815242 url("../img/bg.jpg") repeat-x;
  font-size: 0.8em;
  font-family: tahoma, arial;
  line-height: 1.3em;
}

img {
  border: 0px solid white;
}
 
strong {
  font-weight: bold;
} 

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

h1 {
  color: #59251c;
  font-size: 1.6em;
  margin-bottom: 18px;
}

h2 {
  color: #7c4f3f;
  font-size: 1.5em;
  display: block;
  margin-bottom: 20px;
}

p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

img.intro {
  float: left;
  margin-right: 29px;
  margin-bottom: 20px;
}

img.gal {
  margin: 0px 20px 20px 0px;
  border: 3px solid #f0dbc4; 
  }

.lkon {
  float: left;
  width: 450px;
}

.rkon {
  float: left;
  width: 420px;
}

.rkon p {
  padding-left: 5px;
}

#content a:link, #content a:visited, #content a:hover {
	TEXT-DECORATION: underline;
	color: #333;
	font-size: 12px;
	font-family: arial;
}

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


