/**
* 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: 15px;
font-weight: regular;
line-height: 1.2em;
font-family: Times New Roman, Times, Georgia;
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: #000000; color: #000000;  }


a img { border: none; }

#menu {
width: 200px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
weight: 100%;
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: #ffffff; 
}

#menu ul li.active a {
background: #000000;
color: #000000;
font-weight: regular;
text-decoration: none;
a:visited { background: #000000; text-decoration: none; color: #000000; }

}

#content {
height: 100%;
margin: 0 0 0 200px;
top: 0;
}

.container {
padding: 20px 20px 20px 20px;
}

#content p { width: 650px; margin-bottom: 20px; margin: 0 0 9px 0; }

p {
margin: 0 0 9px 0;
}

h1 {
color: #000000;
font-size: 15px; 
line-height: 1.15em;
width: 100px;



}

h2 { font-size: 15px; }
h3 { font-size: 15px; }
h4 { font-size: 15px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 300px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }