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

body {
	font-size: 12px;
	background #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight:lighter;
}

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

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

a img { border: none; }

#menu {
    width: auto ;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: none;
}

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

#menu ul li.section-title { margin-bottom:7px; text-decoration:none }

#content {
    height: 100%;
    margin: 0 0 0 235px;
    padding-top: 130px;
}

.container {
    padding: 20px 17px 25px 22px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { margin-bottom: 65px; margin-top:5px;

}
h2 { color: none }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }