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

body               { color: #333; font-size: 12px; font-family: Courier; line-height: 13px; background: #fff; margin: 72px 0 0 90px; width: 900px; height: auto; float: none }

body.section-1    { }
body.section-2    { }
body.section-3    { }
body.section-4    { }
body.section-5    { }
body.section-6    { }
body.section-7    { }

a:link       { color: black; text-decoration: none }
a:active      { text-decoration: none }
a:visited     { color: #000; text-decoration: none }
a:hover    { color: #ccc }

a img { border: none; }

#menu           { color: black; text-align: right; padding-top: 51px; padding-right: 1em; position: fixed; top: 0; bottom: 0; left: 70px; width: 190px; height: 100%; overflow: auto }

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { olor: #333; font-size: 32px; font-family: Georgia, "Times New Roman", Times, serif  }
h2  { color: #333; font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif }
h3    { color: #333; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif }
h4          { color: #333; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif }

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

#once { clear: left; }
