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

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

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

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

a img { border: none; }

#menu {
   width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 25px;
    position: fixed;
    height: auto;
	background-color:#ccff33;
}

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

#menu ul li.section-title {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style:italic;
	font-weight: bolder;
	color: #000;
 }

#content {
    height: 100%;
    margin: 25px 0px 0px 300px;
    top: 0;
}

.container {
    padding: 25px 0px 00px 25px;
}

#content p { width: 600px; margin-left: 25px; margin-bottom: 25px;  }

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32px; }
h2 { margin-left: 25px;
     width: 500px;
     font-family: Courier, serif;
	 font-size: 15px;
	 line-height: 20px;
	 font-weight: lighter;
	 color: #000; }
h3 { margin-left: 25px;
     width: 500px;
     font-family: Verdana, sans-serif;
	 font-size: 12px;
	 line-height:20px;
	 font-weight: lighter;
	 color: #000;
}
h4 { font-size: 12px; }

#img-container	{ margin-left: 25px; padding: 0; background-color:#FFFFFF;
 }
#img-container p	{ width: 150px; margin:0; padding: 0 0 25px 0; }

#once { clear: left; }