html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
background-color: #919975; 
} 

p
{
margin-left: 15px;
margin-right: 15px;
}

table
{
margin-left: 15px;
margin-right: 15px;
}

#pagewidth{ 
 width:760px; 
 text-align:left;
margin-top:15px;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
border-left-style: solid;
border-top-style: solid;
border-right-style: solid;
border-width: 1px;
border-color: #000000;
background-image: url('otsikonpohja.jpg');
position:relative;
text-align:right;
 height:84px; 
 width:758px;
} 


#header a:link, #header a:visited
{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 color: #222222;
 text-decoration: underline;
}

#header a:hover 
{
color: #aaaaaa;
}

#header a:active
{
color: #222222;
}


#leftcol{
background-image: 
url('vasenreuna.jpg');
height:601px;
 width:140px; 
 float:left; 
border-left-style: solid;
border-right-style: solid;
border-width: 1px;
border-color: #000000;
  }

#leftcol a:link, #leftcol a:visited
{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 color: #2901A2;
 text-decoration: underline;
}

#leftcol a:hover 
{
color: #aaaaaa;
}

#leftcol a:active
{
color: #2901A2;
}

#leftcol p
{
margin-left: 15px;
margin-right: 5px;
}
 
#maincol{
background-color: #FEFFEF;  
 float: right; 
 width:617px;
height:600px;
border-top-style: solid;
border-right-style: solid;
border-width: 1px;
border-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 color: #333333; 
 }

#maincol a:link, #maincol a:visited
{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 color: #2901A2;
 text-decoration: underline;
}

#maincol a:hover 
{
color: #aaaaaa;
}

#maincol a:active
{
color: #2901A2;
}

#maincol img {
border-color: #FEFFEF;
}

#footer{
background-color:#919975;
text-align:center;
float: right; 
 height:80px;
 width:760px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 color: #FEFFEF;
border-top-style: solid;
border-width: 1px;
border-color: #000000;
 } 
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  