/* CSS Document */

#container	{
			   width: 800px;
			   margin: 10px auto;
			   background-color: #fff;
			   color: #000000;
			   border: 1px solid #000000;
			}
			
#kuvasivu	{
			   width: 800px;
			   text-align: center;
			   margin: 10px auto;
			   background-color: #ffffff;
			   color: #000000;
			   border: 1px solid #000000;
			}

#top
			{
				background-color: #FFCC00;
				border-bottom: 1px solid #000000;
			}
			
#top h1		{
			   padding: 5px;
			   padding-bottom: 25px;
			   padding-left: 30px;
			   margin: 0;
			   font: 36px Georgia, "Times New Roman", Times, serif;
			}

#leftnav
			{
			    float: left;
				width: 150px;
				margin: 0;
				padding: 1em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 150%;
				border-right: 1px dotted gray;
			}
			
.alavalikko
			{
			   font-size: 10px;
			   color: #333333;
			   line-height: normal;
			}

#rightnav
			{
			    float: right;
				width: 140px;
				margin: 0;
				padding: 10px;
				border-left: 1px dotted gray;
			}
			
.kehys		{
			   border: 1px solid #666666;
			}
			
.eikehysta	{
		       border: none;
			}


#content
			{
			    margin-left: 185px;
				
				margin-right: 165px;
				
				padding: 1em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			
#footer		{
			   clear: both;
			   margin: 0;
			   padding-top: 5px;
			   padding-bottom: 5px;
			   text-align: center;
			   font-family: Verdana, Arial, Helvetica, sans-serif;
			   font-size: 8px;
			   color: #999999;
			   border-top: dotted 1px #999999;
			}
			
.none
			{
			   text-decoration: none;
			   font-size: 12px;
			   color: #333333;
			   line-height: 150%;
			}
			
.ali
			{
			   text-decoration: none;
			   font-size: 10px;
			   color: #333333;
			   line-height: normal;
			}
			
.aktiivi
			{
			   text-decoration: none;
			   font-weight: bold;
			   font-size: 12px;
			   color: #333333;
			}
			
.valittu	{
			   text-decoration: none;
			   font-weight: bold;
			   font-size: 12px;
			   color: #333333;
			}
			
h3			{
			   border-bottom: dotted 1px #666666;
			}
			
.floatleft { float: left; }

.thumbnail	{
			   float: left;
			   width: 200px;
			   margin: 0 10px 10px 0;
			}
			
.clearboth { clear: both; }
