#container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.float_container {
        display: table;
        border-spacing: 15px;
        width: 99%;
        margin-top: 0px;
        margin-bottom: 10px;
}
.body_quote {
	border-style: solid;
	border-width: 1px;
	border-color: black;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.body_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.body_left, .body_right {
        display: table-cell;
        float: none;
        vertical-align: top;
        width: 40%;
        padding: 20px;
}
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
/* Basic hyperlink declarations. */
a:link {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	text-decoration: underline;
}
a:visited {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	text-decoration: underline;
}
a:hover {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	text-decoration: underline;
}
a:active {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	text-decoration: underline;
}
p {
	font-family: 'Muli', sans-serif;
	color: black;
	font-size: 22px;
	text-align: left;
}
.quote {
        color: black;
        font-family: 'Muli', sans-serif;
        font-size: 20px;
}
.centered {
        text-align: center;
}
h1 {
	font-family: 'Muli', sans-serif;
	color: black;
	font-size: 72px;
	text-align: center;
}
h2 {
        font-family: 'Muli', sans-serif;
        color: black;
        font-size: 20px;
        text-align: center;
}
.menu_circle_black_small {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: black;
        display: inline-block;
}
.ns {
display: none;
border: 0px;
height: 0px;
}

