body#fi, body#en {
	background-image: url(images/bg_pat.jpg);
	background-color: rgb(102,0,0);
	background-repeat: repeat-x;
	font-family: myriad pro, luciada grande, trebuchet ms, verdana, helvetica, arial; 
	color: rgb(62,62,62);
	padding: 0;
	margin: 0;
	}

div#content {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 690px;
	margin: 0 auto auto auto;
	}

h1 {
	font-size: 1.2em;
	color: white;
	font-weight: lighter;
	}

h2 {
	font-size: 0.9em;
	color: black;
	font-weight: bolder;
	}

h3 {
	font-size: 0.9em;
	color: rgb(50,50,50);
	font-weight: normal;
	letter-spacing: 0.1em;
	}

h1, h2, h3 {
	line-height: 2px;
	}

/* NAVIGATION */	
#nav {
	width: 120px;
	height: 28px;
	margin: auto;
	padding: 0;
	position: relative;
	}
	
#nav li {
	margin: 75px auto auto auto;
	padding: 0;
	position: absolute;
	list-style: none;
	}

#nav a {background: url(images/navi.png) top left no-repeat;}
#nav li, #nav a {height: 28px; display: block;}

/* NAVIGATION FI */
#nav-fi {width: 60px; left: 0;}
body#fi #nav-fi a {background-position: 0 0;}
#nav-fi a, #nav-fi a:link {background-position: 0 -28px;} 
#nav-fi a:visited {background-position: 0 -28px;}
#nav-fi a:hover {background-position: 0 -56px;}
#nav-fi a:active {background-position: 0 0;}
	
/* NAVIGATION EN */
#nav-en {width: 60px; left: 60px;}
body#en #nav-en a {background-position: -60px 0px;}
#nav-en a, #nav-en a:link {background-position: -60px -28px;} 
#nav-en a:visited {background-position: -60px -28px;}
#nav-en a:hover {background-position: -60px -56px;}
#nav-en a:active {background-position: -60px 0;}
	
a, a:link, a:visited, a:hover {
	font-size:10px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	}
	
div#infotxtpad {
	width: 100%;
	height: 60px;
	margin: 0 auto auto auto;
	}

div#infotxt {
	width: 160px;
	height: 65px;
	margin: 0 auto auto 68%;
	}	
	
div#txt {
	width: 410px;
	height: 300px;
	margin: 18% auto auto auto;
	}

div#bottom {
	width: 450px;
	height: 40px;
	margin: 45px auto auto;
	text-align: center;
	}

/* div#infotxtpad, div#infotxt, div#txt, div#bottom {
	background-color: rgb(200,200,200);
	opacity: 0.4;
	filter: aplha(opacity=40)
	}	*/
	
.mailto:link {
    font-size: 1em;
}
	
	
	
	
	
	
	
	