﻿/* CSS layout */
#masthead {
	background-color: #FFB717;
	border-width: 0px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 25px;
	top: 0px;
	left: 0px;
	background-color: #FFB717;
	position: fixed;
	z-index: 10;
}
#top_nav {
}
#container {
	position: relative;
	width: 955%;
}
#left_col {
	margin: 0px;
	width: 200px;
	height: 1000px;
	top: 25px;
	bottom: 25px;
	left: 0px;
	position: fixed;
	z-index: 0;
}
#footer {
	margin: 0px;
	background-color: #FFB717;
	width: 955px;
	height: 25px;
	top: 1000px;
	position: absolute;
}
#right_col {
	background-color: #E2F4F5;
	height: 1000px;
	top: 25px;
	bottom: 25px;
	width: 100%;
}
#chapter_title {
	background-color: #FFFFFD;
}
#in_this_chapter {
	background-color: #FFFF00;
}
#sample_text {
	background-color: #FFFF00;
}
#chapter_title_header {
	color: #458299;
	font-weight: bold;
	font-size: 300%;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	height: 40px;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}
chap_img {
	position: absolute;
	width: 350px;
	height: 325px;
	z-index: 0;
	left: 30px;
	top: 205px;
	background-color: #FF0000;
}
chap_img {
	position: absolute;
	width: 350px;
	height: 325px;
	z-index: 0;
	left: 30px;
	top: 205px;
	background-color: #FF0000;
}
#img_logo {
	z-index: 10;
	position: fixed;
}
.chpt_img {
	vertical-align: middle;
	text-align: center;
}
#content_text.ul {
	font-family: "Arial Narrow";
	font-weight: bold;
	text-align: left;
}
content_example {
	border: 2px solid #0000FF;
	background-color: #000000;
}
#number_col {
	font-size: smaller;
	font-weight: bold;
}
#nav_layer {
	position: fixed;
	z-index: 10;
}
#in_this_chapter {
	font-size: x-large;
	font-weight: bold;
}
#white_box {
	background-color: #FFFFFF;
}
