﻿/*

:: Dam House Template by PDS Web Design ::
:: Copyright 2008 PDS Limited ::
:: Designed by Matt Pearson ::

*/


#container { 
	margin-left: auto;
    margin-right: auto;
	width: 800px;

	position: relative;
}

#header {
	width: 800px;
	background: #8f4514;
}

#button_bg {
	height: 30px;
	width: 770px;
	background: url('images/Buttons/Back Button.JPG');
	position: relative;
	padding-left: 30px;
}
	
#button {
	height: 30px;
	width: 75px;
	position: relative;
	float: left;
}

#signature_dish {
	height: 171px;
	position: relative;
}

#content {
	width: 800px;
	height: auto;
	padding-top: 10px;
	position: relative;
	background: #ffe8d8;
	float: left;
}

#heading {
	height: 55px;
	width: 780px;
	margin: 10px;
	background: url(images/header_bg.jpg);
	position: relative;
}

#content_text {
	width: 460px;
	background-color: ffe8d8;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#content_right {
	width: 320px;
	padding-bottom: 10px;
	text-align: center;
	float: right;
}

#content_image {
	width: 150px;
	position: relative;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

#content_image_300 {
	width: 300px;
	position: relative;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

#footer {
	width: 800px;
	height: 63px;
	background: url(images/footer_bg.gif);
	background-colour: #FFB584;
	position: relative;
	float: left;
}

#footer_left {
	width: 370px;
	height: 56px;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-left: 30px;
}

#footer_right {
	width: 400px;
	height: 63px;
	float: right;
	position: relative;
}
