
body {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 120%;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#content-index {
	margin-top: 0px;
	margin-left: 265px;
}

#content {
	margin: 20px;
	margin-top: 10px;
}

#header-index {
	height: 240px;
	width: 800px;
	margin-left: -10px;
	text-align: left;
	background: url(/img/helsinki-banner.jpg) no-repeat;
}

#header {
	height: 135px;
	width: 800px;
	margin-left: -10px;
	text-align: left;
	background: url(/img/helsinki-banner.jpg) no-repeat;	
}

#left-box {
	position: absolute;
	left: 0px;
	top: 244px;
	
	width: 250px;
	margin-top: 15px;
}

/*** general styles */

a {
	color: #0000cc;
	text-decoration: none;
	font-size:80%;
	border: none;
	border-bottom: 1px dashed #0000cc; 
}

a:visited {
	color: #0000ee;
	border-color: #0000ee;
}

a:hover {
	color: #888800;
	border-color: #888800;
}

p {
  font-size:100%;
  margin: 12px 0;
}

h1 {
  background: white;
  font-family: Verdana, sans-serif;
  font-size:150%;
  line-height: 150%;
  color: maroon;
  clear: both;
}

h2 {
  background: white;
  font-family: Verdana, sans-serif;
  font-size:130%;
  line-height: 130%;
  line-height: 130%;
  color: #222222;
  clear: both;
}

.extract h2 {
  font-size:100%;
}

h3 {
  background: white;
  font-family: Verdana, sans-serif;
  font-size:120%;
  color: #333333;
}

h4 {
  background: white;
  font-family: Verdana, sans-serif;
  font-size:110%;
  color: #333333;
}

h5 {
  background: white;
  font-family: Verdana, sans-serif;
  font-size:110%;
  color: #3A3A3A;
}

img {
  border: none;
 }

/* specializing */

a.title {
	color: #800000;
	border-bottom: none; 
}

a.title:visited {
	color: #800000;
}

.byline {
	font-size: 80%;
	margin-top: -2em;
	margin-left: 2em;
	color: #333333;
}

#header a, #header-index a {
	position: absolute;
	top: 40px;
	left: 100px;
	font-size: 150%;
	font-weight: bold;
	color: #673b3a;
	text-decoration: none;
	border: none;
	font-family: Verdana, sans-serif;
}

div.images {
	width: 940px;
	position: relative;
	margin-left: -70px;
	margin-top: 10px;
	clear: both;
}

div.images .image {
	float: left;
}

.image {
	margin: 5px;
}

.image p {
	text-align: center;
	margin: 1px;
	font-size: 90%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
}

.clear {
	clear: both;
}

div.language_error p span {
	background-color: #fbfe99;
	color: #78181a;
	padding: 0.2em;
}

em.language {
	font-weight: bold;
	font-style: normal;
}

