body
	{
	background: url('../kuvat/tausta.jpg');
 	}

h1	
	{
	font-size: 15px;
	}

a     	
	{
        color:  blue;
        text-decoration: none;
	}

a:link
	{
	color: blue
        text-decoration: none;
	}


a:visited
	{
	color:  red;
        text-decoration: none;
	}

a:active
	{
	color:  red;
        text-decoration: none;
	}

a:hover 
	{
	color: red;
        text-decoration: none;
	}

#linkki
	{
	text-decoration: underline
	}

#linkki a     	
	{
        color:  blue;
        text-decoration: underline;
	}

#linkki a:visited
	{
	color:  blue;
        text-decoration: underline;
	}

#linkki a:active
	{
	color:  black;
        text-decoration: underline;
	}

#linkki a:hover 
	{
	color: darkblue;
        text-decoration: underline;
	}

#loota
	{
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
	background: url('../kuvat/tausta2.jpg') left repeat-y;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	width: 700px;
	}

#loota div
	{
	padding-left: 60px;
	padding-right: 20px;
	}



#otsikko
	{
	top: 0px;
	left: 0px;
	height: 100px;
	width: 800px;
	background: url('../kuvat/otsikko2.gif');
	position: absolute;
	border: 1px solid #111;
	border-bottom: 0px;
	}

#valikko
	{
	top: 100px;
	left: 0px;
	width: 800px;
	height: 25px;
	position: absolute;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	background: #fff;
	}

#kehys
	{
	top: 125px;
	left: 0px;
	position: absolute;
	border: 1px solid #111;
	border-top: 0px;
	width: 800px;
	background: url('../kuvat/pohja.jpg') bottom repeat-x #fff;
	padding-bottom: 15px;
	}

#kehys div
	{
	padding-left: 20px;
	padding-right: 20px;
        }


