div#top {
			height: 30px;
			background: #EEE;
			border: #CCC solid;
			border-width: 0 0 1px 0;
			text-align: center;
			padding-top:10px;
			color: #000;
			font-family: Arial;
			font-weight: bold;
		}


h1
{
	color: red;
}

h2
{
	color: #ff6600;
	text-align: center;
}

.table
{
	background-color: #ffffff;
	margin: 0 auto;
	width: 700px;
}

.table thead
{
	text-align:center;
	font-weight: bold;
	background-color: #ffffff;
	color: #fff;
}

.table tr
{
	background-color: #aaa;
}

.table td
{
	border: 1px Solid White;
	height: 32px;
}

.highlight
{
	font-size:22pt;
	font-weight: bold;
	text-align: center;
}

.subhead
{
	font-size:11pt;
	text-align: center;
    font-style:italic;
    font-family: monospace;
}

form
{
	font-size:10pt;
}

p
{
	text-align: justify;
}

body
{
	margin: 0px;
	background-color: #DEDEDE;
}

div#header
{
	width: 751px; /* 722 */
	height: 39px;
	background: url(http://www.internetprofitsfromscratch.com/images/header.jpg) 0 0 no-repeat;
	margin: 0 auto;
	clear: both;
}

div#container
{
	width: 751px;
	height: auto;
	margin: 0 auto;
	clear: both;
}

div#innerContainer
{
	width: 722px;
	height: auto;
	background-color: #ffffff;
	margin-left: 23px;
	font-family: Arial;
	font-size: 12pt;
}

div#innerContainer1
{
	width: 722px;
	height: 1480px;
	background-color: #ffffff;
	margin-left: 23px;
	font-family: Arial;
	font-size: 12pt;
}

div#innerContainer2
{
	width: 722px;
	height: 1100px;
	background-color: #ffffff;
	margin-left: 23px;
	font-family: Arial;
	font-size: 12pt;
}

div#innerContainer .InnerTube, 
div#innerContainer1 .InnerTube,
div#innerContainer2 .InnerTube
{
	float: left; 
	width: 680px;
	height: auto;
	padding: 10px;
	clear: both;
}

div#innerContainer .smallPanelLeft, 
div#innerContainer1 .smallPanelLeft,
div#innerContainer2 .smallPanelLeft
{
	float: left; 
	width: 440px;
	height: auto;
}

div#innerContainer .smallPanelRight, 
div#innerContainer1 .smallPanelRight, 
div#innerContainer2 .smallPanelRight
{
	float: left; 
	width: 235px;
	height: auto;
	margin-left: 5px;
}

div#optin
{
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 1px; 
	padding-right: 5px;
	text-align: left;
}

div#footer
{
	width: 751px;
	height: 103px;
	background: url(http://www.internetprofitsfromscratch.com/images/footer.jpg) 0 0 no-repeat;
	margin: 0 auto;
	clear: both;
}

div#footerPrivacy
{
	width: 560px;
	height: auto;
	border: 2px Solid #fff;
	margin: 0 auto;
	padding: 10px;
	font-family: Arial;
	font-size: 9pt;
	text-align: justify;
	clear: both;
}

div#footerBottom
{
	background: #EEE;
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	font-family: Arial;
	color: #666;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}

.footerlink
{
	font-family: Arial;
	font-size: 10pt;
}

.yes li 
{
	background: url(http://www.internetprofitsfromscratch.com/images/bullet-yes.png) left top no-repeat;
	padding-left: 50px;
	list-style-type: none;
	margin-left: -40px;
	height: 55px;
	vertical-align: middle;
	padding-top: 10px;
}

.no li 
{
	background: url(http://www.internetprofitsfromscratch.com/images/bullet-no.gif) 2px center no-repeat;
	padding-left: 50px;
	list-style-type: none;
	margin-left: -40px;
	line-height: 55px;
}

.red
{
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}