/*----------------------------------------------------------*/
/*                       containers                         */
/*----------------------------------------------------------*/
body {
	background: url('images/checkered_background.jpg');
	background-repeat:repeat-x;
	background-color:2a343d;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Comic Sans MS, sans serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
img {
	behavior: url("pngbehavior.htc");
}
h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #0081a5;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #9d080d;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
.top {
	margin: 0px;
	padding: 0px;
	width: 794px;
	height: 258px;
}
/* \*/ 
.bodyBg {
	background: url('images/bg_body.png') repeat-y;
	width: 794px;
	height:auto;
}
*html .bodyBg {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.png', sizingMethod='scale');
}
.content {
	width: 736px;
	position: relative;
	padding: 5px 15px 20px 15px;
	text-align: left;
}
p{
	margin: 0px 0px 10px 0px;
}
/*----------------------------------------------------------*/
/*                        homepage                          */
/*----------------------------------------------------------*/
#homepageMain {	
	float: right;
	width: 500px;
	padding-right: 10px;
	text-align: left;
	color: #9d080d;
}
.bucket{
	float: left;
	width: 262px;
	height: 222px;
}
#img_helmet {
	float: left;
	width: 164px;
	height: 168px;
}
.home_left{
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 10px;
}
#home_copy{
	text-align: left;
	color: #9d080d;
	padding: 0px;
	margin: 5px 0px;
}
*html #home_copy{
	height:0px;
}
/*----------------------------------------------------------*/
/*                      the books                           */
/*----------------------------------------------------------*/
#the_books_subnav{
	float: right;
	background: url('images/books_subnav_bg.gif') no-repeat;
	position:relative;
	width:126px;
	height:140px;
	margin-top: 5px;
	padding: 30px 30px 0px 15px; 
	font-size: 11px;
	line-height: 2.3em;
	color: #ffffff;
}
#the_books_subnav p{
	text-align: left;
	margin: 0px; 
	padding: 0px;
}
#the_books_block{
	/*position:relative;*/
	padding: 0px 170px 20px 200px;
	text-align: left;
	text-decoration: none;
	color: #9d080d;
}
.the_books_image{
	margin-left: 10px;
	width:186px;
	height:262px;
	clear: left;
}

/*----------------------------------------------------------*/
/*                     the bad guys                         */
/*----------------------------------------------------------*/
#bad_guys_temp{
	position:relative;
	margin-right: 20px;
	width:691px;
	height:497px;
}
/*----------------------------------------------------------*/
/*                      meet otto                           */
/*----------------------------------------------------------*/
#meet_otto_temp{
	position:relative;
	margin-right: 20px;
	width:691px;
	height:497px;
}
.otto_left{
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 10px;
}
.photo_caption{
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	color: #9d080d;
	padding: 0px;
	margin: 5px 0px;
}
#meet_otto_copy{
	text-align: left;
	color: #9d080d;
	padding: 0px;
	margin: 5px 0px;
}
/*----------------------------------------------------------*/
/*                      the author                          */
/*----------------------------------------------------------*/
#the_author_content{
	position:relative;
	margin: 5px 20px 5px 20px;
	text-align: left;
	color: #9d080d;
}
#rhea_img{
	float: right;
	position:relative;
	width:380px;
	height:320px;
	margin-top: 5px;
	padding: 30px 30px 0px 15px; 
}

/*----------------------------------------------------------*/
/*                      downloads                           */
/*----------------------------------------------------------*/
#downloads_main{
	position:relative;
	margin-bottom: 0px;
	width:679px;
	height:453px;
	margin-left: 40px;
}
#downloads_spacer{
	position:relative;
	height:70px;
}
*html #downloads_spacer{
	height:0px;
}
/*----------------------------------------------------------*/
/*                         footer                           */
/*----------------------------------------------------------*/
#footer {
	background: url('images/bg_footer.png');
	position:relative; 
	top:0px; 
	left:0px;
	width:794px;
	height:56px;
}
*html #footer {
	background: none;
	width:794px;
	height:56px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_footer.png', sizingMethod='scale');
}
/*----------------------------------------------------------*/
/*                         Miscellaneos                     */
/*----------------------------------------------------------*/

.clearer{
	clear: both; 
	font-size:1px; 
}