* { margin: 0; padding: 0; }
body { 
	margin: 0 auto;
    padding: 0;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 13px;
    font-family: "Lucida Grande",Helvetica,Verdana,sans-serif;
    text-align: center;
    }

  a, a:link, a:visited { text-decoration: none;
    color: rgb(150, 150, 150);
    }

  a:hover { text-decoration: underline;
    color: rgb(200, 0, 0);
    }

  img { border: none; }

  h1 { font-size: 15pt;
    font-weight: bold;
    }

h2, h3 { font-size: 14px;
	margin: 1em 0;
    font-weight: bold;
    }
h3 { margin-top: 2em; }

  h4 { font-size: 12px;
    font-weight: bold;
	margin: 2em 0 1em;
	}
  #wrapper { 
  border: 0 none;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    width: 680px;
    position: relative;
    }

  #header {
  	background: rgb(54, 54, 54) url(kuvat/ANIMATE_logo.jpg) no-repeat scroll 0% 50%;
    width: 680px;
    height: 131px;
    }

  #content { 
    position: relative;
    width: 340px;
    padding: 10px 20px 50px;
    border-right: 150px solid rgb(54, 54, 54);
    border-left: 150px solid rgb(54, 54, 54);
    min-height: 300px;
}
    
p { margin: .7em 0; }
#content ul { margin: .7em 0 .7em 1.4em; }
#content li { margin-bottom: .5em; }
#content img { max-width: 340px; }

  #navcontainer { 
  width: 150px; 
  position: absolute;
  top: 130px;
  left: 0;
  color: rgb(0, 0, 0);
}

  #navcontainer ul { 
  border-top: 1px solid rgb(187, 187, 187);
  padding: 0;
   margin-top: 20px;
    margin-left: 0;
    list-style-type: none;
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    }

  #navcontainer a { border-bottom: 1px solid rgb(187, 187, 187);
    padding: 3px 0 3px 6px;
    display: block;
    width: 144px;
    color: rgb(255, 204, 0);
    background-color: transparent;
    }

  #navcontainer a:link, #navlist a:visited { text-decoration: none;
    color: rgb(255, 204, 0);
    }

  #navcontainer a:hover { color: rgb(0, 0, 0);
    background-color: rgb(255, 204, 0);
    }

  #footer { background: rgb(54, 54, 54);
    width: 100%;
    height: 16px;
    padding-top: 5px;
    font-size: 9px;
    color: white;
    text-align: center;
    clear: both;
    }

  .menuotsikko { height: 16px;
    font-weight: bold;
    padding-left: 5px;
    }

  .logot { border: 0px solid green;
    padding: 6px 0 0px 6px;
    }

  .viiva { border-bottom: 1px solid rgb(187, 187, 187);
    height: 2px;
    }

/* EXTRASUPERHYPERSEOHUIJAUS-kiitos-osasimpa-muuttaa-toivoo-tomi-LISÄYKSIÄ */
h1 { text-indent: -5000px; }
#navcontainer li.active { padding: 3px 0 3px 6px; border-bottom: 1px solid rgb(187,187, 187); color: rgb(255, 255, 255); background-color: rgb(150, 0, 0); }
