
html {
	height: 100%;
}

body {
	min-height: 100%;
}

body {
	background-color: #CCC;
	padding: 10px;
}

.lobster-outer {
	width: 602px;
	margin-left: auto;
	background: transparent url(lobster-full.png) no-repeat top left;
}

.lobster-inner {
	width: 400px;
	margin-left: 202px;
	background: #DDD url(lobster-half.png) no-repeat top left;
	background-position: -202px 0;
}

.lobster-content {
	padding: 10px;
	min-height: 621px;
}

p { padding-top: 5px; padding-bottom: 10px; }
.pageheader { padding-top: 25px; }
#pagebody { padding-top: 15px; }
.inlinepage { border: 0px; padding: 0px; }

a:link
, a:visited
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #F9F;
}
a:visited
{
	color: #000;
}

.no-underline,
.no-underline a:link,
.no-underline a:link img,
.no-underline img
{
	text-decoration: none;
	outline: none;
	border: 0px none transparent;
	border-bottom: none;
}

.parentlinks-separator { color: #DDD; }
.parentlinks-separator:before { content: "•"; }

.title
{
	margin-top: 8px;
	margin-bottom: 8px;
}

h1
, h2
, h3
, h4
, h5
, h6
{
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

body
, h1
, h2
, h3
{
	font-family: 'GentiumBasicRegular',Cambria,Garamond,Georgia,serif;
	font-style: normal;
	line-height: normal;
	font-size: 18px;
}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}

em { font-style: italic; }
strong { font-weight: bold; }

blockquote { font-style: italic;}

li {
	font-size: 0.90em;
	margin-left: 18px;
	list-style-type: circle;
}

.nav-size {
    width: 18px;
    height: 18px;
}
.nav-home
,.nav-next
,.nav-prev {
	background: transparent url(/style/lobster/icons.svg);
    background-size: 400px 400px;
    float: right;
    margin-right: 5px;
}
.nav-block a:link
,.nav-block a:visited {
    border-bottom: none;
}

.nav-home { background-position: 310px 454px; }
.nav-next { background-position: 382px 598px; }
.nav-prev { background-position: 454px 598px; }

.nav-home { background-position: 155px 227px; }
.nav-next { background-position: 191px 299px; }
.nav-prev { background-position: 226px 299px; }

.nav-block { float: right }

