p, ul, ol, table {
	font-family: "Times New Roman", Times, FreeSerif, serif;
}

p {
    margin: 10px 11px 0px 6px;
}

hr {
    margin: 10px 5px 0px 0px;
    height: 1px;
	color: #A6A6A6;
}

td {
    vertical-align: middle;
    padding: 5px;
}

em {
    color: #8C1207;
}

body {
    background: #D9D9D9;
}

.section{
	text-align: center;
}
.intro {
	max-width: 650px;
	margin: 42px auto 10px auto;
	font-size: 1.1em;
	line-height: 1.2;
    text-align: justify;
	max-height: 750px;
	overflow: auto;
}

h1 {
	font-family: Verdana, Tahoma, sans-serif;
	color: #8C3D35;
    text-shadow: 1px 1px 2px #777;
	font-size: 1.5em;
}

.half {
    margin: 5px 11px 0px 6px;
}

.double {
    margin: 20px 11px 0px 6px;
}

.small {
    font-size: 0.8em;
}

.imgl {
    float: left;
    margin: 6px 10px 4px 0px;
}

.imgr {
    float: right;
    margin: 6px 0px 4px 10px;
}

.txtr {
    text-align: right;
}

.txtc {
    text-align: center;
}

.author {
    font-size: 0.85em;
    text-align: right;
    margin-right: 5px;
	color: #73534C;
}

.authorr {
    font-size: 0.85em;
    font-variant: small-caps;
}

.quotl {
    float: left;
    width: 257px;
    margin: 12px 10px 5px 5px;
    border: 1px solid #A6A6A6;
    padding-bottom: 5px;
	color: #8C1207;
}

.quotr {
    float: right;
    width: 257px;
    margin: 12px 5px 5px 10px;
    border: 1px solid #A6A6A6;
    padding-bottom: 5px;
	color: #8C1207;
}

.quotl p, .quotr p {
    font-size: 1.6em;
    margin: 5px 5px 0px 5px;
}

#contact {
	display: none;
}


#menu li {
	display: inline-block;
	margin: 8px 0 0 8px;
	background: #fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
            border-radius: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #8C3D35;
	font-size: 1em;
    text-shadow: 1px 1px 2px #777;
}
#menu li.active{
	background: #666;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #8C3D35;
}
#menu li.active a:hover{
	color: #8C3D35;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 5px 8px;
	display: block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position: fixed;
	top: 0;
	left: 0;
	height: 42px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}