/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fffded none repeat scroll 0 0;
font-family:Verdana,sans-serif;
font-size:10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #787878 }
a:active { text-decoration: line-through; }
a:visited { text-decoration: line-through; color: #787878; }
a:hover { text-decoration: line-through; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto; 
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fffded;
}

#menu ul {
	list-style: none;
	margin: 0 0 14px 0;
}

#menu ul li.section-title {

	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	font-family: Helvetica, Verdana, sans-serif;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


#content {
    line-height: 10pt;
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
}

.container {
    padding: 25px 0px 0px 25px;
}

#content p { width: 500px; margin-bottom: 10px; margin-top: 0}

p {
    margin: 0 0 25px 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; }