/**
 * Layout styles for Dairy Farm Investments.
 *
 * @author Tom Ryder <tom@prodev.co.nz>
 * @copyright 2009 Professional Development
 */
html,
body
{
	margin: 0;
	padding: 0;
}
div#page
{
}
div#head
{
	background: #00a551 url('images/head-background-loop.jpg') -80px top repeat-x;
	height: 230px;
	padding-bottom: 20px;
}
div#head div.cows
{
	background: url('images/head-background.jpg') left top no-repeat;
	height: 230px;
}
div.curve-left
{
	background: transparent url('images/foot-curve-left.png') left bottom no-repeat;
}
div.curve-right
{
	background: transparent url('images/foot-curve-right.png') right bottom no-repeat;
	padding-bottom: 9px;
}
table#body
{
	background: url('images/body-background.png') left top repeat-x;
	border-collapse: collapse;
	width: 100%;
}
td#left
{
	padding: 20px 10px;
	vertical-align: top;
	width: 20%;
}
td#center
{
	padding: 10px;
	vertical-align: top;
}
td#right
{
	padding: 20px 10px;
	vertical-align: top;
	width: 20%;
}
div#foot
{
	background: #00a551 none;
	position: relative;
}
div.milk-bottles
{
	background: transparent url('images/milk-bottles.png');
	width: 47px;
	height: 50px;
	position: absolute;
	left: 40px;
	top: -31px;
}

