html { 
	background-color: #111111;
	font-size: 100%;
	font-family: Garamond, serif;
}

body {
	margin: 0px;
}

#masthead {
	width: 100%;
	height: 110px;
	background-image: url(img/hbg.jpg);
}

#ignotus {
	width: 345px; height: 70px;
	margin: 0px auto;
	background-image: url(img/ignotus.jpg);
}

#content {
	background-color: #EDEDED;
	border: 1px solid black;
	font-size: 1.2em;
	padding: .5em 2em;
	width: 80%;
	min-width: 750px;
	margin: 0px auto 3em auto;
	/*position: relative;
	top: 10px;*/
	font-size: .9em;
	font-family: helvetica, arial, sans-serif;
}

#content h1 {
	font-size: 1.2em;
	font-family: helvetica, arial, sans-serif;
}

#content a {
	color: #042902;
	font-weight: bold;
} #content a:hover {
	color: #2d8126;
}

#left, #right {
	width: 45%;
	margin-bottom: 1em;
}
#left {  float: left;  margin-left: 3%; }
#right { float: right; margin-right: 3%; }

#left h1, #right h1 {
	margin: 0px;
	margin-top: 1em;
	border-bottom: 1px solid black;
/*	font-size: 1.2em;
	font-family: helvetica, arial, sans-serif;*/
}

#header {
	font-size: .8em;
	color: #777777;
	width: 100%;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #999999;
	padding-bottom: .5em;
	font-family: helvetica, arial, sans-serif;
} #header:hover {
	color: black;
}

#header strong {
	color: #853939;
} #header:hover strong {
	color: #d00101;
}

#message {
	font-size: 1.3em;
	font-family: Georgia, Garamond, Times New Roman, serif;
	color: #664400;
	text-align: justify;
}

#left {
	text-align: center;
}

.footer {
	clear: both;
}

.badge_block {
	margin-bottom: .3em;
	font-size: .8em;
	margin-top: 10px;
	margin-left: 60px;
	padding-top: 2px;
	min-height: 55px;
}

.badge_block img.badge {
	position: relative;
	display: block;
	top: 0px; left: -60px;
	width: 50px;
	border: none;
	margin-bottom: -48px;
	margin-right: 1em;
}
.badge_block p {
}

#flickr {
	font-size: .9em;
	position: relative;
	top: 8px; left: 30px;
	width: 250px;
	display: block;
}

#flickr h1{
	margin: 0px; padding: 0px;
	font-size: 1.1em;
	border: none;
}

#flickr img {
	max-width: 300px;
	border: none;
}