@charset "UTF-8";
.image_box {
	float: left;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
.text_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
}


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

/*========================================================*/
/* COLOR GUIDE                                            */
/*========================================================*/
/*


========================================================= */


/*========================================================*/
/*    Cascading Style Sheet for PepTalk Reader            */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. GLOBAL ELEMENTS                                    */
/*  2. UNIQUE ELEMENTS                                    */
/*  3. GLOBAL LAYOUT                                      */
/*  4. UNIQUE LAYOUT                                      */
/*  5. POSITIONIG CLASSES                                 */
/*  6. STYLING CLASSES                                    */
/*========================================================*/

/* ============================================================================================================================= */
/* 1. GLOBAL ELEMENTS                                                                                                            */
/* ============================================================================================================================= */

* {margin:0; padding:0; border:none;}
body {
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
	font-family:"Helvetica", Arial, sans-serif;
	color:#fff;
	background:#000;	
	width:100%;
	}
a {text-decoration:none; color:#2d2d2d;}
a:hover {text-decoration:none; color:#000;}
a:visited {text-decoration:none;}
p {font:0.75em/1.5em "Helvetica", Arial, sans-serif; margin-top:10px;}
p.small {font:0.70em/1.25em "Helvetica", Arial, sans-serif; margin-top:10px; }
p a {text-decoration:none;}
p a:hover {text-decoration:underline;}
ul {list-style-type:none;}
ol {list-style-type:none;}
textarea {font:0.75em/1.5em "Helvetica", Arial, sans-serif; color:#7F7F80; border:1px solid #2d2d2d; padding:5px; overflow:visible;}
label {font:0.75em/1.5em "Helvetica", Arial, sans-serif; color:#2d2d2d; }
input {padding:3px; border:1px solid #2d2d2d;}
h1 {font: 1.0em "Helvetica", Arial, sans-serif; color:#fff; letter-spacing:-1px;}
h2 {font: 0.85em "Helvetica", Arial, sans-serif; color:#fff; }
h3 {font: 0.75em "Helvetica", Arial, sans-serif; color:#fff;}
h4 {font: 0.80em "Helvetica", Arial, sans-serif; color:#fff;}
h5 {font: 0.60em "Helvetica", Arial, sans-serif; color:#fff;}
h6 {font: 0.75em "Helvetica", Arial, sans-serif; color:#fff;}

/* ============================================================================================================================= */
/* 2. UNIQUE ELEMENTS                                                                                                            */
/* ============================================================================================================================= */

.title h4 {font: 0.80em "Helvetica", Arial, sans-serif; color:#fff;text-transform:uppercase;}

/* ============================================================================================================================= */
/* 3. GLOBAL LAYOUT                                                                                                              */
/* ============================================================================================================================= */
#wrapper {position:relative; float:left; width:800px; height:auto; margin:0 0 0 60px;}
#wrapper_center {position:relative; width:1000px; height:auto; margin:0 auto; text-align:center;}
#header {position:relative; float:left; width:800px; height:60px; margin:30px 0 0;}
#content {position:relative; float:left; width:800px; height:auto; margin:0;}
#footer {position:relative; float:left; width:800px; height:auto; margin:0 0 30px;}

/* ============================================================================================================================= */
/* 4. UNIQUE LAYOUT                                                                                                              */
/* ============================================================================================================================= */

#content .title {position:relative; float:left; width:800px; height:auto; }
#content .graphic {position:relative; float:left; width:800px; height:auto; margin:20px 0 0;}
#content .copy {position:relative; float:left; width:490px; height:auto; margin:20px 0 20px;}
#content .forward {position:relative; float:left; width:490px; height:auto; margin:0 0 20px;}
#content .toc {position:relative; float:left; width:800px; height:auto; margin:0 0 50px; }
#content .toc .edition {position:relative; float:left; width:100%; height:auto; margin:0 0 10px; }

/* ============================================================================================================================= */
/* 5. POSITIONING CLASSES                                                                                                         */
/* ============================================================================================================================= */

.fl {float:left;}
.fr {float:right;}
.bigtop {margin-top:20px;}
.toppush {margin-top:15px;}
.btmpush {margin-bottom:15px;}
.biglft {margin-left:30px;}
.lftpush {margin-left:15px;}
.rhtpush {margin-right:15px;}
.clear {clear:both;}

/* ============================================================================================================================= */
/* 6. STYLING CLASSES                                                                                                            */
/* ============================================================================================================================= */

.textblack {color:#000;}
.textdark {color:#2d2d2d;}
.uppercase {text-transform:uppercase;}
