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

body {
	font-size: 13px;
	font-family: Helvetica;
	background: #fff;
	color: #3E718E;
}

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

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

a img { border: none; }

#menu {
    width: 217px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 20px;
	font-size: 15px;
	font-family: helvetica;
	font-weight: normal;
	line-height: 14px;
}

#menu ul li.section-title {color: #79CEC3; }

#content {
    height: 100%;
    margin: 50px 0 0 285px;
    top: 0;
}

.container {
  }

#content p { width: 900px;}

p {font-size: 15px;
   font-weight: normal;
   line-height: 20px;
   margin-top: 5px;
}

h1 { font-size: 32px;
     line-height: 28px;
	 margin-top: 4px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
