/* VAK - galleria 
div {border: 1px dotted black; padding: 0em;}*/

/* layout
--------------------------------------------- */


body {
	margin: 0px; 
	padding: 0px;
	border: 0px;
	background-color: #847752;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	color: #7A5F4E;
	text-align: left;
}

#container { 
	min-height: 650px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 650px;/* this is also the min height for IE */
	width: 799px;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-y;
	background-color: #786640; 
	margin: 0px auto 0px auto;
	position: relative;
	}

		#top { 
			height: 54px;
			width: 799px;
			background-image: url(../img/top.gif);
		}	

			#picture { 
				height: 158px;
				width: 799px;
				background-image: url(../img/pic.jpg);
			}	
		
		#navi { 
			height: 30px;
			width: 460px;
			padding-top: 10px;
			position: absolute;
			left: 45px; 
			letter-spacing: 1px;
			font: bold 10px verdana;	
			color: #AA9572;
		}
		
		#picture_shading { 
			height: 13px;
			width: 799px;
			background-image: url(../img/top_content.gif);
			background-repeat: no-repeat;
			padding-bottom: 15px;
		}	
		
		#footer { 
			height: 52px;
			width: 799px;
			background-image: url(../img/bottom.gif);
			margin-top: 30px;
		}	
	
		#left {
			min-height: 500px;/* set here min height  */
			height: auto !important;/* overwrite the height */
			height: 500px;/* this is also the min height for IE */
			float: left;
			width: 230px;
			margin-left: 30px;
			text-align: left;
			line-height: 100%;
		}

		#content {
			min-height: 500px;/* set here min height  */
			height: auto !important;/* overwrite the height */
			height: 500px;/* this is also the min height for IE */
			left: 200px;
			margin-right: 25px;
			text-align: left;
			line-height: 150%;
			color: #7A5F4E;
		}
			
		/* muut elementit
--------------------------------------------- */

		#box {
			width: 209px;
			background: #FBF9F2;
			line-height: 150%;
			margin-bottom: 20px;
		}
			
			#box_title {
				height: 40px;
				width: 209px;
				background-image: url(../img/box_top.gif);
				background-repeat: no-repeat;				
				text-align: center;
				padding-top: 10px;
				font: bold 16px "times news roman", serif;
				color: #A1966D;
				letter-spacing: 1px;
			}
			
			#box_navi {
				width: 187px;
				border-left: 1px solid #E7E6D1;	
				border-bottom: 1px solid #E7E6D1;	
				border-right: 1px solid #E7E6D1;
				padding: 0px 10px 15px 10px;			

			}

			.navi2 {
				border-bottom: 1px solid #E7E6D1;		
				padding: 5px;	
			}
			
		#polku {
			float: right;
			clear: both;
		}

table.taulu { 
	margin-top:0px; 
	border: 1px solid #ffffff;
	background: #E7E5B6;
}
		
/* tekstit
--------------------------------------------- */
			
	h1 {
		font: normal 18px verdana, arial, sans-serif;
		text-align: left;
		padding-top: 5px;
		color: #726545;
	}

	h2 {
		font: bold 13px verdana, arial, sans-serif;
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 0px;
		color: #726545;
	}	
	
	#navi a:link, #navi a:visited { 
		text-decoration: none;
		color: #ffffff;
	}	

 	#navi a:hover, #navi a:active { 
		text-decoration: underline; 
		color: #C5A862;
	}

			
	.pieni { 
		font: 11px Arial, Tahoma, sans-serif; 
		line-height: 130%;
	}		

#content a:link, #box a:link { 
	color: #B77946;
}

#content a:visited, #box a:visited { 
	color: #C5A862;
	}		

#content a:hover, #box a:hover, #content a:active, #box a:active { 
	text-decoration: none;
	}		
	
#box_navi a { 
			text-decoration: none; 		
	}		
	
#footer p, #footer a{ 
	padding-top: 7px;
	font: bold 10px verdana, sans-serif;	
	text-align: center;
	color: #ffffff;
	}