@charset "UTF-8";
/* CSS Document */

#content {
	width: 600px;
	float: left;
	/* [disabled]height: 100%; */
}
#wrapper {
	width: 1000px;
	/* [disabled]background-image: url(../images/products/milk.jpg); */
	background-repeat: no-repeat;
	background-position: 310px 330px;
	height: 650px;
}
#content p {
	font-size: 14px;
	color: #666;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 40px;
	line-height: 20px;
}
#content_body p a {
	color: #3F97CB;
}
#content_body p a:hover {
	color: #6ACAF7;
}
#content_body {
	margin-bottom: 50px;
	/* [disabled]background-image: url(../images/general/blue_2pt.gif); */
	background-repeat: repeat-y;
	/* [disabled]background-position: 140px; */
}
