/* CSS Document */

#container	{
			   width: 900px;
			   margin: 10px auto;
			   background-color: #fff;
			   color: #000000;
			   border: 1px solid #000000;
			   border-radius:25px;
			   box-shadow: 3px 3px 3px #999;
			   -moz-border-radius:25px; /* Firefox 3.6 and earlier */
			   overflow: hidden;
			}
			
#content
			{
			    margin-left: 185px;
				
				margin-right: 165px;
				
				padding: 1em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
						
#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: 22px;
			   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;
			   box-shadow: 3px 3px 3px #999;
			}
			
.eikehysta	{
		       border: none;
			   box-shadow: 3px 3px 3px #999;
			}
			
.nuorisuomi	{
		       border: none;
			}

			
#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 30px 10px 5px;
			
			}
			
.dan	{
			   float: left;
			   width: 200px;
			   border: solid 1px #CCC;
			   padding: 2px;
			   margin: 0 25px 10px 5px;
			   box-shadow: 0px 2px 2px #999;
			   font-family: Verdana, Geneva, sans-serif;

}
			
.clearboth { clear: both; }

.rightback {
	width: 100%;
	float: left;
	background-color: #fff;
	border: none;
	overflow: hidden;
	position: relative;
}
.contentback {
	float:left;
	background-color:#fff;
	border-right: 1px dotted #000;
	width: 100%;
	position:relative;
	right: 180px;    /* width of right sidebar */
}
.leftback {
	width: 100%;
	position: relative;
	right: 540px; /* width of the content area */
	float: left;
	background-color: #fff;
	border-right: 1px dotted #000;

}


.leftsidebar {
	float:left;
	width: 180px;
	overflow:hidden;
	position:relative;
	left: 730px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.content {
	float:left;
	width: 475px;
	overflow:hidden;
	position:relative;
	left: 710px;
	color: #000;
	padding-left: 15px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
			}


.rightsidebar {
	float:left;
	overflow:hidden;
	width: 180px;
	position:relative;
	left: 755px;
	padding-left: 10px;
	padding-right: 10px;	
}

