html {
	height:100%
	}
body {
	margin:0 0;
	padding:0 0;
	height:100%;
	overflow:hidden;
	}

/* Structure */
#bg {
	display:none;
	}
#seventy {
	float:left;
	width:70%;
	height:100%;
	text-align: center;
	display:table;
	vertical-align:middle;
	}
#thirty {
	float:right;
	background:white url('../img/shadow.png') 0 0 repeat-y;
	width:30%;
	height:100%;
	display:table;
	vertical-align:middle;
	}
#thirty-container, #seventy-container {
	vertical-align:middle;
	display:table-cell;
	}
#toc {
	margin:0 auto;
	text-align: center;
	width:240px;
	}
#toc-list {
	padding:20px 0;
	}
.toc-title {
	font-weight: bold;
	}
.tagline {
	margin:0 0;
	padding:0 0;
	font-style: oblique;
	color:#b23316;
	}
#title {
	margin:0 auto;
	padding:10px;
	background:white;
	text-align:center;
	width:270px;
	}
.dingbat {
	padding:0 0;
	margin:30px auto;
	}
.bottom {
	margin-bottom:0px;
	}
.shadow {
	box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	}
#dragme {
	position:fixed;
	bottom:10px;
	right:10px;
	background:white;
	color:silver;
	}

/*Formatting */
body {
	font-family: "Georgia",serif;
	font-size:14px;
	}
a:link, a:visited {
	color:black;
	text-decoration: none;
	}
a:hover, a:active {
	color:black;
	text-decoration: underline;
	}
ul li {
	line-height: 2.6em;
	display:list-item;
	}
ul {
	list-style-type:none;
	margin:0 0;
	padding:0 0;
	}
ul ul li {
	font-size: .8em;
	line-height: 2.6em;
	font-style: italic;
	}
