body {
	background-color: #DDE6EF;
}
#dropshadow {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#products_left {
	background-image: url(../images/product_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
}
#products_right {
	background-image: url(../images/product_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 10px;
	text-align: justify;
}
#tagline {
	background-color: #BDC397;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
hr {
	color: #DCDDB5;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 10px;
}
a {
	color: #23593F;
}
#link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
	text-align: center;
}

