/* 
    Created on : Dec 19, 2016, 2:20:29 PM
    Author     : rory
*/

html, body
{
	height:				100%;
}

body, div
{
	background-color:	#ECE2C7;
	color:				#444444;
	font-family:		sans-serif;
	padding:			0px;
	margin:				0px;
	min-height:			50px;
	text-align:			center;
}

a {
	text-decoration: none;
}

#container
{
	padding-bottom:		100px;
}

p
{
	vertical-align:		middle;
	text-align:			left;
	margin-left:		2em;
}

p.S
{
	margin:				0px;
}

li
{
	text-align:			left;
}

.I
{
	visibility:			hidden;
}

h1 {
    overflow: hidden;
    text-align: center;
    font-size: 1em;
}
h1:before,
h1:after {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 10%;
    margin-bottom: .15em;
}
h1:before {
    right: 1em;
    margin-left: -50%;
}
h1:after {
    left: 1em;
    margin-right: -50%;
}

h4
{
	text-align:		left;
}

#nanoGallery3
{
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
}

iframe
{
	border:			1px #bbbbbb solid;
}