/* CSS Document */
.floatright { float: right; }

A:visited  {color: #810000; text-decoration: none}
A:link  {color: #810000; text-decoration: none}
A:active  {color: #810000; text-decoration: none}
A:hover   {color: #810000; text-decoration: underline;}

a img { border: 0; }

body {
	background-image: url(layout/bg-wood.jpg);
	background-repeat: repeat-x;
	background-color: #f7efef;
	margin-top: 0px;
	text-align:center;
	font-family: "Trebuchet MS";
	
	font-size: 11px;
	font-color: black;
	letter-spacing: 0em;
	line-height: 17px;
}
#left-div {
	height: 250px;
	background-image: url(layout/left-bg-oranament.gif);
	background-repeat: repeat-x;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}
#right-div {
	background-image: url(layout/right-bg-ornament.gif);
	background-repeat: repeat-x;
	height: 500px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}
#top-div {
	background-image: url(layout/top-bg-ornament.gif);
	background-repeat: repeat-y;
	height: 18px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}
#navi-div {
	margin: 5px 10px 30px 25px;
	width: 100px;
	/**background-color: #ffeedf;**/
	text-align: left;
	font-size: 10px;
	color: #000000;
}
#otsikko-div {
	margin: 20px 0px 20px 20px;
	width: 300px;
	height: 40px;
	/**background-color: #ffeedf;**/
	text-align: left;
}
#main-div {
	margin: 0px 10px 40px 25px;
	width: 345px;
	/**background-color: #ffeedf;**/
	text-align: left;
}
/*.yhteystiedot {
	font-size: 10px;
	color: #000000;
}*/

/* KUVAGALLERIAA --------------------------- */


.photo-link         {margin: 5px;display: block; width: 100px;  
                    float: left; }  
.photo-link:hover   { border-color: white; }  

