body {
    background-color: #1f6c06;
    background-image: url(bg.png);
    background-position: top;
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: sans-serif;
    min-width: 998px;
	text-align:center;
}

div#pageholder {
    position: relative;
    width: 998px;
    max-width: 998px;
    text-align: left;
	margin: 0 auto 0 auto;
}

div#logo {
    width: 610px;
    height: 131px;
    background-image: url(logo.png);
    position: absolute;
    top: 98px;
    left: 15px;
}

div#book {
    width: 297px;
    height: 415px;
    background-image: url(book.jpg);
    position: absolute;
    top: 0px;
    left: 693px;
}

div#mcontainer {
    position: absolute;
    left: 15px;
    top: 262px;
    vertical-align: top;
	width:710px;
}

div#pagew {
    position: relative;
    float: left;
    top: 0px;
    margin-top: 0px;
    width: 710px;
    background-color: white;
    background-image: url(page_top.png);
    background-position: top;
    background-repeat: repeat-x;
    margin-bottom: 30px;
}

div#footer {
    position: relative;
    float: left;
    top: -10px;
    margin-top: 0px;
    width: 710px;
    background-color: white;
    background-image: url(page_top2.png);
    background-position: top;
    background-repeat: repeat-x;
    margin-bottom: 15px;
}

div.pagecontents {
    margin: 50px 30px 50px 30px;
    width: 650px;
    font-family: sans-serif;
}
div#left_frame {
	position: absolute;
    left: 725px;
    top: 415px;
    vertical-align: top;
	width:260px;
}
div.left_container {
	width:260px;
	background-image:url(l_bg.png);
	vertical-align:top;
}
div.left_container_top {
	width:260px;
	height:68px;
	float:left;
	background-image:url(l_top.png);
	background-repeat:no-repeat;
}
div.left_container_bottom {
	width:260px;
	height:38px;
	float:left;
	background-image:url(l_foot.png);
	background-repeat:no-repeat;
}
div.left_container_middle {
	width:260px;
	float:left;
	background-image:url(l_bg.png);
}
div.left_contents {
	position:relative;
	top:-22px;
	left:15px;
	width:220px;
	
}
blockquote {
	padding: 0px -20px 0px -20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size:14px;
	line-height: 140%;
	margin-bottom:10px;
}

blockquote div {
	font-size:11px;
	color:red;
	font-family:arial;
	font-style:normal;
	margin-left:15px;
	padding:5px;
}

h1 {
    color: red;
    font-weight: normal;
    margin-top: 0px;
    text-align: center;
}

p.bigblack {
    text-align: center;
    font-size: 160%;
}

.salesletter {
    padding: 0px;
    border: 6px solid #EEEEEE;
    width: 100%;
    text-align: left;
}

.saleslettercontent {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    text-align: left;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

