body{
	background:		#FFF;
	font-size:		10pt;
}


/* TEXTS */

	#content h1{
		color:		#F80;
		font:		normal normal normal 19pt "Arial", monospace;
	}

	#content p{
		color:		#444;
		font:		normal normal normal 10pt "Arial", monospace;
		text-align:	justify;
	}

	#content strong{
		color:		#F80;
		font:		normal normal bold 10pt "Arial", monospace;
	}

	#content em{
		color:		#444;
		font:		normal normal normal 7pt "Arial", monospace;
	}

	#footer span.footer{
		color:		#555;
		font:		normal normal normal 10pt "Arial", monospace;
		position:	absolute;
		margin:		28px 0 0 15px;
		z-index:	10;
	}

/* LISTS */



/* LINKS */

	#navi .navi a, a:visited{
		color:				#F80;
		font:				normal normal bold 11pt "Bitstream Vera Sans", Arial;
		text-decoration:	none;
		background:			url('../gfx/navi_ico_default.png') no-repeat;
		/*height:				29px;*/
		padding:			5px 20px 0 23px;
		display:			table-cell;
	}

	#navi .navi a:active{
		background:			url('../gfx/navi_ico_hover.png') no-repeat;
	}

	#navi .navi a:hover{
		background:			url('../gfx/navi_ico_hover.png') no-repeat;
	}

	#content a, a:active{
		color:				#F80;
		font:				normal normal normal 10pt "Arial", monospace;
		text-decoration:	underline;
		background:			#FFF;
		padding:			0;
		display:			inline;
	}

	#content a:visited{
		color:				#F90;
	}

	#content a:hover{
		color:				#E60;
		text-decoration:	none;
	}


/* IMAGES */

	img{
		border:			0;
	}

	#sj_logo{
		z-index:		10;
		position:		absolute;
		margin:			10px 50px;
	}

	#sj_foot{
		z-index:		9;
		position:		absolute;
	}

	#sj_ft_left{
		z-index:		9;
		position:		relative;
		left:			0;
		bottom:			0;
	}


/* DIVS */

	div.main{
		margin:			50px auto 10px auto;
		background:		#FFF;
		width:			80%;
		border:			1px solid #F80;
		border-bottom:	0;
	}

	div.header{
		background:		#F80 url('../gfx/header_long.png') repeat-x;
		width:			100%;
		height:			141px;
		border-bottom:	1px solid #F80;
	}

	div.logo{
		background:		url('../gfx/header_right.png') no-repeat;
		background-position:	top right;
		width:			100%;
		height:			141px;
	}

	div.navi{
		background:		url('../gfx/navi_long.png') repeat-x;
		width:			100%;
		height:			29px;
		border-bottom:	1px solid #F80;
	}

	div.content{
		width:			97%;
		height:			100%;
		margin:			5px 15px 0 15px;
	}

	div.footer{
		background:		url('../gfx/footer_long.png') repeat-x;
		width:			100%;
		height:			51px;
	}

	div.varaukset{
		background:		#EEE;
		width:			155px;
		height:			60px;
		border:			2px solid #F80;
		padding:		5px;
		position:		absolute;
		left:			70%;
		z-index:		4;
	}


/* TABLES */

	table.costs{
		border:		0;
	}

	th{
		color:		#444;
		font:		normal normal normal 10pt "Arial", monospace;
		text-align:	justify;
	}
