body {
  background-image: url('kuvat/tausta2.JPG');
  background-size: 50px 50px;
  padding-top: 20px;
  
  font-family: Kurlz MT, Arial, Sans serif;
} 

#content {
  color: #666;
  background:#eee;
  width: 800px;
  margin: auto;
  
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 0px 0px 20px #333;
  -webkit-box-shadow: 0px 0px 20px #333;
  box-shadow: 0px 0px 20px #333;
}

#header {
  width: 90%;
  margin: auto;
  padding-top: 40px;
  
  border: 1px none blue;
}

#header img {
  width: 100%;
  padding: 0;
  margin: 0;
  
  border: 1px none red;
}

h1{
line-height: 18px;

border: 1px none blue;
}

p{
line-height: 22px;
text-align: justify;
margin-right: 8px;
} 

a{
line-height:22px;
color: #666;
text-decoration: none;

border: 1px none blue;
}
a:hover {
	color: #9f9fe5;
}

hr {
	color: #666;
}

#sivu {
    display: table;
    margin: 20px 0 0 0;
	
	border: 1px none yellow;
}

#left_margin {
    padding: 50px 0 0 11px;
	width: 200px;
	float: left;
	
	border: 1px none blue;
}

#sisalto {
    padding: 10px 0px 10px 10px;
    width: 537px;
	float: right;
	
	border-width:1px;
	border-color:#666;
	/*border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;*/
	border-style: none;
}
#sisalto a {
	color: #9f9fe5;
}
#sisalto a:hover {
	color: #666;
}

#footer {
	text-align: middle;
	font-size: small;
	width: 100%;
	height: 35px;
	margin-top: 20px;
	background-color: transparent;
	border-width: 1px;
	border-color: #666;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer  p{
	margin: 5px 0 0 20px;
}

#syotto {
	display: table-cell;
    padding: 10px;
    vertical-align: top;
    width: 70%;
}

#palsta_kuvat {
	width: 100%;
	text-align: center;
	border: 1px solid #666;
}

.palstakuva_left {
	margin-left: 10px;
	text-align: right;
	width: 300px;
}

.palstakuva_right {
	margin-right: 10px;
	text-align: left;
	width: 300px;
}

#taulukko{
	border: 0px;
	/*padding: 0px 20px 0px;*/
}

td{
margin-left:20px;
}

#taulukko_kuvat {
	width: 250px;
	width: 250px;
	text-align: left;
	border: 2px none #000000;
}

#tonnarit  {
	border:2px none #000000;
	font-size: 11px;
	vertical-align: top;
}

#break {
	height: 5px;
	width: 100%;
	
}

table {
	border: 0px solid #000000;
}

th {
	border: 0px solid red;
	text-align: left;
}

td {
	border: 0px solid blue;
}