/* kendohelsinki.org v3.0 - mika.alatalo@gmail.com */
	
/* rakenne */
	
body {
	background: #9c9a84;
	margin: 0;
	padding: 0
	}
	
.page {
	float:left;
	background: #9c9a84 url(../img/bg.png) repeat-y;
	width: 100%;
	}	

.header {
	float: left;
	background: #9c9a8e url(../img/header.png) no-repeat;
	width: 100%; height: 80px;	
	}

.content {
	width:545px;
	padding: 20px 0 0 79px;
	float:left;
	vertical-align:top;
	}
	
.menu {
	width:152px;
	padding: 20px 0 0 5px;
	float: left;
	vertical-align:top;	
	}

.quickmenu {
	font: 0.75em Tahoma;
	float:left;
	width: 1024px;
	height: 20px;	
	padding: 0 0 0 84px;
	background: #9c9a84 url(../img/bg.png) repeat-y;
}

.quickmenu a {
	display:block;
	float:left;
	padding: 3px 3px;
	border-bottom: 1px solid #e9e9de;
	border-left: 1px solid #e9e9de;
	border-right: 1px solid #e9e9de;
	color: #666;
	font: 0.875em Tahoma;
}

.quickmenu a:hover {
	background: #fff;
	color: #f6643e;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.intro { padding-bottom: 3em;}

div.newsheader { 
	height:33px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em;
	word-spacing:-0.125em;
	color: #000;
	padding-top: 1em;
	padding-left: 25px;		
	padding-right: 25px;
}

div.caption {
	width:545px;
	padding-bottom: 0.75em;
	float:left;}
	
div.commentform {
	padding-bottom: 0.75em;
	padding: 0 25px;
}

.footer {
	float:left;
	background: #9c9a84 url(../img/footer.png) no-repeat;
	width: 100%; height: 100px;
	}
	
.smalltext {
	height: 65px;
	padding-top:60px;
	font: 7pt/12pt georgia;
	color: #666;
	margin-left: 79px;
	width:697px;
	text-align: center;
	}

div.linkit { float:left}

/* oikean reunan valikko */
a.nav_open:link { color:#fff; text-decoration: none;}
a.nav_open:visited { color: #fff; text-decoration: none;}
a.nav_open:hover { color: #fff; text-decoration: none;}
a.nav_open:active { color: #fff; text-decoration: none;}

a.nav_open {
	font: 10px tahoma;
	background: #011b54;
	text-align: left;
	display:block;
	padding: 3px 10px;
	text-decoration:none;
	border-bottom: 3px solid #8c8965;
	}

a.nav {
	font: 10px tahoma;
	color: #000;
	text-decoration:none;
	text-align: left;
	display:block;
	padding: 0.25em 10px;
	font-weight:normal;
	}	
	
a.nav:link { color: #333; text-decoration: none; font: 0.75em tahoma; font-weight:bold;}
a.nav:visited { color: #333; text-decoration: none; font: 0.75em tahoma; font-weight:bold;}
a.nav:hover {	color:#666; text-decoration: underline; font: 0.75em tahoma; font-weight:bold}


.nav_header {
	font: 0.875em Tahoma;
	color: #f6643e;
	font-weight:bold;
	padding: 1em 0 5px 0.5em;	
	}