/*
LEIKKILUOLA
Arena Center, Hakaniemi

Graafinen suunnittelu: Pasi Turman @ Pusila&Turman
Web-toteutus: Petteri Kalaoja
*/

body, html 
{
	margin:0;
	padding:0;
}

body 
{
	background-color:#fff;
	background-image:url(images/bg_repeater.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color:#5a3b19;
	font-family:arial, sans-serif;
	font-size:12px;
}

a 
{
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

a:hover 
{
	text-decoration:underline;
}

.header
{
	margin:0 auto;
	padding:0;
	width:770px;
	height:610px;
	background-image:url(images/header_pic.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.navigation 
{
  margin:0;
  padding:0;
  text-align: center;
  position: absolute;
  top: 545px;
  word-spacing: 1.9em;
  padding:0px 0px 0px 70px;
}


.content 
{
	margin:0 auto;
	padding:0px 0 0px 0px;
	width:720px;
	text-align: left;
	//font-weight: bold;
}

.footer 
{
	margin:0 auto;
	padding:0 0 0px 0;
	width:770px;
}

.kartta {
	text-align:center;
}

