/* Copyright 2008 Ben Syverson. All rights reserved. */

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 88%;
	color: #666;
	text-align: center;
	background-color: #cbcac9;
}

a { color: #0ff; text-decoration: none;}
a:visited { color: #f0f; }
a:hover { color: #000; text-decoration: underline;}

img { border: 0; }
p { margin: 0; text-align: left;}
ul { padding-left: 35px;}
li { list-item:none; list-style: none; text-align:left;}

body div.texts, body div.photo, #stuff {
	width: 810px;
	position: relative;
	top: 90px;
	margin-left: auto;
	margin-right: auto;
}

body div.texts, body div.photo {
	height: 540px;
}

#mark, #title {
	position: absolute;
	top: -60px;
	padding: 0;
}

#mark { right: 0px; }
#title { left: 0px; }



#next, #prev { 	position: absolute; bottom: 0px; padding: 0; }
#prev { left: 0px; }
#next { right: 0px; }

h6 {
	font-size: 80%;
	color: #e8e8e8;
	position: relative;
	top: 100px; 
	width: 100%;
	height: 1em;
}


.left {
	text-align: left;
	position: absolute;
	left: 0;
}

.right {
	text-align: left;
	position: absolute;
	right: 0;
}

/* photo rules */
body div.photo {
	background-color: #fff;
}

.photo img {
	float: left;
	padding-right: 16px;
}

.photo p {
	padding: 16px 16px 16px 0px;
	font-size: 88%;
	color: #bbb;
}

/* flex rules */

/* pages */
div.left {
	position: absolute;
	bottom: 0;
	width: 400px;
	height: 540px;
	background-color: #fff;
	overflow: auto;
}

div.right {
	position: absolute;
	bottom: 0;
	width: 400px;
	height: 540px;
	background-color: #fff;
	overflow: auto;
}

.left, .right {
	font-size: 95%;
}

.left p, .right p {
	margin: 10px 20px 0 32px;
}
