/* Style Sheet */
* {
    margin: 0;
    padding: 0;
}
html {
    background-color: #d7d7d7;
}
body {
    margin: 5px auto;
    max-width: 70em;
    box-shadow: 0px 0px 10px #373737 inset;
    border: 2px solid;
    border-radius: 0.8em;
	background-color: #F6F7EA;
    color: #002900;
    font-family: Arial, Helvetica, 'Times New Roman', serif;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
img.oblong,
img.oblong-2,
img.high,
img.high-2 {
    border: 4px solid #2D3034;
    margin-left: 15px;
}
p {
    max-width: 62em;
	padding: 15px;
    font-size: 1em;
}
#navi {
    margin: 0px 15px 15px;
}
#navi a {
    display: inline-block;
    margin: 0 14px;
}
@media only screen and (max-width: 800px) {
    img.oblong {
    width: 680px;
    height: 510px;
	margin-left: 5px;
}
    img.oblong-2 {
    width: 680px;
    height: 454px;
	margin-left: 5px;
}
	img.high {
    width: 510px;
    height: 680px;
}
	img.high-2 {
    width: 454px;
    height: 680px;
}
p {
    font-size: 0.8em;
}
}