body	{
	background: url('images/bg1.png') repeat;
}

.container	{
	background: white;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

#intro	{
	background: url('images/topbg.gif') repeat;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px 12px;
	color: white;
	font-size: 1.3em;
	font-family: 'Georgia', serif;
}

.subhead	{
	background: url('images/border1.jpg') repeat-x;
	padding-top: 20px;
	margin-bottom: 15px;
}

#header-links	{
	width: 70%;
	margin: auto;
}

#header-links li	{
	background: url('images/buttonbg01.gif') no-repeat 8px 8px #79C70E;
	padding: 3px 3px 4px 37px;
	border-bottom: 3px solid white;
}

#header-links li:hover	{
	background: url('images/buttonbg1.gif') no-repeat 8px 8px #2D396E;
	border-bottom: 3px solid red;
}

#header-links li a	{
	font-family: 'Georgia', serif;
	font-size: 0.9em;
	text-decoration: none;
}

#header-links li a:hover	{
	color: white;
}

h1	{
	font-family: 'Impact', san-serif;
	text-align: center;
	font-size: 3.5em;
	line-height: 1.1;
}

h2	{
	font-family: 'Georgia', serif;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
}

h3	{
	font-family: 'Impact', serif;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.2;
	color: #4AA803;
}

h4	{
	font-family: 'Impact', serif;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 15px;
	color: white;
}

#sidebar	{
	background: #2D396E;
	padding: 10px;
}

#sidebar p	{
	color: white;
	font-size: 1em;
}

.content	{
	float: right !important;
}

#content	{
	padding: 0 5px 0;
}

#content p, li	{
	font-size: 1.3em;
	color: black;
	line-height: 1.5;
}

#content p	{
	text-indent: 1.5em;
}

#content li	{
	background: url('images/buttonbg3.gif') no-repeat 0 4px;
	padding-left: 30px;
	margin-left: 2.5em;
}

#content li:nth-child(2n+1)	{
	font-weight: bold;
}

#content ul.check li	{
	background: url('images/check.gif') no-repeat 0 2px;
	padding-left: 30px;
	margin-left: 2.5em;
	font-weight: normal;
}

#praise	{
	width: 80%;
	margin: auto auto 20px;
	padding: 15px 20px;
	border: 3px dashed #2D396E;
	background: #ffffba;
	font-family: 'Courier';
}

#praise p	{
	text-indent: 0;
}

.footer	{
	background: url('images/border2.jpg') repeat-x;
	padding: 25px 0 20px;
	margin-top: 15px;
	font-size: 0.9em;
}

#footer-left, #footer-right	{
	display: inline-block;
	float: left;
	padding: 0 5px;
}

#footer-right	{
	float: right;
}

#footer-right a	{
	text-decoration: none;
}

#footer-right a:hover	{
	text-decoration: underline;
}

.order-now	{
	width: 75%;
	margin: 10px auto 20px;
}

.free-ebook	{
	width: 220px;
	float: left;
	margin: 0 15px 15px 0;
}

.ebook-cover	{
	width: 250px;
	float: right;
	margin: 0 0px 15px 5px;
}

#ctc	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ddd;
	padding: 0.1em;
	font-size: 0.7em;
	color: black;
}

#top-bg	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 340px;
	background: url('images/bg2.png') repeat-x;
}