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

body {
	font-size: 14px;
	font-family: anivers-sc, sans-serif;
	font-style: normal;
	font-weight: 400;
	background: #FFF;
	line-height: 1.4em;
      }
      
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3366CC; }
a:active { text-decoration: none; color: #3366CC; }
a:visited { text-decoration: none; color: #3366CC;}


a.sub_links { color: #3366CC; }

#hilight_thesis { }

#hilight_thesis  a:hover { background: #FFFF00; }

a img { border: none; }

#menu { 
    font-family: anivers-sc, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 225px;
    overflow: hidden;
    top: 0;
    bottom: 12px;
    left: 0px;
    position: fixed;
    height: 100%;
    background-color: #fff;    
    display: block;
}

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


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

/* #menu ul li { border-bottom: 2px solid #eee; } */

#menu ul li a:hover { background: #FFFF00; }

#menu ul li.section-title a:hover { background: #FFFF00; }


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

  #content a:hover { background: #FFFF00; }

.container {
    padding: 25px 5px 25px 10px;
}

#moveright {
   height: 100%;
   margin: 0 0 0 300px;
   top: 0;
}

.container2 {
    padding: 25px 5px 25px 10px;
}

#content p { 

width: 576px; 
margin-bottom: 15px; 

}

p {
    margin: 0 0 10px 0;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0px 0px 0px 200px; padding: 0;}
#img-container p { width: 0px; margin: 0; padding: 0 0 12px 0; }
#img-container new { margin: 5px; padding: 0;}

#once { clear: left; }
