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

body {
            font-family: Georgia;
font-size: 10px

}

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

a:link { text-decoration: none; color:#33CAF7; background-color:white; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#33CAF7; background-color:white; }
a:hover { text-decoration: none; color:white; background-color: #B9B9B9; }

a img { border: none; background: transparent; }

.logo { padding: 0px 0px 0px -28px;
     
}

#menu {

    font-family: Verdana;
    background-color: #fff;
    color: #909090;
    text-decoration: none;
    word-spacing: -0.2em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 1.3em;



    width: 170px;
    overflow: auto;
    top: 30px;
    bottom: 0;
    left: 26px;
    position: fixed;
    height: 100%;
    background-image:none);
    background-repeat:no-repeat;
}

#menu ul {
  
    background: #fff; 
    list-style: none;
    margin: 0 0 2px 16px;
}

#menu ul li.section-title {  

  font-family: georgia;
    background-color: #fff;
    color: #909090;
    text-decoration: none;
    word-spacing: -0.2em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 1.4em;}

#content {
    background-color: #fff;
    color: #909090;
    text-decoration: none;
    word-spacing: 0.1em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 1.3em;
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}


#menu .container {
    padding: 0px 0px 15px 0px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 1.6em; font-family: arial;  }
h3 { font-size: 16px; }
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; }