/*
Surut.fi sivuston tyylistiedosto
Nanna Madetoja 2009
*/

* { padding: 0; margin: 0; }

body 
{
 font-family: Arial;
 font-size: 14px;
 background: url(images/taustasininen.gif);
 background-repeat: repeat-x;
 margin: none;
}

#kehys
{ 
 margin: 0 auto;
 width: 834px;
 height: auto;
}

 
#ylatunniste
{ 
 width: 834px;
 height: 270px;
 clear: both;
 background:   url(images/header_02.jpg);
}

#navigaatio
{
width: 834px;
height: 31px;
background:   url(images/palkki_04.gif);
padding: 0;
}
 a:link
 {
	color: white;
	text-decoration: none;
	font-weight: none;
 }
 a:visited
 {
	color: white;
	text-decoration: none;
	font-weight: none;
 }
 a:hover
 {
	color: white;
	text-decoration: underline;
    font-weight: none;
 }

 a:active
 {
 	color: white;
 	text-decoration: underline;
	font-weight: none;
 }


#vasen
{
 background:   url(images/vasensivu_05.gif);
 background-repeat: repeat-y;
 width: 68px;
 height: 1100px;
 float: left;
 text-align: justify;
}

#tekstikehys
{

 font-color: black;
 font-size: 14px;
 font-family: Arial;
 text-align: left;
 background-color: #ffffff;
 background-repeat: repeat-y;
 width: 520px;
 height: 1100px;
 float: left;
 text-indent:15px;
 }
 
 a:link
 {
	color: #006668;
	text-decoration: none;
	font-weight: none;
 }
 a:visited
 {
	color: #006668;
	text-decoration: none;
	font-weight: none;
 }
 a:hover
 {
	color: #006668;
	text-decoration: underline;
    font-weight: none;
 }

 a:active
 {
 	color: #006668;
 	text-decoration: underline;
	font-weight: none;
 }
 
 h1 {
font-size: 16px;
font-family: georgia;
color: #006668;
}

p
{ 
margin-left: 10px;
margin-right: 20px;
text-indent: 0px;
}

 
#oikea
{
 font-size: 14px;
 text-align: center;
 line-height: 1.5;
 background:   url(images/oikeasivu_07.gif);
 background-repeat: repeat-y;
 width: 246px;
 height: 1100px;
 float: left;

}
 a:link
 {
	color: white;
	text-decoration: none;
	font-weight: none;
 }
 a:visited
 {
	color: white;
	text-decoration: none;
	font-weight: none;
 }
 a:hover
 {
	color: white;
	text-decoration: underline;
    font-weight: none;
 }

 a:active
 {
 	color: white;
 	text-decoration: underline;
	font-weight: none;
 }


#alapalkki
{
background:   url(images/alapalkki_08.gif);
 width: 834px;
 height: 114px;
 float: left;
 }




