A:link {text-decoration: none; color: #B8860B; }
A:visited {text-decoration: none; color: #B8860B;  }
A:active {text-decoration: none; color: #B8860B;  }
A:hover {text-decoration: underline; color: #B8860B; }


body{
	text-align: center;
	margin: 0px;
	padding: 0px;	
	background: #FBFBE5 url(tausta.gif) center repeat-y;
	overflow-x: hidden;

}


#top {
	margin: 0x;
	padding: 0px;
	height: 81px;
	background: url(top.jpg) center no-repeat;
}

#middle {
	margin: 0x;
	padding: 0px;
	height: 164px;
	background: url(jussi.jpg) center no-repeat;
}

#wrapper {
	width: 943px;
	
}

#left {
	width: 215px;
	float: left;
}

#content {
	width: 490px;
	float: left;
	text-align: justify;

}

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


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

h3 {
	font-family: Arial;
	padding-left: 15px;
	color: #8b8a70;
	font-size: 18px;
}


#left ul {
    list-style: square inside;
    text-align: left;
    margin: 0px;
    font-family: Georgia, Times New Roman, serif;
    margin-left: 25px;
    padding: 10px;
}

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

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

}


#right {
	float: left;
	width: 230px;
}

#right ul {
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #a2a897;
}

#right h4 {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #a2a897;

}

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

.code {
	color: #696910;
	background: #FAFAE4;
	border: 2px dashed #EAEA8D;	
	padding: 15px;
	text-align: left;
	font-family: Courier New;
	font-size: 12px;
	line-height: 18px;
}

