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

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

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

a:link { text-decoration: none; color:#0bbaca; }
a:active { text-decoration: none; color:#0bbaca; }
a:visited { text-decoration: none; color: #32322d; }
a:hover { text-decoration: none; background-color: #0bbaca; color:#32322d; letter-spacing:2px; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
	 border-width: 0px;
    top: 15px;
	 left: 15px;
    position: fixed;
/*  height: 100%;
	 bottom: 0; */
	 background-color: #fff;
    -moz-border-radius:10px 10px 10px 10px;
	 border: transparent solid 1px;	

}

#menu ul {
	list-style: none;
   margin: 0px 110px 10px 0px;

}

#menu ul li.section-title {background-color:#ccc; }

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

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	  font-family: Helvetica, Arial, sans-serif;
	  font-weight: bold;
	  font-size: 50px;
	  line-height: 30px;
     letter-spacing: -3px;
	  margin-bottom: 10px;
	  overflow: hidden;
				}
				
h2 { font-size: 35px; color: #32322d;}
h3 { font-size: 25px; color:#444; }
h4 { font-size: 20px; color: #777; }
h5 { font-size: 15px; color: #aaa; }
h6 { font-size: 10px; color: #0bbaca; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }