A:link {text-decoration: none; color: #B8860B; cursor: hand; }
A:visited {text-decoration: none; color: #B8860B; cursor: hand; }
A:active {text-decoration: none; color: #B8860B; cursor: hand; }
A:hover {text-decoration: none; color: #B8860B; cursor: hand; border-bottom: 1px dotted  #CACA7B; }


body{
	text-align: center;
	margin: 0px;
	padding: 0px;	
	background: #FBFBE5; 
	overflow-x: hidden;
}

#wrapper {
	background: #FBFBE5 url(container_bg.gif) center repeat-y;
	width: 800px;
	text-align: left;
	margin: 0px auto;
}


#header {
	width: 800px;
	height: 225px;
	background: url(header.jpg) no-repeat left top;
	margin: 0px;
}


#left {
	width: 250px;
	border: 0px solid black;
	float: left;
}

#linkList {
	padding-left: 54px;
	padding-right: 38px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #a2a897;
	
}

#linkList h3 {
	text-align: center;
	font-size: 26px;
	font-family: Times New Roman;
	font-weight: normal;
	letter-spacing: 3px;
	padding: 5px;
	margin: 0px;

}

#linkList h3 a {
	border: 0px; 
	font-weight: normal;
	color: #B8860B;

}



#linkList h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	
}


#linkList ul {
    list-style: square inside;
    margin: 0px;
    padding: 10px;
}

#linkList ul li {
    margin-bottom: 5px;
    color: #8C9777;
}
#linkList a, #linkList a:link, #linkList a:visited {
    font-weight: bold;
    color: #8C9777;
    text-decoration: none;
	border-bottom: 1px dotted  #CACA7B;  
}
#linkList a:hover {
    text-decoration: none;
    color: #566047;
	border-bottom: 1px dotted  #CACA7B;  

}
#linkListul a:active, #linkList a:focus {
    font-weight: bold;
    color: #566047;
    text-decoration: none;
border-bottom: 1px dotted  #CACA7B;  

}


#artikkelit {
	width: 550px;
	float: left;
	padding: 5px 0 0 0;
	margin: 0px;
	border: 0px solid black;
}


#artikkelit div {
	width: 480px;
}

#artikkelit p {
	font-family: Times New Roman, serif;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
}

#text {

	margin: 5px 70px 0 30px;
}

#text div {
	background: #FFFFFF;
	border: 1px solid #EFEFEF;	
	padding: 15px;
}

#text p {
	font-family: Times New Roman, serif;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
}


h1 {
	font-size: 17px;
	position: relative;
	top: 130px;
	left: 465px;
	color: #525945;
	margin: 0px;



}


h2 {
	margin: 0px;
	padding-bottom: 10px;
	color: #8c4b11;
	font-size: 27px;
}

blockquote {
	color: #696910;
	background: #FAFAE4;
	border: 2px dashed #EAEA8D;	
	padding: 15px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
}

#footer {
	margin: 0px;
}




.huomio {
	padding: 10px;
	font-size: 14px;
	color: #696910;
	background: #EAEA8D;
	text-align: justify;
	border: 2px solid #86916F;	
}

.date {
	color: #B8860B;
	font-size: 11px;
	font-style: italic;
}



.email {
	color: #B8860B;
}