.content_left
{
	float: left;
	width: 460px;
}
.content_right
{
	float: right;
	width: 260px;
	position: relative;
}


/* footer */
div#footer {
	padding: 18px 0px 0px 22px;
	font-size: 75%;
	font-weight: bold;
	height: 30px;
	color: #ffffff;
	background: url("Images/Layout/footer.gif") no-repeat;
}
div#footerMilk {
	padding: 18px 0px 0px 22px;
	font-size: 75%;
	font-weight: bold;
	height: 50px;
	color: #ffffff;
	background: url("Images/Layout/footer_milk.gif") no-repeat;
}
.footer_home {
	padding: 0px 0px 0px 22px;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	background: url("Images/Layout/footer_home.gif") no-repeat;
}
a.footer:link,
a.footer:active,
a.footer:visited {
	font-size: 100%;
	background-image: none;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.footer:hover {
	color: #fffbd1;
}
/* footer */
