/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
{
margin:0;
padding:0;
}
body {
	font-size: 10px;
	font-family: Georgia,Times,serif;
	background-color: #fff;
}
html > body {
font-size:10px;
}
* {
font-family:Georgia,Times,serif;
}
html > body * {
font-family:Georgia,Times,serif;
}
#menu, #content {
font-size:1.1em;
}
#menu, #content * {
line-height:1.3em;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a {
font-style:normal !important;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
a:link {
color:#0072bc;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:none;
}
a:visited {
color:#0072bc;
text-decoration:none;
}
a:hover {
background:#0072bc none repeat scroll 0 0;
color:#ffffff;
text-decoration:none;
}
a img {
border:medium none;
}
p, ul {
font-size:1em;
}
h1 {
font-size:1.8em;
font-weight:bold;
}
h2 {
font-size:1.6em;
font-weight:bold;
}
h3 {
font-size:1.4em;
font-weight:normal;
}
h4 {
font-size:1.2em;
font-weight:normal;
}
h5 {
font-size:1em;
font-weight:bold;
}
h6 {
font-size:1em;
font-style:italic;
}
span.header {
font-size:2em;
font-weight:bold;
line-height:1em;
}
#menu {
background-color: #fff;
bottom:0;
height:100%;
left:5px;
overflow:auto;
position:fixed;
top:30px;
width:210px;
z-index:9999;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
}
#menu ul li.section-title {
text-decoration:underline;
}
#content {
height:100%;
margin:0 0 0 215px;
top:0;
z-index:1;
}
.container {
padding:15px;
}
#content img {
cursor:default;
padding-top:35px;
}
#content p {
cursor:pointer;
margin-bottom:10px;
padding-top:0px;
width:250px;
}
p {
margin:0 0 9px;
}
#img-container {
margin:0;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}

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; }