html, head, body
{
	width			:	100%;
	padding			:	0px;
	margin			:	0px;
	font-family		:	Arial, Helvetica, sans-serif;
	text-align		:	center;
	background		:	url('/img/tausta_pattern.gif') repeat-x top left #012f7e;
	color			:	#002668;
	font-size		:	80%;
}

a img,:link img,:visited img { border:none }

table, td {
	font-size		:	1em;
}
h1, h2, h3, h4, h5, h6 {
	color			:	#003082;
	padding			:	12px 0px;
	margin			:	0px;
}

#pageWidth {
	width			:	686px;
	text-align		:	left;
	margin-left		:	auto;
	margin-right	:	auto;
}

#logo {
	width			:	169px;
	float			:	left;
	line-height		:	1px;
	font-size		:	1px;
}
#headerRight {
	width			:	517px;
	float			:	right;
}

#headerTop {
	height			:	62px;
	background		:	url('/img/headerTop.gif') no-repeat top left;
}

#kuvituskuva {
	width			:	686px;
	overflow		:	hidden;
	line-height		:	1px;
	font-size		:	1px;
}

#mainNavi {
	height			:	26px;
	background		:	url('/img/navibg.gif') no-repeat top left;
}

#mainNavi a {
	line-height		:	2.3em;
	text-decoration	:	none;
	color			:	#fff;
	margin-left		:	20px;
	font-size		:	1.1em;
}

#mainNavi a:hover {
	text-decoration	:	overline underline;
}

.redLine {
	height			:	6px;
	line-height		:	1px;
	font-size		:	1px;
	background		:	#82092d;
}

#contentHolder {
	position		:	relative;
	padding			:	30px 20px 30px 40px;
	background		:	#fdfdfd;
	line-height		:	1.4em;
	font-size		:	1.2em;
	color			:	#002668;
}

#contentHolder h1, #contentHolder h2, #contentHolder h3, #contentHolder h4, #contentHolder h5, #contentHolder h6 {
	font-size		:	1.6em;
	font-weight		:	bold;
} 
#contentHolder h2 {
	font-size		:	1.5em;
}
#contentHolder h3 {
	font-size		:	1.4em;
}
#contentHolder h4 {
	font-size		:	1.3em;
}
#contentHolder h5 {
	font-size		:	1.2em;
}
#contentHolder h6 {
	font-size		:	1.1em;
}
#contentHolder a {
	color			:	#bb093e;
	text-decoration	:	none;
}
#contentHolder a:hover {
	text-decoration	:	underline;
}

#contentLeft {
	width			:	380px;
	float			:	left;
	position		:	relative;
}

#contentRight {
	width			:	258px;
	background		:	url('/img/news_header.gif') no-repeat top left;
	position		:	absolute;
	top				:	-40px;
	right			:	0px;
}

#newsCont {
	padding			:	20px 10px 20px 30px;
}

#footer {
	background		:	#011c5e;
}

#footer a {
	color			:	#fff;
	text-decoration	:	none;
	cursor			:	text;
}
#footer p {
	margin			:	0px;
	line-height		:	2.5em;
}

#footerText {
	float			:	left;
	padding-left	:	10px;
	color			:	#fff;
}

#siteBy {
	float			:	right;
	padding-right	:	10px;
	color			:	#660d38;
}

#siteBy a {
	color			:	#660d38;
	text-decoration	:	none;
}

#allPages {
	padding			:	10px 10px;
	width			:	150px;
	background		:	#000;
	color			:	#fff;
	position		:	absolute;
	left			:	-170px;
	display:run-in;
	/* top				:	70px;*/
	float			:	left;
}
#allPages a {
	color			:	#fff;
}


.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

 
.clearfix{display: inline-table;}

/* piilotellaan IE-macilta \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* lopetellaa piilottelu */ 

