.sidebar 
{
	padding: 20px;
	margin-left: 20px;
	/*margin-bottom: 20px;*/
	/*position: relative;*/
	float: right;
	width: 300px;
	font-size: 	10pt;;
}

.logo
{
	position: absolute;
	top: 55px;
	left: 30px;
	text-align:center;
}


.slide
{
	position: relative;
}

.slide-button
{
	position: relative;
	width: 140px;
	margin: 10px;
	padding: 5px;
}

.slide-caption
{
	position: relative;
	text-align:center;
}

.splash
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -123px;
	margin-top: -60px;
	text-align:center;
}


.index-column
{
	position: absolute;
	width: 200px;

	/*height: 480px;*/	/*this is an attempt to insure that the whole bkgnd image can be seen*/
						/*but no effect in any browser*/
}

.index-top 
{
	position: absolute;
	top: 10px;
	left: 20px;
}

.index-slogan 
{
	position: absolute;
	top: 400px;
	left: 30px;
	width: 160px;
	text-align: center;
}


.index-middle 
{
	position: absolute;
	top: 155px;
	left: 20px;
}

.index-image 
{
	position: absolute;
	top: 255px;
	left: 0px;
	/*width: 160px;
	text-align: center;*/
}

.index-image-text 
{
	position: absolute;
	top: 750px;
	left: 30px;
	/*width: 160px;
	text-align: center;*/
}


.content-column
{
	position: absolute;
	left: 220px;
	margin-right: 20px;
}

.content-cell 
{
	padding: 20px;
	margin-bottom: 20px;
	float: left;
}

.picture-key
{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.thumbnails-cell
{
	margin-top: 20px;
	text-align: right;			/*this is the key, instead of trying to float individual elements*/

	/*position: relative;*/		/*No effect in any browser*/
	/*margin-bottom: 15px;*/	/*Better than this is to have each element have a bottom margin*/
								/*so they are spaced correctly when they wrap*/
}

.thumbnail
{
	margin-left: 15px;
	margin-bottom: 15px; 

	/*position: relative;*/		/*No effect in any browser*/
	/*float: right;*/			/*makes perfect in NS, behind content in IE*/
}

.image-grid
{
	text-align: center;
	/*padding: 20px;*/
}

.product-images
{
	text-align: center;
}

.product-image
{
	margin-right: 10px;

}

.product-back
{
	margin-top: 10px;
}

.grid-images
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	float: left; 
}

.grid-image
{
	text-align: center;
}

.anchor-image
{
	padding: 20px;
	float: left; 
}

.googly
{
	text-align: center;	
	clear: both;		
}

.nav-text
{
	text-align: center;
	bottom: 0px;
	padding-top: 30px;
	width: 100%;
	float: left; 
	align: center;
	position: relative;
}

.nav-button
{
	width: 150px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	/*position: relative;*/
}

.nav-button-graphic
{
	top: 10px;
	width: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}
.grid-next
{
	padding-top: 60px;	
	width: 150px;
	height: 100px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

form
{
	/*text-align: center;*/

}