/* --- GLOBAL RESET --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus 
{
outline: 0px;
}

ol, ul 
{
list-style: none;
}

table 
{
border-collapse: separate;
border-spacing: 0px;
}

caption, th, td 
{
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
}

blockquote, q 
{
quotes: "" "";
}

/* ===  WIREFRAME === */

html
{
	font-size:62.5%;
}

body
{
	color:#c3e581;
	background:#104754 url(../images/page_bkgd.jpg) repeat-x left top;
	font:normal normal normal 1em/1.65em Helvetica, Arial, sans-serif;
}

	#header, #content, #footer
	{
		width:880px;
		margin:0px auto;
		overflow:hidden;
		font-size:1.4em;
		line-height:1.33em;
	}
	
	#header
	{
		padding:40px 0px;
	}
		
		#header h1, #header h2
		{
			text-indent:-9999px;
			background:url(../images/header.gif) no-repeat left top;
			position:relative;
		}
		
		#header h1
		{
			background-position: left bottom;
			height:27px;
			top:8px;
		}
		
		#header h2
		{
			height:8px;
			overflow:hidden;
			top:-27px;
		}
	
	#content_container
	{
		border:dashed 2px #ed909a;
		border-left:none;
		border-right:none;
		padding:12px 0px 45px 0px;
	}
	
	#content
	{
		overflow:visible;
	}
	
		.section
		{
			clear:both;
		}
		
			#book { color:#ce574c; }		
		/*	#book a:link { color:#c3e581; text-decoration:underline; }
			#book a:visited { }
			#book a:hover { text-decoration:none; }
			#book a:active { }
		*/
			a:link { color:#8d160b; text-decoration:underline; }
			/*a:link { color:#ce574c; text-decoration:underline; }*/
			a:visited { }
			a:hover { text-decoration:none; }
			a:active { }
			
			.section_image
			{
				border:solid 1px #36340a;
				float:right;
				margin:20px 0px 25px 25px;
			}
			
			.section_image img
			{
				border:0px;
			}
			
			#content p, #content li
			{
				margin:20px 0px;
			}
			
			#content ul
			{
				padding:0px 20px 0px 40px;
				list-style-type:disc;
			}
			
			.section h2
			{
				text-indent:-9999px;
				background:url(../images/titles.gif) no-repeat left top;
				height:86px;
				position:relative;
				left:-93px;
				margin-bottom:-20px;
			}
			
			#book h2
			{
			}
			
			#author h2
			{
				background-position:0px -86px;
			}
			
			#book_cta
			{
				text-indent:-9999px;
				background:url(../images/titles.gif) no-repeat left top;
				display:block;
				overflow:hidden;
				height:21px;
				width:166px;
				background-position:0px -172px
			}
			
			.title
			{
				font-style:italic;
			}
	
	#footer
	{
		font-size:1em;
		line-height:1.65em;
	}
	
		#footer ul
		{
			margin:20px 0px;
		}
		
			#footer li
			{
				text-align:right;
			}