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

body { font-size: 10px; font-family: Georgia, Serif, "times new roman"; line-height: 12px; background: #fff; }

body.section-1 { margin-left: 0; }
body.section-2 { margin-left: 0; }
body.section-3 { margin-left: 0; }

a:link { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: line-through; }
a:hover { color: #666; text-decoration: underline; }

a img { border: none; }

#menu { width: 200px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; background-color: #fff; margin-top: 15px; margin-left: 15px; a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
  }

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; font-family: georgia; }
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; }
