/*****************************************************/
/***************     YLEISET TYYLIT    ***************/
/*****************************************************/


* {
margin:0;
padding:0;
vertical-align:top;
}

body {
	background-image:url(images/background_big_n2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2;
	text-align:center;
}

h1 {
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
padding-bottom:15px;
}

p {
padding-bottom:15px;
}



/*****************************************************/
/*****************     RAKENNE     *******************/
/*****************************************************/


#frame {
	margin:auto;
	width:900px;
	float:left;
}

#navi_frame {
	float:left;
	margin-right:57px;
	margin-top:490px;
	text-align:right;
	width:300px;
}

#content_frame {
	float:right;
	margin-top:490px;
	text-align:left;
	width:470px;
}


/*****************************************************/
/***********     KUVAT JA LINKIT     *****************/
/*****************************************************/





/*****************************************************/
/***************     NAVIGOINTI     ******************/
/*****************************************************/

#navigointi a {
	font-size: 20px;
	color: #403f40;
	line-height:1.3;
	text-decoration: none;
} 

#navigointi a:hover {
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	line-height:1.3;
	text-decoration: none;
}


