/**
* ////////////
* //        //
* //        //
* //        //
* //        //
* //        //
* //        //
* //        //
* //        //////
* //////////// //
*             //
*            /////

/**
* based on Sample from Vaska
* based on Extrafunk from Gregory Cadar
* author a.pachiaudi
* email oz.collectif@gmail.com
* v2.0
* 14/08/2009
*/

* {
  margin: 0;
  padding: 0;
}

body { 
  color: gray;
  font-family: verdana, sans-serif;
  font-size: 10px;
  background-color: #dadada;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  margin: 20px; }

body.section-1 { }
body.section-2 { }
body.section-3 { 
 background-color: transparent; }

  
a:link {
  color: #ff7e00;
  font-weight: normal;
  font-style: normal;
  background-repeat: repeat;
  text-decoration: none; }
a:visited {
  color: #ff7e00;
  font-weight: normal;
  font-style: normal;
  background-color: white;
  background-repeat: repeat;
  text-decoration: none; }
a:hover {
  color: white;
  background-color: #ff7e00;
  text-decoration: none; }
a:active {
  color: #3cccaa;
  text-decoration: none; }
a img { border: none; }


#menu {
  background: white;
  float: left;
  position:fixed;
  width: 140px; }

#menu ul { 
  list-style: none;
  margin: 0 0 10px; }

#menu ul li.section-title { 
  color: #000;
  font-family: "trebuchet ms";
  text-transform: uppercase; }
div1 { 
  background-color: #3cccaa;
  margin: 40px 300px auto 220px; }

#content { 
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  min-width: 425px;
  max-width: 425px;
  margin: 25px 100px auto 150px; }

.container { 
  font-size: x-small;
  font-family: verdana;
  margin: 20px 20px 30px 20px; }

#content p { 
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  width: 375px;
  height: auto;
  margin-bottom: 9px; }

#img-container { 
  background-color: ff7e00;
  background-repeat: repeat;
  margin: 25px 100px auto 150px; }

p { 
  margin: 0 0 9px; }
p2 { 
  margin: 0 0 9px;
  padding-right: 12px;
  padding-left: 36px; }
h1 { 
  color: #636363;
  font-size: 21pt;
  font-family: georgia;
  font-weight: lighter;
  line-height: 20pt;
  margin-right: auto;
  padding-right: 36px;
  padding-left: 36px; }
h2 {
  color: #5e5b5b; font-size: 9pt;
  font-family: georgia;
  font-weight: lighter;
  line-height: 15pt;
  margin-right: 10px;
  padding-left: 36px; }
h3 {
  font-size: 16px;
  font-weight: lighter;
  line-height: 15px;
  margin-right: 180px;
  padding-left: 36px; }
h4 {
  font-weight: bold;
  line-height: 5pt;
  padding-left: 10px; }

div.scroll {
height: 392px;
width: 420px;
overflow: auto;
}

#img-container  { 
  margin: 0;
  padding: 0; }
#img-container p { 
  width: 400px;
  margin: 0;
  padding: 0 0 12px; }
#img-container p2 { 
  width: 600px;
  margin: 0;
  padding: 0 0 12px; }
#once { 
  clear: left; }

