body {
	margin:0px;
	padding: 0px;
	background-image:url(images/bob.gif);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	}

#paper {
	margin: auto;
	width: 950px;
	position: relative;
}

#header {
	background-image:url(images/header.jpg);
	height:234px;
	}
	
#content {
	position:relative;
	clear:both;
	padding:20px;
	background-image:url(images/paper.gif);
	overflow:hidden;
	}
	
#leftcolumn {
	position:relative;
	float:left;
	width:500px;
	}
	
#rightcolumn {
	position:relative;
	float:right;
	width:361px;
	}
	
#video {

}

#optinholder {
	position:relative;
	width:341px;
	margin: 0 10px 0 10px;
	height:526px;
	background-image:url(images/optin.gif);
	}
	
h1 {
	font-family:arial, sans serif;
	font-weight:bold;
	font-size:14pt;
	color:#0f7aed;
	}
	
#leftcolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	}
	
#formholder {
	position:relative;
	overflow:hidden;
	}
	
#form1 {
	position:relative;
	overflow:hidden;
	width:300px;
	margin:130px auto 0 auto;
	
	}
	
#form1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0 0 0 0px;
	padding:0 0 15px 0;
	}
	
	
#form1 input.email {
	padding: 5px 0 0 10px;
	font-size:12pt;
	line-height:30px;
	width:275px;
	height:25px;
	}

#submitbutton	{
	width:249px;
	height:72px;
	margin:0 auto;
	}
	
.submit {
	height:82px;
	margin:40px 0 0 0;
	}
	
#footer {
	width:950px;
	margin:auto;
	background-image:url(images/footer.gif);
	height:25px;
	}
	
#lowerlinks {
	width:930px;
	text-align:center;
	margin:10px auto 20px auto;
	}
	

	
	
	


	
