@charset "utf-8";
body  {
	font: 100%/1.2em Arial, Helvetica, sans-serif;
	background: #fff url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/matthews-laughter-books-bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d323f;
}
*{margin:0;padding:0}
a{text-decoration:none; color:#ec2e19; }
:active, :focus { outline: none; -moz-outline-style: none; }
a img, a:active {border:none; outline:0;}
a:hover{text-decoration:none; color:#0ab1f7;}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/financial-success-bg_sub.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
} 
#header { 
	background: url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/happy-success-laughing_man.jpg); 
	padding: 0 10px 0 120px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 99px;
	border-bottom:1px solid #FFFFFF;
} 

#header h1 {
	background:url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/steve_marshall_books.png) 0 20px  no-repeat;
	display:block;
	text-indent:-10000px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#contentWrap{	
	background:transparent url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/wealth-success-bg_content_sub.jpg) no-repeat                ;
	width:960px;
	} 
#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d4d6d7 url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/happiness-rhema-fm-bg_nav.jpg) right repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	
}
#nav ul{
	padding:0;
	margin-bottom:20px;
	list-style-type: none;
	text-align: left;
}
#nav li {
	margin:0;	
	}

#nav li a{
	display:block;
	text-decoration: none;
	border-bottom:1px solid #abd1df;
	color:#2a2726;	
	padding:5px 0 5px 15px;
	margin:0;
	font:bold 1em Arial, Helvetica, sans-serif;
	height:1%;
}

#nav li a:hover{
	color:#fff;
	background:#64676a;
}

#nav a.right { border:none; }
#nav img{padding-left:20px;}

#sidebar2 {
	text-align:center;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 15px 0; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin:0 0 0 220px ; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:500px;
} 
#mainContent img {margin:0.7em 2%; padding:1px; border:1px solid #CCCCCC;}
#mainContent ul {margin-left:5%;}
#footer { 
	padding: 0 2%; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#64676a; 
	border-top: 1px solid #2e6b7e;
	text-align:left;
}
/*money list-----------------------------------*/
ul.money{
	background:#fcfcfc;
	border:1px dotted #999999;
	padding:0;
	margin:0.7em 5% 0 5%;
	list-style-type: none;
	text-align: left;
}
ul.money li {	margin:0 5%;font-size:0.75em;	font-weight:normal;	}

ul.money li  a{
	background:url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/healthy-cooking-arrow.png) left 8px  no-repeat;
	display:block;	
	text-decoration: none;
	color:#ec2e19;	
	padding:5px 0 5px 20px;
	margin:0;
}
ul.money li a span{color: #2d323f;}

ul.money li a:hover{color:#0ab1f7;}
/*buy now button-----------------------------------*/
.order{text-align:center; padding: 0 0 10px 0; margin:0 0 10px 0; border-bottom:1px solid #91cedf;} 
.order a{text-align:center; background:url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/sucess-order_noshadow.png) center 0 no-repeat; height:45px; display:block;text-indent:-10000px;}
.order a:hover{background-position: center -45px ;}

/*buy ebook button-----------------------------------*/ 
.ebook a{text-align:center; background:url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/order_ebook_button_noshadow.png) center 0 no-repeat; height:45px; display:block;text-indent:-10000px;}


/*text sizing-----------------------------------*/
p{font-size:0.875em; margin:0.7em 2%;}
p span{font-size:0.81em; }
h1{font-size:1.7em; margin:0.5em 2%;}
h2{font-size:1.2em; margin:0.7em 2%;}
h3{font-size:1em; margin:0.7em 2%;}
h3 span{font-size:0.81em; font-weight:normal; }
em{color:#666666;}
blockquote{	background: url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/cookbook-life-health-quote_left.png) top left no-repeat; margin:0.7em 2%;}
blockquote p{
	font-family:Georgia, "Times New Roman";
	font-size:0.9375em;
	color:#566079;
	display:inline;
	padding:0 20px 0 10px;
	background: url(../images-happiness-health-success-andrew-matthews-books-steve-stephen-marshall-future-inspiration/low-fat-cooking-quote_right.png) bottom right  no-repeat;
	}
.author{color:#2b4179;}
.indent{text-indent:2em;}
	

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/*styled containers---------------------------------------------*/
#reader {
	margin:0.7em 2%;
	padding:0 1%;
	background:#fcfcfc;
	border:1px dotted #999999;
	width:300px;
	}
#reader img{float:left; margin:0 8px 0 0; padding:0; border:none;}
#reader p{ margin:1% 0 1% 0; }

#travel {
	margin:0.7em 2%;
	padding:0 1%;
	background:#fcfcfc;
	border:1px dotted #999999;
	}
#travel img{float:right; margin:0.7em 4px 0 0; padding:2px; border: #666666; background:#FFFFFF;}

#footer p {
	font-size:0.68em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
	color:#CCCCCC;
}
#footer p.link {float:right;}
#footer a {color:#64b8f5; text-decoration:none;}
#footer a:hover {color:#a6d6f9;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
hr {
	margin:0 0 0 10px;
	border-top: 1px dotted #2b4179;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
