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

body { color: gray; font-size: 16px; font-family: arial; background: #fff; }

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

a:link { color: gray; font-size: 16px; text-decoration: none; }
a:active { font-size: 16px; text-decoration: none; }
a:visited { text-decoration: none; color: #b0b0b0; font-size: 16px; }
a:hover { color: fuchsia; font-size: 16px; text-decoration: none; }

a img { border: none; }

#menu { color: #545454; font-size: 16px; width: 215px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; background-color: #f0f0f0; margin-top: 0px; margin-left: 0px; }

#menu ul { color: #545454; font-size: 16px; list-style: none; margin: 0 0 18px; }

#menu ul li.section-title { }

#content { color: gray; height: 100%; margin: 0 0 100px 245px; top: 0; }

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

#content p { 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; }
