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

body {
	color: #3e3e3e;
	  padding: 0;
	  margin: 0;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 0.6875em;
	  line-height: 1.273em;
	  width: 100%;
	  position: relative;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { 
	color: #e4292c;
	  font-size: 1.2em;
	  font-weight: normal;
	  margin-bottom: 1em;
        background-color: none;
border-bottom: 1px dotted;
	    border-color: #e4292c;
padding: 0px 0px 0px 0px; 
}

#content {
    height: 100%;
    margin: 25px 0px 0px 215px;
    top: 0;
    background-color: #fff;
}

.container {
    padding: 0px 40px 25px 30px;
}

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

p {
margin: 0 0 9px 0;
background-color: #fff;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }

h4 { color: #e4292c;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.75em;
    background-color: white;
border-bottom: 1px dotted;
    border-color: #e4292c;
padding: 0px 0px 0px 0px;
}

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

#once { clear: right; }