body {
	margin: 0%;
	padding: 0%;
	background: #ffffff;
	font: 80% verdana, arial, sans-serif;
	font-size: 12px;
}

img
{
	border: none;
}
 
#header {
	top: 0%;
	left: 0%;
	width: 100%;
	height:71px;
    background:#F5F5F5;
}

#header2 {
	border-top:1px;
	border-top-color:#F87F2F;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-color:#F87F2F;
	border-bottom-style:solid;
	background:#ccccdd;
	height:14px;
	width:100%;
	margin-bottom:10px;
}


#navigation{
	padding:0;
	left:0;
	position:absolute;
}

ul#navlist {
	font-size:0.9em;
	font-weight:bold;
	width: 160px;
	padding: 0%;
	margin-left:0%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #666666;
	list-style-type:none;
}

ul#navlist li a {
	display:block;
	padding: 4px 2px 4px 2px;
	border-left: 15px solid #aaaabb;
	background: #ccccdd;
	text-decoration: none;
	text-align: right;
	border-top: 1px solid #000;
	height:20px;
	line-height:20px;
}

ul#navlist li a:link { 
	color: #666677; 
}

ul#navlist li a:visited { 
	color: #666677; 
}

ul#navlist li a:hover {
	border-color: #F87F2F;
	color: #F87F2F;
	background: #fff;
}

#content{
	margin-left:200px;
    background:#FFFFFF;
    width:75%;
	min-height:360px;
}

#footer{
	margin-bottom: 5px;
	width: 100%;
    font-size:smaller;
    font-weight:normal;
	padding: 10px 0 0 0;
	height:20px;
    text-align:center;
    background:#fff;
	margin-top:3%;
}

h1{
	font-size:14px;
	color:#F87F2F;
}

h2
{
	font-size: 14pt;
	margin-bottom: 10px;
}

h4{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 13px;
}

h5{
	font-size: 12px;
}



A:hover {
	background: #F5F5F5; 
	color:#F87F2F;
}

#form {
	width: 60%;
}       

.kuvat  {
	margin: 15px;
	float: left;	
}

.kuvaheader {
	margin:0;
	float: right;	
	border: 0;
}

.kuvaheaderpaw {
	margin:0;
	float: left;	
	border: 0;
}

table { 
	table-layout:fixed;
	border:0px;
	background:#F5F5F5;
	width:100%;
}  
  
#form fieldset {
	background: #F5F5F5;
	color: #666666;
	border: 1px solid #666666;
}

#form fieldset legend {
	font: bold 1.25em "MS Trebuchet";
	color:#666666;
} 

fieldset.contact input { 
	border: 1px solid #ccc;
	width: 100%;   
}   

fieldset textarea {
	border: 1px solid #ccc;
	width: 100%;
}     

input:focus, textarea:focus{
	background: #ccccdd;
}

.quotebox
{
	background-image: url(images/quotebox_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 15px;
}