body {
	color: #d3d3d3;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 9pt;
	line-height: 1.3;
}
a { 
	color: #a54d35;
}
ul {
	padding: 0;
	margin: 0;
}
table {
	border-spacing: 0;
}

h1, h2 { 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
  border: 0;
}

#structure {
	position: absolute;
	top: 0;
	left: -450px;
	width: 900px;
	margin-left: 50%;
	z-index: 1;
	min-height: 100%;
}

#top_bar {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	left: 0;
}

#top_bar_bgs {
	position: absolute; 
	top: -55px; 
	height: 100%;
}

#top_bar_bg_ext {
	background: url(../images/header_jatko.png) repeat-y; 
	height: 100%; 
}
#top_bar_bg_base {
	position: relative;
}
#top_bar_enforced_border {
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	margin-left: -400px; 
	width: 800px; 
	height: 5px; 
	background: #000; 
	z-index: 999;
}


#navigation {
	position: relative;
	top: 20px;
	left: 260px;
	color: #a54d35;
	font-size: 110%;
}

#navigation li {
	display: block;
	float: left;
	margin-left: 1.5em;
	text-align:right;
	list-style-type: none;
}
#navigation li a {
	color: #ffffff;
	font-size: 105%;
	word-spacing: normal;
	text-decoration: none;
}

#navigation li li a {
	color: #a54d35;
}

#navigation li a:hover {
	color: #ffffff !important;
}



#navigation ul {
	margin-top: 0.8em;
	font-size: 110%;
}

#navigation ul li {
	float: none;
}

#navigation li.right {
	text-align: left;
}

#navigation li.right ul li {
	margin: 0;
	text-align: left;
}

#secondary_links {
	position: absolute;
	top: 26px;
	right: 20px;
	font-size: 95%;
}

#secondary_links li {
	float: right;
	list-style-type: none;
	margin: 0 3px;
}

#secondary_links li a {
	text-decoration: none;
}
#secondary_links li a:hover {
  color: #fff;
}


#logo {
	position: absolute;
	top: 13px;
	left: 25px;
	background: url(../images/logo.png) no-repeat;
	width: 144px;
	height: 23px;
}
#logo a {
	display: block;
	width: 100%; height: 100%;
}


#content {
	width: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/footer_keskus.png) repeat-x;
	text-align: center;
	height: 35px;
	color: #868B8D;
	word-spacing: 0.3em;
	margin-top: 5em;
}

#footer #left_rounder {
	background: url(../images/footer_vasen.png) no-repeat;
	position: absolute;
	left:0; top:0; bottom: 0;
	padding-top: 12px;
	width: 100%;
	font-size: 8pt;
}

#footer #right_rounder {
	background: url(../images/footer_oikea.png) no-repeat;
	position: absolute;
	right:0; top:0;
	height: 100%;
	width: 44px;
}

#footer a {
	color: #69ADD1;
}

#company_name {
	color: #3d3e3f;
	font-size: 105%;
}


a.readmore {
	width: 79px;
	height: 15px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.readmore:hover, a.readmore:active {
	background-position: 0 -15px;
}
a.readmore.red {
	background-image: url(../images/lue_lisaa_punainen.png);
}

a.readmore.blue {
	background-image: url(../images/lue_lisaa_sininen.png);
}

#normal_content {
 margin-left: 250px;   
}

#normal_content h1, #normal_content h2, #normal_content h3{
  color: #fff;
}

#normal_content h1 { font-size: 200%;}

img.rss_link {
  margin-left: 0.4em;
  vertical-align: -10%;
}


img.naama {
  float: left;
  margin: 0 1em 1em 0;
  border: 3px double #fff;
}

p.centered {
  text-align: center;
}