/**
 * Layout styles for Palmerston North Motel.
 *
 * @author Tom Ryder
 * @copyright 2009 Professional Development
 */
html,
body
{
	background: #6a0223 none;
}
div.background
{
	background: #dddddd url("images/head-background.jpg") left top no-repeat;
	margin: 1em auto;
	width: 870px;
}
div.shadow-top
{
	background: url("images/shadow-top.png") left top repeat-x;
}
div.shadow-right
{
	background: url("images/shadow-right.png") right top repeat-y;
}
div.shadow-bottom
{
	background: url("images/shadow-bottom.png") left bottom repeat-x;
}
div.shadow-left
{
	background: url("images/shadow-left.png") left top repeat-y;
}
div.shadow-top-left
{
	background: url("images/shadow-top-left.png") left top no-repeat;
}
div.shadow-top-right
{
	background: url("images/shadow-top-right.png") right top no-repeat;
}
div.shadow-bottom-right
{
	background: url("images/shadow-bottom-right.png") right bottom no-repeat;
}
div.shadow-bottom-left
{
	background: url("images/shadow-bottom-left.png") left bottom no-repeat;
}
div.curve
{
	background: url("images/curve.png") left top no-repeat;
	padding: 20px;
}
div#page
{
}
div#head
{
	height: 180px;
}
div#body
{
	background: #370111 none;
	padding: 10px 0;
}
div#body table#columns
{
	background: #ffffff none;
	border-collapse: collapse;
	width: 100%;
}
div#body table#columns td#left
{
	background: #f1f1f1 none;
	vertical-align: top;
	width: 190px;
}
div#body table#columns td#center
{
	padding: 0.5em 1em;
	vertical-align: top;
}
div#body table#columns td#right
{
	padding: 0.5em 1em;
	vertical-align: top;
	width: 190px;
}
div#foot
{
	background: #370111 none;
}
