html { min-height: 100%; }

.AndaleMonoMTStd { 
	font-family: AndaleMonoMTStd;
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: AndaleMonoMTStd;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000;
	background-image: url(../_img/siteSky2.jpg);
	margin: 0;
	padding: 0;
	min-height: 100%;
}

h1, h2
{
	margin: 0;
	text-align: center;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 35px;
}

h1:first-letter { font-size: 130%; }
h1 .big_cap { font-size: 130%; }
h1.bottom { margin-top: 35px; }
h1.about_eve, p.about_eve, p.quote_source { font-family: Times, serif; }

p.about_eve
{
	font-size: 120%;
	text-indent: 0;
}

p.quote_source
{
	font-style: italic;
	text-align: center;
	margin-left: 70px;
	margin-top: -10px;
}

.quote_source_line_2 { margin-left: 30px; }
h1.about_eve:first-letter { font-size: 160%; }
h1.about_eve .big_cap { font-size: 160%; }

p
{
	text-indent: 2em;
	line-height: 1.5em;
}

p.center { text-align: center; }

p.attribution
{
	text-indent: 150px;
	margin-top: 80px;
}

p.noindent { text-indent: 0; }

p.fullindent
{
	text-indent: 0;
	margin-left: 2em;
}

.underscore { text-decoration: underline; }
.hidden { visibility: hidden; }
.visible { visibility: visible; }

#ultimate_container
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 900px;
}

#h_centered_content
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 500px;
	min-height: 100%;
	overflow: visible;
}

#v_centered_content
{
	position: absolute;
	top: 50%;
	margin-top: -400px;
	/* half of #content height*/
	left: 0;
	width: 100%;
	height: 800px;
}

.front_cover, .back_cover, .page_layout_01, .page_layout_02, .page_layout_03
{
	height: 710px;
	width: 300px;
	position: absolute;
	top: 0px;
	padding: 90px 100px 0 100px;
	background-repeat: no-repeat;
}

.front_cover { background-image: url(../_img/front_cover.jpg); }
.back_cover { background-image: url(../_img/back_cover.jpg); }
.page_layout_01, .page_layout_02, .page_layout_03 { background-image: url(../_img/background_inside.jpg); }
.page_layout_01 { line-height: 4em; }

.page_layout_02
{
	padding-top: 150px;
	height: 650px;
}

.page_layout_03
{
	padding-top: 70px;
	height: 730px;
}

#image_flipper_container
{
	position: relative;
	z-index: 100;
	width: 460px;
	height: 100%;
	margin: 0 auto;
}

#image_flipper_left
{
	top: 50%;
	margin-top: -20px;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../_img/left_arrows_200pct.png);
	background-repeat: no-repeat;
	background-position: -80px;
}

#image_flipper_left:hover {
background-position: -40px;
cursor: pointer;
}

#image_flipper_right
{
	top: 50%;
	margin-top: -20px;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	background-image: url(../_img/right_arrows_200pct.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

#image_flipper_right:hover {
background-position: -40px;
cursor: pointer;
}
