/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { margin: 0; padding: 0; }

body { font-size: 13px; color:#282828; font-family: helvetica; font-weight: bold; background: #e1e1e1; }

body.section-1 { background-color: #e1e1e1; }
body.section-2 { background-color: #e1e1e1; }
body.section-3 { background-color: #e1e1e1; }

a:link { color: #06f; text-decoration: none; }
a:active { color: #06f; text-decoration: none; }
a:visited { color: #06f; text-decoration: none; }
a:hover { color:#282828 ; }

a img { border: none; }

#menu { color: #282828; font-size: 13px; background-color: #e1e1e1; width: 200px; overflow: auto; top: 10px; bottom: 0; left: 6px; position: absolute; height: 100%; }

#menu ul { color: #282828; list-style: none; margin: 0 0 12px; }

#menu ul li.section-title {  }

#content { font-family: helvetica; font-weight: normal; font-style: normal; background-color: #e1e1e1; position: absolute; top: 10px; height: 100%; margin: 0 0 0 180px; }

.container { background-color: #e1e1e1; padding: 5px 5px 25px; }

#content p { background-color: #e1e1e1; width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
