/* CSS Document */


body {
	font-family: "Crimson Text", Georgia, Times New Roman, Times, serif;
	color: #630;
	background-color: #000;   
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
    
#container {
	position:relative;
	width : 950px;
	margin-left : auto;
	margin-right : auto;
	border : 3px solid #fabc0e;
	background-color: #fff3b9;
}


#outer-container {
	width : 956px;
	margin-left : auto;
	margin-right : auto;
}

/* ===================  Clear Fix  =================== */	
		
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/* ===================  HyperLinks  =================== */

a:link {
	color: #C60;
    text-decoration: none;
}

a:visited {	 
	color: #C60;
    text-decoration: none;
}

a:hover {
	color: #630;	
    text-decoration: none;
}

a:active {
	color: #630;
	text-decoration: none;
}



/* ===================  Typography  =================== */

h1 { font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:normal;	
	font-size: 200%;	
	line-height: 100%;	
	margin: 0; padding-bottom: 0.0em; 

	}

h2 {
	font-family: 'Crimson Text', Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 110%;

	}

h3 { font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:normal;	
	font-size: 130%;	
	line-height: 120%;	
	margin: 0; padding-bottom: 0.5em; 

	}

h4 { font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:normal;	
	font-size: 120%;	
	line-height: 100%;	
	margin: 0; padding-bottom: 0.0em; 

	}

h5 { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif;  
	font-weight:normal;	
	font-size: 120%;	
	line-height: 130%;	
	margin: 0; padding-bottom: 0.0em; 

	}

h6 { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif;  
	font-weight:normal;	
	font-size: 100%;	
	line-height: 110%;	
	margin: 0; padding-bottom: 0.0em; 

	}



/* ===================  Styles  =================== */

#container-inner-border {    
	border: 2px solid #666666;
} 

#main-content {
	margin-left: 90px;
	margin-right: 90px; 
}


#img-border {
	border: 6px groove #C60;
}


#top-homepage-nav {
	position:absolute;
	left:80px;
	width:140px;
	top: 511px;
	z-index: 1;
	height: 33px;
}

#top-content-nav {
	position:absolute;
	left:14px;
	width:280px;
	top: 444px;
	z-index: 1;
	height: 33px;
}

#aside-book-content {
	font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:normal;	
	font-size: 130%;	
	line-height: 140%;	
	margin: 0; padding-bottom: 0.0em;
	margin-left: 30px;
	margin-right: 30px; 
}

.forminput { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif; 
	font-weight:normal;	
	font-size: 20px;	
	line-height: 24px;	
	}

#pad-70left-70right {
	margin-left: 70px;
	margin-right: 70px; 
}
	
#pad-30left-30right {
	margin-left: 30px;
	margin-right: 30px; 
}

#pad-15left-15right {
	margin-left: 15px;
	margin-right: 15px; 
}
#pad-00left-30right {
	margin-left: 0px;
	margin-right: 30px;
}
