
.clear        { clear:both; }
.left         { float:left; }
.right        { float:right; }
img.left      { margin-right:1em; margin-bottom:1.8em; }
img.right     { margin-left:1em; margin-bottom:1.8em; }
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }

.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	color: #111;
	font: 12px;
	background-color: #ffffff;
}

h1{
  margin: 0 0 12px 0 auto;
}

.image img{
	border: 1px solid black;
}

.image .caption{
	font-size: .7em;
	margin: .5em;
}


a{
	color: #111;
}
#navcontainer {
text-align: center;
margin: 2em auto;
}
#navcontainer ul
{
text-align: center;
padding: 0;
margin: 0;
background-color: black;
color: white;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: black;
color: White;
text-decoration: none;
border: 1px solid #fff;
white-space: nowrap;
line-height: 2em;
}

#navcontainer ul li a:hover,
#navcontainer ul li.active a
{
background-color: brown;
color: #fff;
}

#content{
	position: relative;
	width: 100%;
	margin: 36px auto;
}

#content p{
	margin: 1em 30%;
	text-align: left;
}

#content ul,
#content li {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
}

#search{
	margin: 2em auto;
	/** CUZ BORKED **/
	display: none;
}

#footer, 
#footer a {
  padding-top: 24px;
  clear: both;
  font-size: .8em;
  color: #333;
}
#footer p{
  text-align: center;
}

