

body {
 background-color: #9D9B62;
}
a {
 text-decoration: none;
}
a:link {
 color: black;
}  
a:hover {
 color: black;
 font-weight: bolder
}
a:visited {
 color: black;
}



#header {
 position: absolute; left: 235px; top: 8px;
} 
 

.navigation { 
 background-image:url(IMG/GIF/tausta2.gif);
 font-family: verdana; font-size: 11pt;
 text-align: center; text-transform: capitalize;
 width: 150px; height: 430px;
 position: absolute; left: 235px; top: 162px;
}

 

#container {
 background-image:url(IMG/GIF/tausta3.gif);
 width: 645px; height: 430px;
 position: absolute; left: 390px; top:162px;
}

#leftColumn {
 float: left;
 width: 60%
}


#rightColumn {
 float: right;
 margin-top: 3em;
 width: 40%
}



h2 {
 margin-left: 1em;
 color: #B7BFB6;
}

h3 {
 margin-left: 1em;
 color: #B7BFB6;
}

h4 {
 margin-left: 1em;
}

p {
 margin-left: 2em;
 margin-right: 1em;
 text-align: justify;
 font-size: 13pt;
 line-height: 1em;
}


ul {
 margin: 1em;
 linne height: 1em;
}

table {
 margin-left:  3em;
} 










