body
{
	background: #006a28 url(../Images/Layout/Background.jpg) repeat-x top left;
	font-size: 70%;
	margin-top: 12px;
	line-height: 1.4em;
	color: #fff;	
}
body, input, textarea
{
	font-family: Verdana, Sans-Serif;
}
input, textarea
{
	font-size: 1em;
}
a
{
	color: #fff;
	text-decoration: underline;
}
h1
{
	text-align: center;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 0.5em;
}
h2
{
	font-weight: bold;
	font-size: 1.1em;
}
p, .prices
{
	margin-bottom: 1.5em;
}
ul
{
	margin: 1.5em;
	list-style-type: disc;
}
ol
{
	margin: 1.5em;
	list-style-type: decimal;
}
#Canvas
{
	z-index: 2;
	position: relative;
	width: 600px;
	margin: auto;
}
#Header
{
	height: 83px;
	background: url(../Images/Layout/Header.png) no-repeat top left;
}
#Menu
{
	margin-top: 5px;
	height: 33px;
	background: url(../Images/Layout/Menu.png) no-repeat top left;
}
#Menu ul
{
	margin: 0;
	padding-top: 7px;
	text-align: center;
}
#Menu ul li
{
	list-style-type: none;
	display: inline;
	padding: 0 15px;
}
#Menu ul li a
{
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
}
#Menu ul li a:hover
{
	color: #89a6b6;
}
#Content
{
	margin-top: 5px;
	padding: 15px 30px;
	background: url(../Images/Layout/Content.png) no-repeat top left;
	min-height: 270px;
}
#Content img.photo, #Content .gallery img
{
	border: solid 1px #fff;
}
#Content a img
{
	border: 0;
}
#Footer
{
	height: 266px;
	position: relative;
	background: url(../Images/Layout/Footer.png) no-repeat top left;
	margin-right: -200px;
}

#Email
{
	width: 344px;
	height: 34px;
	display: block;
	right: 200px;
	top: 150px;
	position: absolute;
}
#Email img
{
	border: 0;
}

#Tree
{
	position: absolute;
	z-index: 1;
	top: 190px;
	left: 150px;
	width: 282px;
	height: 331px;
	background: url(../Images/Layout/Tree.png) no-repeat;
}

table.gallery
{
	width: 100%;
}

.gallery td
{
	width: 33%;
	text-align: center;
	padding: 5px;
}

.gallery td img
{
	width: 150px;
}
form
{
	position: relative;
}
form label
{
	cursor: pointer;
	width: 150px;
	display: block;
	text-align: right;
	padding-right: 5px;
	float: left;
	clear: both;	
}

input.submit
{
	position: relative;
	left: 155px;
	background-color: Transparent;
	border: solid 1px #fff;
	color: #fff;
}

form .textbox
{
	background-color: #fff;
	border: 0;
	margin-bottom: 2px;
}

form input.textbox
{
	width: 150px;
}
form textarea.textbox
{
	width: 200px;
	height: 150px;
}

.prices td
{
	padding: 2px 0;
	width: 250px;
}

.cheap
{
	display: block; 
	float: right;
}
