/*

	@title: Tyylit alexi.fi
	@author: alexi.fi

*/

* {
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	margin-top: 1em;
	margin-bottom: 1em;
	}
ul, ol { 
	margin-left: 2em; 
	}
A{
	text-decoration: none;
	
	letter-spacing: 1px;
	}
/*	-	-	-	-	Runko	-	-	-	-	*/
Body{
	font-family: Sans-Serif;
	color: #4d4e53;
	}
#Kehys{
	width: 800px;
	height: auto;
	margin: 0 auto;
	}
#Yla{
	width: 100%;
	height: 255px;
	float: left;
	}
#Valikko{
	width: 100%;
	height: 150px;
	float: left;
	background: url('img/top.png') no-repeat;
	}
#Tunniste{
	width: 100%;
	height: 100px;
	float: left;
	background: url('img/palkki.png') no-repeat;
	margin: 5px 0 0 0;
	}
#Keski{
	width: 100%;
	height: auto;
	float: left;
	}
#Sisennys{
	width: 600px;
	height: auto;
	float: left;
	padding: 0 95px 0 95px;
	}
#Ala{
	width: 100%;
	height: 25px;
	line-height: 25px;
	clear: both;
	margin-top: 5px;
	border-top: 1px dotted #857362;
	font-size: 0.8em;
	text-align: center;
	color: #4b3c30;
	}

.table_ohje{
	border-collapse: collapse;
	width: 550px;
	border: 1px Solid #867564;
	}
.table_ohje th, td{
	padding: 0.2em 1em;
	}
.table_ohje img{
	border: none;
	}
	
/*	-	-	-	-	Valikko	-	-	-	-	*/

#Valikko .Navi{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	margin: 100px auto;
	}
.Navi a{
	display: block;
	width: 200px;
	height: 50px;
	float: left;
	
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	
	color: #dad6cb;
	font-size: 0.9em;
	font-weight: bold;
	}
.Navi a:hover{
	color: #4b3c30;
	background: #dad6cb;
	}


/*	-	-	-	-	Kuvakartta	-	-	-	-	*/

.Kuvakartta{
	background: url('img/alku_kuva.png') no-repeat;
	height: 300px;
	width: 800px;
	position: relative;
	float: left;
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
	}
.Kuvakartta a{
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	}
.Kuvakartta #link1{
	top: 18px; 
	left: 90px; 
	width: 265px; 
	height: 265px;
	}
.Kuvakartta #link2{
	top: 18px; 
	left: 445px; 
	width: 265px; 
	height: 265px;
	}
