	body {
		margin: 10px 0px 20px 0px;
		background: #336;
		color: #fff;
		font: 75% Arial, Genova, sans-serif;
	}

	a {
		font-weight: bold;
		background: transparent;
		color: #33c;
		text-decoration: underline;
	}
	a:hover {
		font-weight: bold;
		background: transparent;
		color: #f00;
		text-decoration: underline;
	}
	table, input, select, textarea {
		font: 100% Arial, Genova, Sans-Serif;
	}
	form {
		margin: 0px;
		padding: 0px;
	}

	blockquote {
		margin: 0px 0px 20px 0px;
		font-weight: bold;
		text-align: center;
		font: 150% Georgia;
		background: transparent;
		color: #33c;
	}

	div#container {
		width: 760px;
		margin: 0px auto 10px auto;
	}
	div#header {
		background: url("../images/header.jpg") no-repeat center center #003;
		color: #fff;
		margin: 0px 0px 5px 0px;
		height: 152px;
		border: 1px solid #003;
	}
	div#header h1 {
		display: none;
	}


	div#navigation {
		border: 1px solid #003;
		background: #006;
		color: #fff;
		text-align: center;
		padding: 1px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
	}
	div#navigation ul {
		margin: 0px auto 0px auto;
		padding: 3px 0px 1px 0px;
		width: 749px;
		height: 24px;
	}
	div#navigation ul li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
	}
	div#navigation ul li a {
		display: block;
		width: 85px;
		border: 1px solid #339;
		background: #117;
		color: #fff;
		padding: 2px 8px;
		margin: 0px 2px;
		text-decoration: none;
		text-transform: uppercase;
	}
	div#navigation ul li a:hover {
		display: block;
		width: 85px;
		border: 1px solid #c33;
		background: #900;
		color: #ffa;
		padding: 2px 8px;
		margin: 0px 2px;
		text-decoration: none;
	}

	div#wide_content {
		background: #ffc;
		color: #333;
		padding: 20px 20px 20px 20px;
	}

	div#content {
		width: 420px;
		padding: 20px 20px 58px 20px;
		background: #ffc;
		color: #333;
	}
	div#content .slideshow {
		float: right;
		border: 1px solid #999;
		background: #fff;
		margin: 0px 0px 20px 20px;
		padding: 10px 10px 5px 10px;
		text-align: center;
	}
	div#content .slideshow p {
		margin: 0px 0px 0px 0px;
		font-weight: bold;
	}

	div#content .still_photo_left {
		float: left;
		background: #fff;
		color: #333;
		border: 1px solid #ccc;
		margin: 0px 0px 20px 0px;
		padding: 10px 10px 5px 10px;
		text-align: center;
	}
	div#content .still_photo_left p {
		margin: 0px 0px 0px 0px;
		font-weight: bold;
	}
	div#content .still_photo_center {
		width: 630px;
		background: #fff;
		color: #333;
		border: 1px solid #ccc;
		margin: 0px auto 20px auto;
		padding: 10px 10px 5px 10px;
		text-align: center;
	}
	div#content .still_photo_center img.center {
		margin: 0px 10px 0px 10px;
		font-weight: bold;
	}
	div#content h2, div#wide_content h2 {
		font: 180% Georgia,Serif;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		margin: 0px 0px 15px 0px;
	}
	div#content div.contact_details h3, div#wide_content div.contact_details h3 {
		font: 100% Arial, Helvetica,Sans-Serif;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 10px;
		margin: 0px 0px 10px 0px;
		background: #006;
		color: #fff;
	}
	div#content div.email_form h3, div#wide_content div.email_form h3 {
		font: 100% Arial, Helvetica,Sans-Serif;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 10px;
		margin: 0px 0px 10px 0px;
		background: #006;			
		color: #fff;
	}
	div#content h4, div#wide_content h4 {
		font-weight: bold;
		font-size: 100%;
		margin: 0px 0px 10px 15px;
		clear: left;
	}

	div#content p, div#wide_content p {
		margin: 0px 0px 20px 0px;
	}

	div#content p.para {
		float: left;
		width: 30%;
		margin: 0px 0px 20px 0px;
		padding: 0px 20px 0px 0px;
	}

	div#content div.award {
		clear: right;
		float: left;
		width: 25%;
		border: 0px;
		margin: 0px 0px 0px 0px;
	}
	div#content div.award p {
		margin: 0px 0px 5px 0px;
	}

	div.tariff {
		width: 80%;
		margin: 0px auto 20px auto;
	}
	table.tariff {
		margin: 0px 0px 20px 0px;
		border: 1px solid #999;
		background: #fff;
		color: #333;
		width: 100%;
	}
	table.tariff th {
		background: #006;
		color: #fff;
		text-align: center;
	}
	table.tariff td {
		border: 1px solid #99c;
	}
	table.tariff .column1 {
		width: 40%;
		text-align: left;
	}
	table.tariff .column2 {
		width: 30%;
		text-align: right;
	}
	table.tariff .column3 {
		width: 30%;
		text-align: right;
	}
	div.tariff p {
		margin: 20px 0px 0px 0px;
	}

	div#content div.menu {
		float: left;
		width: 260px;
		margin: 0px auto 20px 23px;
		text-align: center;
		border: 1px dashed #999;
		background: #fff;
		color: #333;
		padding: 20px 20px 0px 20px;
	}


	div.new_year {
		float: right;
		clear: right;
		width: 236px;
		padding: 20px 20px 0px 20px;
		border: 2px solid #c00;
		background: #333;
		color: #fff;
	}
	div.new_year p {
		margin: 0px 0px 10px 0px;
		text-align: center;
	}
	div.new_year h2 {
		margin: 0px;
		padding: 0px;
		font: 250% Georgia;
		font-weight: bold;
		text-align: center;
		background: transparent;
		color: #c00;
	}
	div.new_year p.red {
		color: #c00;
	}
	div.new_year p.left {
		text-align: left;
	}
	div.new_year p.price {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font: 200% Georgia;
		text-align: center;
	}
	div.new_year ul {
		margin: 0px 0px 20px 20px;
	}
	


	div.contact_details {
		border: 1px solid #999;
		padding: 10px;
		margin: 0px 0px 20px 0px;
		width: 45%;
		float: right;
	}
	div.contact_details address {
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 15px 30px;
	}
	div.margin_bottom {
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 15px 0px;
	}
	div.contact_details p {
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 15px 15px;
	}
	div.fix_width {
		margin: 0px 0px 0px 20px;
		width: 80px;
		float: left;
	}


	div.email_form {
		border: 1px solid #999;
		padding: 10px;
		margin: 0px 0px 0px 0px;
		width: 45%;
	}
	div.email_form p {
		clear: left;
	}

	div.field_label {
		clear: left;
		float: left;
		width: 30%;
		padding: 3px 0px 0px 30px;
	}
	div.field_input {
		float: left;
		margin: 0px 0px 10px 0px;
		width: 60%;
	}
	
	p.submit {
		margin: 0px;
		text-align: right;
		clear: both;
	}
	p.submit input {
		padding: 3px 10px;
		font-weight: bold;
	}

	div.award {
		margin: 0px auto 0px auto;
		width: 188px;
		text-align: center;
	}
	div.award img {
		border: 0px;
	}
	div.award p.img {
		height: 100px;
		vertical-align: bottom;
	}
	div.award p.img1 {
		padding-top: 10px;
		vertical-align: bottom;
	}
	div.award p.img2 {
		padding-top: 30px;
		vertical-align: bottom;
	}

	div#photograph {
		margin: 0px;
		padding: 5px;
		background: url("../images/photograph_back.jpg") repeat-y top right #333;
		color: #fff;
		border: 1px solid #003;
	}
	div#photograph p.image {
		margin: 0px 1px 8px 0px;
		float: right;
		clear: right;
	}
	div#photograph p img {
	}

	div#content ul li {
		list-style-type: none;
		background: url("../images/directions_arrow.gif") no-repeat 0px 4px;
		padding: 2px 0px 5px 15px;
	}
	div#sample_menu {		text-align: center;		background-color: #fff;		border: 2px solid #333;		margin-left: 80px;		margin-right: 80px;		padding: 5px;
	}
	div#footer {
		clear: both;
		float: right;
		text-align: right;
		margin: 10px auto 0px auto;
	}
	div#footer p {
		margin: 0px 0px 20px 0px;
		text-align: right;
		line-height: 150%;
	}

	div#footer a {
		color: #ffa;
	}


	p.hidden {
		display: none;
	}


	div#copyright {
		width: 760px;
		clear: both;
		margin: 0px auto 40px auto;
	}
	div#copyright ul {
		display: inline;
	}
	div#copyright ul li {
		float: left;
		list-style-type: none;
		margin: 0px 0px 0px 10px;
		padding: 0px 10px 0px 0px;
		border-right: 1px dashed #fff;
	}
	div#copyright ul li.final {
		border: none;
	}
	div#copyright a {
		background: transparent;
		color: #fff;
		text-decoration: none;
	}
	div#copyright a:hover {
		background: transparent;
		color: #fff;
		text-decoration: underline;
	}
	div#inner_content {
		background: #ffc;
		padding: 20px 20px 58px 20px;
		
	}
	div#location_content {
			color: #333;
	}
	div#christmas_content {
		width: 400px;
		height: 580px;
		background: #ffc;
		color: #333;
	}
	div#xmas_photos {
		float: right;
	}

