/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-family:Verdana, Arial, "Times New Roman", Times, serif;
font-size:13px;
color:#000000;
background-color: #32672B;
}

p {
margin:4px 0 6px 0;
}

em {
font-style:italic;
}

h1, h2, h3, h4, h5{
font-weight:bold;
margin:6px 0px 6px 0px;
}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:16px;
}

h4 {
font-size:14px;
}

a:link, a:visited {
color:#006400;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:900px;
background-color: #fff;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:890px;
height:240px;
color:#638336;
background-image: url(kuvat/tausta.jpg);
background-position: top right;
background-repeat: no-repeat;
background-color:#fff;
}
#header p{
padding-top: 30px;
padding-left: 30px; 
}
/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:210px;
background-color:#fff;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size: 12px;
}

#columnOne h2, #columnThree h2 {
font-size:14px;
}

/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:470px;
background-color:#fff;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
background-color:#fff;
}

/* << ----------------// Footer //---------------->> */
#footer {
text-align: center;
padding:5px 5px 5px 10px;
width:885px;
height:20px;
font-size:11px;
color:#cccccc;
background-color:#006400;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
