@media all {
	body {
		margin: 0px 0px 20px 0px;
		background: #ffd;
		color: #333;
		font: 75% Arial, Genova, sans-serif;
	}

	a {
		font-weight: bold;
		background: transparent;
		color: #c06;
		text-decoration: underline;
	}
	a:hover {
		font-weight: bold;
		background: transparent;
		color: #f06;
		text-decoration: underline;
	}
	table, input, select, textarea {
		font: 100% Arial, Genova, Sans-Serif;
	}
	form {
		margin: 0px;
	}

	blockquote {
		margin: 0px 0px 20px 0px;
		font-weight: bold;
		text-align: center;
		font: 150% Georgia;
		background: transparent;
		color: #f60;
	}

	#header {
		background: url("../images/back.jpg") repeat-x 50% 100% #e085a4;
		color: #fff;
		padding: 5px 0px 5px 0px;
	}
	#header #photograph {
		display: inline;
	}
	#header #logo {
		float: left;
		display: inline;
	}
	#container {
		border: 1px solid #600;
		margin: 0px auto 0px auto;
		width: 760px;
	}

	#navigation {
		background: #903;
		color: #fff;
		text-align: center;
		padding: 1px 0px 0px 0px;
	}
	#navigation ul {
		margin: 0px auto 0px auto;
		padding: 1px 0px 1px 0px;
		width: 750px;
		height: 20px;
	}
	#navigation ul li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
	}
	#navigation ul li a {
		display: block;
		width: 85px;
		background: #903;
		color: #ffa;
		padding: 2px 10px;
		margin: 0px 1px 0px 1px;
		text-decoration: none;
	}
	#navigation ul li a:hover {
		display: block;
		width: 85px;
		background: #c36;
		color: #ffa;
		padding: 2px 10px;
		margin: 0px 1px 0px 1px;
		text-decoration: none;
	}

	#content {
		clear: both;
		margin: 5px auto 0px auto;
		padding: 20px 20px 58px 20px;
		width: 720px;
		border: 1px solid #666;
		background: url("../images/footer_back.jpg") repeat-x 0% 100% #ffe;
		color: #333;
	}
	#content .slideshow {
		float: right;
		border: 1px solid #999;
		background: #fff;
		margin: 0px 0px 20px 20px;
		padding: 10px 10px 5px 10px;
		text-align: center;
	}
	#content .slideshow p {
		margin: 0px 0px 0px 0px;
		font-weight: bold;
	}

	#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;
	}
	#content .still_photo_left p {
		margin: 0px 0px 0px 0px;
		font-weight: bold;
	}
	#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;
	}
	#content .still_photo_center img.center {
		margin: 0px 10px 0px 10px;
		font-weight: bold;
	}
	
	#content h1 {
		font: 150% Georgia,Serif;
		font-style: italic;
		font-weight: bold;
		color: #c36;
		margin: 0px 0px 15px 0px;
	}
	#content h2 {
		font: 140% Georgia,Serif;
		font-style: normal;
		font-weight: normal;
		text-decoration: underline;
		margin: 0px 0px 15px 0px;
	}
	#content div.contact_details h2 {
		font: 100% Arial, Helvetica,Sans-Serif;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 10px;
		margin: 0px 0px 10px 0px;
		background: #c36;
		color: #fff;
	}
	#content div.email_form h2 {
		font: 100% Arial, Helvetica,Sans-Serif;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 10px;
		margin: 0px 0px 10px 0px;
		background: #c36;
		color: #fff;
	}
	#content h3 {
		font-weight: bold;
		font-size: 100%;
		margin: 0px 0px 10px 15px;
		clear: left;
	}

	#content p {
		margin: 0px 0px 20px 0px;
	}

	#content p.para {
		float: left;
		width: 30%;
		margin: 0px 0px 20px 0px;
		padding: 0px 20px 0px 0px;
	}

	#content div.award {
		clear: right;
		float: left;
		width: 25%;
		border: 0px;
		margin: 0px 0px 0px 0px;
	}
	#content div.award p {
		margin: 0px 0px 5px 0px;
	}

	div.tariff {
		float: left;
		width: 40%;
		margin: 0px;
		padding: 0px 20px 40px 40px;
	}
	table.tariff {
		margin: 0px 0px 20px 0px;
		border: 1px solid #999;
		background: #fff;
		color: #333;
		width: 100%;
	}
	table.tariff th {
		background: #c36;
		color: #fff;
		text-align: center;
	}
	table.tariff td {
		border: 1px solid #ccf;
	}
	table.tariff .column1 {
		width: 60%;
		text-align: left;
	}
	table.tariff .column2 {
		width: 20%;
		text-align: right;
	}
	table.tariff .column3 {
		width: 20%;
		text-align: right;
	}
	div.tariff p {
		margin: 20px 0px 0px 0px;
	}

	#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;
	}


	#content div.new_year {
		float: left;
		width: 45%;
		padding: 20px 20px 0px 20px;
		border: 1px solid #f00;
		background: #fff;
		color: #333;
		margin: 0px 0px 20px 0px;
	}
	#content div.new_year p {
		margin: 0px 0px 10px 0px;
		text-align: center;
	}
	#content div.new_year p.header {
		margin: 0px;
		padding: 0px;
		font: 250% Georgia;
		font-weight: bold;
		text-align: center;
		background: transparent;
		color: #c00;
	}
	#content div.new_year p.red {
		color: #c00;
	}
	#content div.new_year p.left {
		text-align: left;
	}
	#content div.new_year p.price {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font: 200% Georgia;
		text-align: center;
	}
	#content 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 20px 0px;
		float: left;
		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;
	}

	#footer {
		clear: both;
		margin: 10px auto 0px auto;
		padding: 0px;
		width: 760px;
	}
	#footer p {
		margin: 0px;
		text-align: right;
		line-height: 150%;
	}
	#footer p.left {
		float: left;
		text-align: left;
	}
}