	body {
		background-color:#FFCC66;
		font-family: arial,helvetica,sans-serif;
		font-size:10tp;
		margin:0; 
		padding:0; 
		height:100%;
	}
	div.img {
		display:table-cell;
		margin: 10px;
		border: 1px solid #0000ff;
  		height: 110px;
  		width: 110px;
  		float: left;
  		text-align: center;
		vertical-align:50%;
	}
	div.img img {
  		display: inline;
  		margin: 3px;
  		border: 1px solid #ffffff;
	}
	div.img a:hover img {border: 1px solid #0000ff;}
	
	.otsikko {text-align:center; color:#FFFFFF; font-size:30pt; font-weight:bold; font-style:italic; font-family:"Bookman Old Style";}
	
	table.gallery  	{width:100%; margin:10px; padding: 10px 10px 10px 10px; table-layout:fixed; text-align:center;}
	table.gallery2 	{padding: 10px; table-layout:fixed; text-align:center;}
	table.gallery a:hover img {display: inline; border: 1px solid #0000ff;}
	#wrapper {
		background-color:#cccc66;
		width:812px;
		margin:0px auto;
		padding:0px;
	}
	#header {
		width:800px; 
		vertical-align:bottom;
		border:1px solid #bbb;
		height:100px;
		background-image:url('images/portti.jpg'); 
		padding:5px
	}
	#header_main {
		width:800px; 
		vertical-align:bottom;
		border:1px solid #bbb;
		height:200px;
		background-image:url('images/erusivu_banner.jpg'); 
		padding:5px
	}
	#navbar { 
		background-color:#cccc66;
		text-align:center;
		width:800px;
		border:1px solid #bbb;
		padding:5px;
	}
	#navbar a:link		{COLOR: #FFFFFF; text-decoration:none; font-weight:bold;}
	#navbar A:visited	{COLOR: #330099; text-decoration:none; font-weight:bold;}
	#navbar A:hover		{COLOR: #0000FF; text-decoration:none; font-weight:bold;}
	#navbar A:active	{COLOR: #CCff00; text-decoration:none; font-weight:bold;}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}

	#content-main {
		background-color:#cccc66;
		width:800px;
		min-height:450px;
		border:1px solid #bbb;
		padding:5px;
	}
	#content div{
		min-height:450px;
		padding:10px;
		border:1px solid #bbb;
		float:left;
	}
	#content-submain {
		background-color:#cccc66;
		width:626px;
		min-height:450px;
		padding:10px;
	}
	#content-left {
		background-color:#cccc66;
		min-height:450px;
		width:130px;
	}
	#footer {
		background-color:#cccc66;
		float:left;
		text-align:center;
		padding:5px;
		border:1px solid #bbb;
		width:800px;
	}
	#bottom {
		clear:both;
		text-align:right;
	}
	
	#content-left a, #content-left a:visited {
	position:relative;
	text-decoration:none; 
	text-align:center; 
	background-color: #996600; 
	color:#fff; 
	display:block; 
	width:120px; 
	border:2px solid #fff;
	border-color:#def #678 #345 #cde;
	padding:0.25em;
	margin:0.1em auto;
	}

	#content-left a:hover {
	font-weight: bold;
	top:2px;
	left:2px;
	color:#fff;
	border-color:#345 #cde #def #678;
	}