/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */


body {
  font-family:Arial, Helvetica, sans-serif;
  background-color:#fff;
  background-image:url(/book/style/background.gif);
  background-repeat:repeat-y;
  background-position:center;
  color:#000;
  font-size:100%;
  width:100%;
  padding:0;
  margin:0;
  line-height:150%;
  }
h1, h2, h3, h4, h5, h6, p, a {padding:8px 0;}
h1, h2, h3, h4, h5, h6 {
  color:#2d464b;
  font-weight:bold;
  }
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p, a {line-height:170% !important;}
a, a:link, a:active, a:visited, a:hover {
  color:#2d464b;
  text-decoration:none;
  font-weight:bold;
  }
a:hover {
  text-decoration:underline;
  }
#nav {
position:absolute;
top:-45px;
width:220px;
padding:0;
margin:19px;
  z-index:100;
}
#stripe_header {
  margin:45px 0 0 220px;
  padding:0 0 0 20px;
  position:relative;
  height:102px;
  color:#ddd;
  font-size:14px;
  }
#stripe_header h1 {font-size:36px; color:#fff;padding:20px 0 3px 0}
#stripe_header a {color:#de7268;}
#stripe_content {
  position:relative;
  background-image:url(/book/style/poly_background.jpg);
  background-repeat:no-repeat;
  background-position:top right;
  margin:-7px 0 0 220px;
  padding:15px 0 0 20px;
  font-size:14px;
  min-height:444px;
}
div.fixed_width_external {
  position:relative;
  width:100%;
  text-align:center;
  clear:both;
  padding:0;
  margin:0;
  background-image:url(/book/style/title_stripe.png);
  background-repeat:repeat-x;
  background-position:top;
  }
div.fixed_width_internal {
  position:relative;
  width:980px;
  margin:0 auto 0 auto;
  text-align:left;
  padding:0;
  }
#nav p, #nav a{
 padding:0;
 margin:0;
}
a.nav {
	background-image:url(/book/style/nav_button.png);
	background-position:top 0px center;
	background-repeat:no-repeat;
	height:57px;
	width:182px;
	padding:0;
	margin:5px 5px 5px 25px;
	display:block;
	color:#ddd;
	font-size:16px;
	line-height:100%;
}
a.nav:hover {
	background-position:top -57px center;
	color:#fff;
	text-decoration:none;
}
a.nav span {
	display:block;
	padding:10px;
padding-left:25px;}
#nav img {padding-bottom:25px;}