* {
	margin: 0;
	padding: 0; 
	font-family: georga, times, "times new roman";
}

/** SIVUTAITTOELEMENTIT **/
body{
	text-align: center;
	background: #DFE0D7 url(elementit/taustapitsi.gif)  center top no-repeat; 
	margin: 0;
	
}
img{
	border: 0;
}
#kokoaja{			/* kokoaa sivun keskelle näyttöä */
	margin: 0 auto;
	text-align: left;
	width: 870px;
	padding: 0;
	background: #FFFAB8;
	border-left: solid #CBCCC4 1px;
	border-right: solid #CBCCC4 1px;
}
#logo{
	position: relative;
	top: 0px;
	left: 35px;	
	width: 205px;
}
#osoite{
	float: right;
	margin-top: 30px;
	margin-right: 65px;	
	font-family: century gothic, verdana;
	line-height: 150%;
	font-size: 13px;
}
#ylavalikko{
	text-align: center;
	padding-top: 5px;
	margin: 0 0 0 0px;
	width: 830px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #264526;
}
a:link.ylavalikko, a:visited.ylavalikko, a:active.ylavalikko{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #264526;	
	text-decoration: none;
}
a:hover.ylavalikko{
	text-decoration: underline;
}
#paavalikko{
	clear: right;
	text-align: center;
	background: #264526;
	padding: 2px 0px 2px 0px;
	margin: 4px 0 0 20px;
	top: 33px;
	left: 200px;
	height: 23px;
	width: 830px;
}
#sisalto{
	background: #fff;
	padding: 0 0 0 10px;
	margin: 0px 0 5px 20px;
	padding: 15px 0 0 0px;
	width: 830px;
	}
#kuvapalsta_vasen{
	float: left;
	width: 210px;
	margin: 0 0 0 8px;
	text-align: left;
	padding: 0 20px 0 0px;
}
#kuvapalsta_oikea{
	float: right;
	width: 210px;
	margin: 0 15px 0 0;
	text-align: left;
	padding: 0 0 0 20px;
}
#teksti{
	padding: 0px 220px 0 220px;
	
}
#putsaus{
	clear: both;
}
#alavalikko{
	padding: 10px 0 5px 0 ;
	text-align: center;
}

/** TEKSTIN MUOTOILU **/
h1{
	font: 16pt 'century gothic', verdana, arial;
	font-weight: normal;
	color: #6C8606;
	margin: 0 0 10px 0;
}
h2{
	font-family: 'century gothic', verdana, arial;
	color: #000;
	font-size: 21px;
	font-weight: normal;
}
p{
	font-size: 11pt;
	margin: 0 0 11px 0;
}
p.kursiivi{
	font-style: italic;
	line-height: 120%;
}
p.kainalo{
	line-height: 170%;
	margin: 0 0 11px 0;
}
/** LINKKIEN MUOTOILU **/
a:link, a:visited, a:hover, a:active{
        color: #red;
		font-weight: normal;
		text-decoration: none;
}
a:link.ala, a:visited.ala, a:hover.ala, a:active.ala{
        color: #000;
		font-weight: normal;
		text-decoration: none;
}
a:link.link, a:visited.link, a:active.link{
        color: #000;
		text-decoration: underline;
}
a:hover.link{
	color: gray;
	text-decoration: underline;
}

