@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/de_nl_bg.jpg);
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}


#header-title {
	position:fixed;
	left:0px;
	top:0px;
	width:98%;
	height:97px;
	z-index:10;
	background-image: url(images/de_hdr_bg.jpg);
	background-repeat: no-repeat;
}
#header-box {
	position: static;
	left: 20px;
	top: 10px;
	right: 20px;
	z-index: 10;
	background-image: url(images/de_hdr_bg.jpg);
	background-repeat: no-repeat;
}
#subheader-box {
	position: static;
	left: 20px;
	right: 20px;
	line-height: 26px;
}
#nav-container {
	top: 97px;
	position: fixed;
	width: 98%;
	background-color: #000000;
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	z-index: 2;
}
#nav-container #navigation {
	position: absolute;
	top: 110px;
	width: 98%;
}
#ellis_photo {
	position:fixed;
	left:8px;
	top:135px;
	width:170px;
	height:251px;
	z-index:2;
	background-color: #000000;
}
#content {
	position: absolute;
	height: auto;
	width: 78%;
	top: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #000000;
	font-weight: bold;
	left: 178px;
	z-index: 1;
}
#book_nav {
	position: fixed;
	height: auto;
	width: 175px;
	left: 10px;
	top: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red-text {
	color: #FF0000;
}
.gray_text {
	color: #999999;
}
.small_text {
	font-size: 10px;
	font-weight: bold;
}
.body_text {
	text-align: justify;
}
.bolded {
	font-weight: bold;
}
.bold-red {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.bold-gray {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
