.indexBody{
	background: url("../image/paper.gif");
}
body{
	/* background: #e3d9c4; */
	background-color: transparent;
	
}
.indentParagraphs p{
	text-indent: 2.5em;
	text-justify: newspaper;
}
#topRow{
	position: absolute;
}
	#quoteImg{
		position: relative;
		top: 0px;
		left: -750px;
		float: left;
		width: 220px;
	}	
	#titleNavSpan{
		float: left;
		position: relative;
		top: 30px;
		left: 228px;
		width: 800px;
	}
		#titleContainer #titleSpan{
			left: 45px;
			position: relative;
			font-size: 2em;
			padding: 0px;
		}
			#titleContainer #titleSpan #titleImg{
				padding: 0px;
				height: 60px;
			}
		#navContainer{
			background: url("../image/nav-bg-web.gif") repeat-x;
			position: relative;
			top: -15px;
		}
		#navContainer #navSpan{	
			height: 45px;
			padding-top: 18px;
			padding-left: 45px;
		}
			#navContainer #navSpan a{
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;			
				padding-left: 10px; 
				padding-right: 10px;
				
			}
			#navContainer #navSpan a:hover{
				text-decoration: underline;
			}
#mainRow{
	position: absolute;
	top: 175px;
}
	#mainRowSpan{
		float: left;
		position: relative;
		left: 132px;
		width: 893px;
	}
	#mainBox{
		float: right;
		width: 100%;
		height: 400px;
	}	
		#mainBox iframe{
			width: 100%;
			height: 100%;
			border: none
		}
	#rPolaroid{
		position: absolute;
		bottom: -100px;
		right: -200px;
		float: right;
		height: 270px;
		display: block;
		*bottom: -120px;
	}
	#lPolaroid{
		position: absolute;
		bottom: -110px;
		right: -60px;
		float: right;
		height: 170px;
		display: block;
		*bottom: -130px;
	}

#footerRow #underPaint{
	width: 800px;
	position: relative;
	top: 595px;
	left: 160px;
}
#pictureBox{
		background: black;
		width: 300px;
		height: 400px;
		float: left;
	}
	#pictureBox #pictureImg{
		width: 100%;
		height: 100%;
	}
#contentBox{
	float: right;
	width: 500px;
	border: 1px solid #000000;
	background: #e3d9c4;
	padding: 15px;
	padding-top: 5px;
	margin-bottom: 120px;
}

#fullContentBox{
	width: 820px;
	border: 1px solid #000000;
	background: #e3d9c4;
	padding: 15px;
	padding-top: 5px;
	margin-bottom: 120px;
}

#BB_BuyButtonForm{
	position: relative;
	display: block;
}

.productTable{
	width: 100%;
}
.productTable td{
	vertical-align: top;
	padding: 15px;
	padding-top: 0px;
}
.imageTD{
	width: 300px;
	text-align: right;
	padding: 5px;
}

.submitButton{
	
	background-color: #605F36;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000000;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
