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

/* Layout */


html, body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	}

#wrapper {
	width: 800px;
	background-color: #2c190b;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding:0px;
	}

#titlebar {
	width: 100%;
	height: 74px;
	background-color: #2c190b;
	background-image:url(../images/default_tb.jpg);
	padding-top: 20px;
	text-indent: 1em;
	}

#breadcrumb {
	width: 90%;
	background-color: #2c190b;
	margin-left: 5%;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFCC99;
	line-height: 300%;
	}
	
#setting {
	width: 90%;
	background-color: #2c190b;
	margin-left: 5%;
	font-family:"Courier New", Courier, monospace;
	color:#669900;
	font-size:large;
	font-weight:bold;
	line-height:normal;
	}

#content {
	width: 90%;
	background-color: #2c190b;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	text-indent: 3em;
	text-align: left;
	color: #FFCC99; 
	font-size: x-large;
	}

#standard {
	width: 90%;
	background-color: #2c190b;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	text-align: left;
	color: #FFCC99;
	font-size: xx-large;
	}

#footer {
	margin-right: auto;
	padding-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #2c190b;
	position: fixed;
	bottom: 0%;
	width: 800px ;
	vertical-align: bottom;
	}

/* Text Formatting */

Blockquote {
	
	margin: 50px;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	}

p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	}
	
.image {
	float: right;
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
	}
	
.video {
	text-indent: 0em;
	margin-top: 50px;
	margin-bottom: 50px;
	z-index: 0;
	}
	
.chapters {
	text-align: center;
	font-size: 72px;
	}
	
a:link {
	text-decoration: underline;
	color: #ffcc99;
	}
	
a:visited {
	text-decoration: underline;
	color: #ffcc99;
	}

.content {
	float: left;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	text-indent: 3em;
	text-align: left;
	color: #FFCC99; 
	font-size: x-large;
	}

.standard {
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	color: #FFCC99; 
	font-size: x-large;
	text-align: left;
	}
	
.tb_t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #660000;
	}
	
.tb_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-shadow: #996600;
	margin: 15px;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc99;
	text-align: center;	
	}
	
.flourish {
	text-indent: 0px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
