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

body {
	font-size: 11px;
	font-family: Courier,monospace;
	color: #333333;
	background: #E0FFFF;
	padding-top: 130px;
}

blockquote p {
	text-indent: -0.5em;
	}

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

a:link {
  color:#FF2400;
  text-decoration:none;
  }
a:visited {
  color:#FF2400;
  text-decoration:none;
  }
a:hover {
  color:#E0FFFF;
  background-color:#FF2400;
  }

 a.img:link { 
  color:transparent;
  background: transparent; 
  }

#menu {
    width: 170px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 120%;
    padding: 20px; 
    background-color: #E0FFFF;


}

#menu ul {
	list-style: none;
	margin: 0 14px 12px 0;
        background-color: #E0FFFF;
}

#menu ul li.section-title { }

#content {
    height: 110%;
    margin: 0 0 0 250px;
    top: 60px;
    background-color: #E0FFFF;
}

.container {
    padding: 5px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; }

#img-container img {
    border: #fff solid 3px;
}

#once { clear: left; }