* {
	margin: 0; 
	padding: 0;
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(ruutu.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}


#container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: 140px;
	position: absolute;
}

#left{
	float: left;
	border: none;
	width:130px;
	margin: 5px;
}

#kannattajajasenet{
	text-align:left;
	margin-top: 210px;
	font-size: 10px;
}

#kuvat_oikea {
	float:right;
}

#kannattajajasenet img {
	border: none;
}

a {
	text-decoration:underline;
	color:#FFFFFF;
}

#header {
	background-color: #C7291E;
	height:120px;
	line-height: 120px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(header_tausta.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	overflow: hidden;
}

#header img {
float: right;
}


#navi {
	clear:both;
	height:30px;
	background-color: #333333;
	color: #000000;
	background-image: url(navi_pohja2.jpg);
	overflow: hidden;
}

#navi ul li {
  	display: inline;
}

#navi ul li a {
	padding-left: 5px;
	padding-right:5px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height:30px;
	float: left;
	margin-right: 10px;
	font-size: 15px;
}

#navi ul li a:hover {
	color: #BC402D;
	opacity: 0.8;
	background-color: #000000;
}


#main {
	clear:both;
	opacity: 0.95;
	filter:alpha(opacity=95); /* IE6*/
	zoom:1; /* to make opacity work on IE6 too */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #0479BF;
	color: #FFFFFF;
}

#main ul, #main li {
   padding: 0 0 0 10px;
   margin: 5px 0 5px 0;
}

#main p, #main h1, h2, h3, h4, h5 {
   margin: 0 0 10px 0;
}

#main h1
{
	text-decoration: underline;
}

.yhteystiedot {
	width: 100%; /* taulukon leveys 100%*/
	border: 1px solid black; /* taulukon raja*/
}

.yhteystiedot * {
	margin: 5px 0 5px 0;
}

.yhteystiedot td {
	border: 1px solid black; /* taulukon raja*/
	padding: 2px 5px 2px 5px;
	margin: 5px;
}
