/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*
*blue grey e1edef
*pink ffccff
*uva cabfcd
*
*/
* {
margin: 0;
padding: 0;
}

body { 
color: #000000;
font-size: 12px;
line-height: 1.2em;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
background: #fff;
}

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

a:text { text-decoration: none; color: #000000; }
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; background-color: #000000; color: #f2f2f2; }

a img { border: none; }

#menu {
width: 200px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #ffffff;
background-image: url("");
background-repeat: repeat;
}

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

#menu ul li.section-title {
text-decoration: none; 
color: #000000; 
}

#menu ul li.active a {
color: 000000;
font-weight: bold;
text-decoration: none;
}

#content { 
height: 100%;
margin: 0 0 0 200px;
top: 0;
right: 9px;
}

.container {
padding: 16px 20px 20px 20px;
}

#content p { 

width: 650px;
margin-bottom: 9px;
}

p {
margin: 0 0 9px 0;
}

h1 {
color: #ffffff;
font-size: 18px; 
line-height: 1.15em;
width: 650px;
}

h2 {
font-size: 12px;
line-height: 1.2em;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: normal;
text-decoration: none;
color: #fff;
margin: 0 0 0 0px;
}

h3 {
display: inline; 
font-weight: normal;
color: #FF0091;
font-size: 12px;
}

h4 { font-size: 12px; }

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

#once { clear: left; }