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

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif; color: #009ACD;
	background: #fff;
}

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

a:link { background-color: #009ACD; text-decoration: none; color: #fff;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #fff; background-color: #009ACD;}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 34;
    bottom: 0;
    left: -5;
    position: fixed;
    height: 100%;
    line-height: 16px;
    font-family: Helvetica, sans-serif;
    font-size: 12px; font-weight: normal; color: #009ACD;;

}

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

pre { font-family: Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold; background-color: #009ACD; padding: 5px; margin: 2px;}
h1 { font-size: 18px; background-color: #009ACD; color: #fff; font-weight: bold; line-height: 22px; width: 350px; padding: 5px;}
h2 { font-size: 12px; color: #fff; font-weight: regular; border-bottom: 1px dotted; }
h3 { font-size: 36px; font-weight: bold; color: #009ACD; line-height: 44px; }
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; }