/* box model notes
content -> padding -> border -> margin 
*/

#page-container {
width: 601px;
margin: auto; /*this is supposed to center page, but doesn't. maybe IE version 6 no good?*/
/*background: navy;*/ /*take this out when finished (not necessary)*/
text-align: left;
border-top: 1px solid #006633; border-left: 1px solid #006633;
border-right: 1px solid #006633; border-bottom: 1px solid #006633;}

html, body {margin: 0; padding: 0;}

#topNav {background: #006633; height: 115px;}

#Content {
clear: both;padding: 4;
/*background: yellow;*/}

#HeadlinePart1 { /*the ebook part */
/*width: 286px;*/ /*this is the width of the ebook.jpg */
margin-right: 280px; /*this is so the left div doesn't go over into the right. it is
	the width of headlinePart2*/
/*background: silver;*/}

#AboutMe1 { /*the my picture part */
/*width: 286px;*/ /*this is the width of the ebook.jpg */
margin-right: 280px; /*this is so the left div doesn't go over into the right. it is
	the width of headlinePart2*/
/*background: silver;*/
padding: 10;padding-top: 85px;}

#HeadlinePart2 { /*the text part */
float: right;
width: 280px; /*this width is 600 minus HeadlinePart1 (minus some more to make it fit right)*/
height: 332px;padding: 10;padding-top: 85px;
/*background: teal;*/}

#SubscribeNews {
clear: both;
/*background: white;*/
padding: 4;
}

#testimony {
clear: both;
background: #FFFFCC;
width: 90%;
padding: 4;
border-top: 1px solid #006633;
border-left: 1px solid #006633;
border-right: 1px solid #006633;
border-bottom: 1px solid #006633;
text-align: left;
}

#guarantee {
clear: both;
padding: 4;
background: #FFFFCC;
border-top: 1px solid #006633;
border-left: 1px solid #006633;
border-right: 1px solid #006633;
border-bottom: 1px solid #006633;
}

#Footer {
clear: both;
/*background: aqua;*/
}



body {
color: black;
background-color: #FFFFFF;
/*background-color: #000000;*/ /*this is black but only temporary. change to white (above) when done */
font-family: Arial, Helvetica, Verdana, Sans-serif;
}

.hidden { /*use this for test purposes*/
display: none;
}

	
.headline {
font-weight: bold;
font-size: 14pt;
text-align: center;
}  

.testimonial {
font-style:italic;
font-size: 9pt;
}

.testimonialAuthor {
font-weight:bold;
font-size: 9pt;
}

.SignUp {
font-size: 10pt;
}

.Footnote {
font-size: 8pt;
text-align: center;
}

.MemoHeader {
font-size: 10pt;
}

.Feature {
font-weight:bold;
}

.BookTitle {
font-weight:bold;
color: green;
}

.emphasis {
font-weight:bold;
background-color: #FFFF00;
}

.bonusTitle {
font-weight:bold;
color: red;
}

.bonusNum {
include: .bonusTitle;
text-decoration: underline;
}

.footerURLs {
text-align: center;
color: #727272;
font-size: 8pt;
}