A:link, A:active, A:visited {
			color:#000000;
			text-decoration:none;
		}

A:hover {
			color:#080;
			text-decoration:none;
		}

body		 {
			font-family:tahoma;
			font-size:12px;
			padding-top:0px;
			margin-top:0px;
		}
		
h1		{
			font-size:18px;
			color: #94BC41;
			padding-bottom:15px;
		}
		
h2		{
			font-size:13px;
			margin-bottom:0px;
		}

#full	 {
			width:640px;
			background-image:url('img/tausta.jpg');
			background-repeat:repeat-y;
			margin-left: 150px;
			padding-bottom:30px;
		}
	
#full2 	{
			width:580px;
			padding-top:60px;

		}
		
#menu	{
			width:115px;
			float:left;
			padding-top:150px;
			padding-right:10px;
			color:#ffffff;
			text-align:right;
		}
		
#oikea {
			width:447px;
			float:left;
			background-color:#ffffff;
		}
		
#header	{
			background-image:url('img/header.png');
			background-repeat:no-repeat;
			height:113px;
		}
		
#content {
			background-image:url('img/header2.png');
			background-position:top right;
			background-repeat:no-repeat;
			height:470px;
		}
		
#footer	{
			background-image:url('img/footer.png');
			background-repeat:no-repeat;
			height:30px;
			font-size:9px;
			text-align:center;
			padding-top:5px;
			clear:both;
		}
		
#ala	{
			clear:both;
			padding-top:10px;
			padding-left:30px;
			height:20px;
		}
		
.kuvat	{
			padding:10px 0px 10px 0px;
			font-size:15px;
		}
			
.thumbnail {
			height:100px;
			width:100px;
		}
		
.thumb {
			height:95px;
			width:95px;
			border:1px #000000 solid;
		}
		
.thumb2 {
			height:70px;
			width:70px;
			border:1px #000000 solid;
		}
		
.galleria {
			width:400px;
		}

		
		
		
dl, dt, dd, ul, li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
#menu dt {
			cursor: pointer;
			margin: 2px 0;
			height: 20px;
			line-height: 20px;
			font-weight: bold;
		}
		
#menu dd {
			color: #94BC41;
			text-align:left;
			padding-left:20px;
		}

#menu li {
			color: #94BC41;
		}

#menu li a, #menu dt a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			border: 0 none;
			height: 100%;
		}

#menu li a:hover, #menu dt a:hover {
			color:#94BC41;
		}
		
#menu a:active {
			color:#94BC41;
		}