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

body {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 16px;
	letter-spacing: 0.03em;
	color: #666;

}

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

#menu a:link { text-decoration: none; color:#666;}
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; color: #ddd; }
#menu a:hover { text-decoration: underline; }


a:link { text-decoration: underline; color:#666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ddd; }
a:hover { text-decoration: underline; }


a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	right: 20px;
    position: fixed;
    	background-color: #fff;

    height: 100%;
	z-index: 5;
	margin-left: 20px;
	margin-top: -20px;
}

#menu ul {
	list-style: none;
	margin: 0px 0 16px 0;
	margin-left: 2px;
}

#menu ul li.section-title { margin-left: 0px; margin-bottom: 4px; font-weight:normal}
#menu ul li { margin-left: 0px; line-height: 14px;}

#menu .container {
	padding-left: 20px;
	padding-top: 6px;
}

#content {
    height: 100%;
    margin: 0;
    margin-top: 20px;
    margin-left: 20px;
}

.container {
    padding: 0px 0px 0px 0px;
    top: 20px;
    position: absolute;
    z-index: 1;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: px; margin-bottom: 10px; text-align: right; line-height: 20px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding-right: 240px; padding-left: 0px; padding-top: 0px;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }


#text {
	text-align: left;


}
