html {
	width:100%;
	height:100%;
}
body {
	font-family:CantarellRegular;
	width:100%;
	height:100%;
	text-align:left;
	background-color:#D5E0F2;
	color:#3D0000;
	margin:0px;
	padding:0px;
	min-width:800px;
}
a{
	text-decoration:none;
	color:#069;
	border:none;
}
a:hover{
	text-decoration:underline;
	border:none;
}
a img{
	border:none;
}
img {
	border:none;
	vertical-align:top;
}
.right {
	width:100%;
	text-align:right;
	position:relative;
	right:10px;
}
.center {
	width:100%;
	text-align:center;
}
.center_div {
	position: relative !important;
	width:1050px !important;
	margin:0 auto 0 auto;
}
#content_wrapper {
	width:100%;
}
/******************
*
* header
*
*****************/
#top {
	position:relative;
	height:75px;
}
#page_header {
	position:absolute;
	font-size:22pt;
	text-transform:uppercase;
	bottom:-3px;
}

#page_header a {
	color:#3d0000;
}
#page_header a:hover{
	text-decoration:none;
}
/********************
 *
 *  menu
 *
 *******************/
#menu{
	width:700px;
	font-size:12pt;
	text-transform:uppercase;
	position:absolute;
	left:265px;
	bottom:0px;
}
#menu ul {
	padding:0px;
	margin:2px 0 0 0;
}
#menu ul li {
	float:left;
	padding-right:12px;
	list-style:none;
}
#menu a{
	color:#3D0000;
}
/*******************
 *
 *   main
 *
 ******************/
#main {
	position:relative;
	border-top:3px solid #3D0000;
	border-bottom:3px solid #3D0000;
	width:100%;
	height:407px;
	overflow:hidden;
}
#main_left {
	position:absolute;
	top:4px;
	left:0;
	height:400px;
	width:515px;
}
#main_center {
	position:absolute;
	top:4px;
	left:515px;
	height:400px;
	width:265px;
}
.cover{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#D5E0F2;
}
.background{
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
}
.foreground{
	position:absolute;
	z-index:1000;
	width:100%;
	height:100%;
}
/*******************
 *
 *  info
 *
 ******************/
#main_right {
	position:absolute;
	top:85px;
	left:790px;
	height:400px;
	width:260px;
	font-size:12pt;
}
.info_section{
	text-transform:uppercase;
	font-weight:bold;
}
.info_section a{
	text-transform:none;
	font-weight:normal;
}
.info {
	padding-left:1px;
	line-height:18px;
}
#twitter {
	width:150px;
}
#twitter_spacer {
	height:10px;
}
/*******************
 *
 *   other content
 *
 ******************/
#extra, .db_error{
	clear:both;
	position:relative;
	width:850px;
	margin:30px auto;
}
#otherworks{
	clear:both;
	position:relative;
	width:800px;
	margin:0px auto 30px auto !important;
}
#column_right {
	position:absolute;
	width:45%;
	left:50%;
	top:-30px;
}
#column_left {
	width:45%;
}
.works_section{
	margin-top:30px;
	padding-bottom:15px;
	font-size:11pt;
	text-transform:uppercase;
	font-weight:bold;
}
.work_title{
	padding-top:10px;
	font-size:18pt;
}
.work_info{
	font-size:11pt;
	font-style:italic;
	width:100%;
}
/******************
*
* footer 
*
*****************/
#footer_line {
	width:100%;
	border-top:3px solid #3d0000;
	line-height:3px;
}
#footer {
	clear:both;
	width:100%;
	text-align:center;
}
#bottom_info {
	position:absolute;
	width:250px;
	font-size:9pt;
	margin-top:5px;
}
#book_title {
	width:100%;
	font-size:21pt;
	text-transform:uppercase;
}
#book_pub {
	width:100%;
	font-size:16pt;
}
/******************
*
* backgrounds
*
*****************/
#main_content, #main_background {
	position:absolute;
	width:100%;
	height:100%;
}
#main_content div, #main_background div, #main_content img, #main_background img, #main_content span, #main_background span, #main_content object, #main_background object{
	z-index:inherit;
}
#main_content {
	z-index:1
}
#main_content {
	z-index:100
}
/******************
*
* Fonts  not being used
*
@font-face {
	font-family: 'CantarellRegular';
	src: url('fonts/cantarell-regular-webfont.eot');
	src: local('Cantarell'), url('fonts/cantarell-regular-webfont.woff') format('woff'), url('fonts/cantarell-regular-webfont.ttf') format('truetype'), url('fonts/cantarell-regular-webfont.svg#webfontC0h7FhCq') format('svg');
	font-weight: normal;
	font-style: normal;
}
*****************/

