﻿body
{
	background-image: url('../LightGreen.gif');
}

.product_title
{
	text-align:center;
	font-family:Arial Black;
	font-size:x-large;
	color:Purple;
	margin-bottom:0px;
	margin-top:0px;
}
#product_subtitle
{
	font-family:Times New Roman;
	font-style:italic;
	font-size:large;	
}

#heading
{
	color:Maroon;
	font-family:Verdanal;
	font-size:large;	
	text-align:center;		
}

div.img_gallery
{
  margin: 10px;
  border: 2px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img_gallery img
{
  display: inline;
  margin: 1px;
  border: 1px solid #ffffff;
  opacity:1; 
  filter:alpha(opacity=100);
}
div.img_gallery a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
