body {
	background-color: rgb(255,255,255);
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Gentium, Georgia, serif;
	font-size: 12pt;
	color: rgb(0,0,0);
	text-align: right;
}

div.carapace {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 850px;
	text-align: center;
}

div.logo_box {
	position: relative;
	top: 0px;
	right: 0px;
	width: 850px;
	height: 200px;
	margin: 0 auto;
	text-align: right;
}
img#main_logo, div#main_logo {
	position: absolute;
	bottom: 25px;
	left: 120px;
}

div.nav_box {
	position: relative;
	top: 0px;
	right: 0px;
	width: 250px;
	text-align: right;
}

div.mid_spacer {
	position: relative;
	width: 50px;
}

div#corpus {
	position: relative;
	top: 0px;
	right: 0px;
	width: 550px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

div.nav_tab {
	position: relative;
	top: 0px;
	right: 0px;
	margin-bottom: 10px;
	text-align: right;
}

div.nav_gallery_box {
	position: relative;
	text-align: center;
	margin: 10px auto;
}
div#gallery_main_case {
	position: relative;
	width: 550px;
	height: 700px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.gallery_box, td.gallery_box {
	position: relative;
	width: 550px;
	height: 700px;
	overflow: hidden;
	text-align:center;
	margin: 0;
	padding: 0;
}
img.gallery_tiny {
	border: 1px solid #000000;
	cursor: pointer;
	margin: 5px;
}
img.gallery_over {
	border: 1px dotted #617C58;
	cursor: pointer;
	margin: 5px;
}
img.well_framed {
	border: 1px solid #000000;
	margin: 5px;
}

div.body_title {
	position: relative;
	text-align: left;
	font-size: 27pt;
	margin-bottom: 20px;
}

div.main_frame {
	position: relative;
	text-align: center;
}
img.main_img {
	margin: 20px auto;
	border: 1px solid;
}


.post_title {
	font-size: 13pt;
	font-weight: bold;
}
.post_date {
	font-size: 9pt;
}

p, li {
	font-size: 11pt;
	line-height: 15pt;
	text-align: left;
}

.mock_link {
	font-family: Courier, 'Courier New', monospace;
	color: #617C58;
	text-decoration: none;
	cursor: pointer;
}
a:link, a:visited {
	color: #617C58;
	text-decoration: none;
}
a:hover {
	color: #617C58;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:active {
	color: #7E2217;
	border-bottom: 1px dotted;
	text-decoration: none;
}


.hr {
	position: relative;
	text-align: center;
	font-size: 10pt;
	color: #827839;
	margin: 30px auto;
}