.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: justify;
	vertical-align: text-top;
}
.photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: center;
	vertical-align: text-top;
	word-spacing: .5em;
}
.product_title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
	vertical-align: text-top;
}
.product_list {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: justify;
	vertical-align: text-top;
}

div#announcement
{
	position: relative;
	width: 635px;
	height: 95px;
	background-color: #600;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: -20;
}

div#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 635px;
	height: 95px;
	background-color: #930;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: -10;
}

img.photo
{
	height: 75px;
	margin: 10px;
}

img#left_photo
{
	float: left;
}
	
img#right_photo
{
	float: right;
}

div#break
{
	clear: both;
	height: 10px;
	background-color: white;
}

p#message
{
	font-size: 16px;
	padding-top: 20px;
}	
	

