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

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

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

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

a img { border: none; }

#menu {
    width: 250px;
    text-align: left;
    overflow: auto;
    top: 40px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 50px 20px 15px 0px;
          letter-spacing:.5px
}

#menu ul li {padding:.2em 0 .2em 0; }

#menu ul li.section-title {  font-weight: normal; text-decoration: none; color: #000000; letter-spacing: 0px; line-height:1.0em}

#content {
    height: 100%;
    margin: 25px 0px 0px 250px;
    top: 50px;
#content.container{
# margin-top: 10px;}
}
.container {
    padding: 30px 0px 0px 60px;
}

#content p { width: 1000px; margin-bottom: 0px;}

p {
    margin:  0px 0px 0px 0px;
}

h1 { font-size: 22px; letter-spacing:5px}
h2 { font-size: 24px; letter-spacing:5px}
h3 { font-size: 16px; letter-spacing:5px}
h4 { font-size: 12px; letter-spacing:5px}

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

#once { clear: left; }

#iframed { min-height: 10000px; overflow: hidden; }
