*, *::before, *::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
	height: 100%;
}

body
{
font-family: 'Open Sans', sans-serif;
color: #333333;
font-size: 14px;
line-height: 24px;
margin: auto;
min-height: 100%;
position: relative;
top: 0;
}

.container:before, .container:after {
    content: "";
    display: table;
}
.container:after {
    clear: both;
}

.container{
	box-sizing: border-box;
	word-wrap: break-word;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	width: 95%;
}

.title
{
	box-sizing: border-box;
	word-wrap: break-word;
    border-bottom: 1px solid #404040;
	background: #fff none repeat scroll 0 0;
	position: fixed;
	width: 100%;
    text-align: center;
	top: 0;
	z-index: 1000;
}

.title h1
{
margin-bottom: 0;
font-family: "Sorts Mill Goudy",serif;
margin-top: 30px;
}

.title h3
{
color: #666;
margin-top: 5px;
font-family: "Sorts Mill Goudy",serif;
}

h3.menu
{
color: #666;
font-family: "Sorts Mill Goudy",serif;
font-size: 18px;
margin-bottom: 0;
margin-top: 10px;
}

ul.menu
{	
padding-left: 20px;
height: 800px;
}

ul.menu li.second_menu
{
margin-left: 30px;
list-style-type: square;
}

ul.menu li a
{
text-decoration: none;
color: inherit;
}

.centred
{
text-align: center;
}

.sidenav {
	background-color: #fff;
	height: 100%;
	overflow: auto;
	position: fixed;
	width: 300px;
	padding: 15px;
	z-index: 1;
}
.leftmenu {
  background-color: transparent;
  height: 100%;
  padding-bottom: 0;
  padding-top: 112px;
  position: fixed;
  top: 0;
  width: 320px;
}
.leftmenucontent {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;  
  width: 100%;
}
.main
{
	margin-left: 335px;
	padding: 20px;
}

.chapter-title
{
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
	font-family: "Sorts Mill Goudy",serif;
	margin: 0;
	padding: 30px 0 0;
}

.Second_title
{
    font-size: 18px;
    font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
    text-decoration: underline;
	font-family: "Sorts Mill Goudy",serif;
}

.chapter
{
border-bottom: 1px solid #333333;
}

img
{
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 2px 0 #d9d9d9;
    max-width: 90%;
    padding: 5px;
	margin: 20px 0;
}