/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
  margin: 0;
  padding: 0;
}

body  {
  font-size: 11px;
  font-family: Geneva, verdana, sans-serif;
  background: #fff
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link  { color: black; text-decoration: underline; }
a:active  { text-decoration: none; color: #7E7E7E; }
a:visited  { color: #7E7E7E; }
a:hover  { color: #7E7E7E; text-decoration: none; }

a img  { border: none; }

#menu  {
  background-color: white;
  position: fixed;
  top: 20px;
  bottom: 0;
  left: 20px;
  width: 171px;
  height: 100%;
  overflow: auto
}

#menu ul {
  margin-bottom: 5px;
}

#menu ul li.section-title  {
  border-bottom-width: thin;
  border-bottom-color: #999999;
  border-bottom-style: dotted;
  border-top-style: solid;
  border-top-color: #999999;
  border-top-width: thin;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 5px;
}

#content    {
  top: 0;
  height: 100%;
  property: value;
  margin-top: 60px;
  margin-left: 200px;
}

.container  { padding: 5px 5px 25px }

#content p    { margin-bottom: 0px; width: 850px }

p {
    margin-top: 0.75em; margin-bottom: 0.75em;
}

h1 { font-size: 11px;
  font-family: Geneva, verdana, sans-serif;
  line-height: 11px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
  font-size: 11px;
  font-style: normal;
  font-family: Geneva, verdana, sans-serif;
  font-weight: lighter;
  line-height: 3px;
}

#img-container   {
  margin: 0;
  padding-top: 20px;
}
#img-container p    { margin: 0 px 0 0; padding: 0 0 12px; width: 400px }

#once { clear: left; }
