	html, body 
	{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	body 
	{
		font-family: "Arial", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: rgb(0,0,0);

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;

		background-color: rgb(255,255,255);
		background-image: url(b000.gif);
		background-repeat: repeat-x;
		background-position: top center;
	}

	table, p
	{
		text-align: left;
	}

	h1
	{
		font-family: "Arial", sans-serif;
		font-size: 26px;
		font-weight: normal;
		color: rgb(0,79,0);

		text-align: right;

		margin: 0px;
		padding: 0px;
	}

	h2
	{
		font-family: "Arial", sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: rgb(0,79,0);

		text-align: left;

		margin: 0px;
		padding: 0px;
	}

	form
	{
		margin: 0px;
		padding: 0px;
	}

	input, textarea, select
	{
		font-family: "Arial", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: rgb(0,0,0);

		margin: 0px;
		padding: 3px;

		border-style: none;
		border-width: 0px;

		background-color: rgb(230,230,230);
	}

	.Site
	{
		display: block;
		width: 1000px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;

		text-align: center;
	}

	.Header
	{
		display: block;
		margin: 0px;
		padding: 0px;
	}

	.Content
	{
		display: block;
		margin: 0px;
		padding: 0px;

		background-image: url(b002.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.Inside
	{
		display: block;
		width: 800px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
	}

	.InsideMenu
	{
		display: block;
		float: left;
		width: 200px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 0px;
	}

	.InsideMenu ul
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		padding: 0px;
		list-style-type: none;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: rgb(230,230,230);
	}

	.InsideMenu ul li
	{
		margin: 0px; 
		padding: 0px;
		list-style-type: none;
		text-align: left;
	}

	.InsideMenu ul li.First
	{
		background-color: rgb(255,153,0);
	}

	.InsideMenu ul li.First a, .InsideMenu ul li.First a:link, .InsideMenu ul li.First a:visited, .InsideMenu ul li.First a:active, .InsideMenu ul li.First a:hover
	{
		color: rgb(255,255,255);
	}

	.InsideMenu ul li.First a:hover
	{
		background-color: rgb(0,79,0);
	}

	.InsideMenu ul li a
	{
		display: block;
		padding: 8px;
		color: rgb(0,79,0);

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgb(230,230,230);

		text-decoration: none;
	}

	.InsideMenu ul li a:link, .InsideMenu ul li a:visited, .InsideMenu ul li a:active, .InsideMenu ul li a:hover
	{
		color: rgb(0,79,0);
		text-decoration: none;
	}

	.InsideMenu ul li a:hover
	{
		background-color: rgb(230,230,230);
	}

	.InsideMenu ul li a.Selected, .InsideMenu ul li.First a.Selected
	{
		background-image: url(b005.gif);
		background-repeat: no-repeat;
		background-position: center right;
	}

	.InsideText
	{
		display: block;
		float: right;
		width: 600px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 0px;
	}

	.InsideFont
	{
		color: rgb(0,0,0);
	}

	.InsideFont a, .InsideFont a:link, .InsideFont a:visited, .InsideFont a:active
	{
		color: rgb(255,153,0);
		text-decoration: none;
	}

	.InsideFont a:hover
	{
		color: rgb(0,79,0);
		text-decoration: underline;
	}

	.InsidePriceList
	{
		margin: 0px;
		padding: 0px;
	}

	.InsidePriceList table
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		padding: 0px;
	}

	.InsidePriceList table td
	{
		background-color: rgb(240,240,240);
	}

	.InsidePriceList table td.InsidePrice
	{
		font-weight: bold;
		text-align: center;
		background-color: rgb(245,245,245);
	}

	.InsideGallery
	{
		margin: 0px;
		padding: 0px;
	}

	.InsideGallery div
	{
		display: block;
		float: left;
		width: 134px;
		height: 101px;

		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		padding: 0px;

		background-repeat: no-repeat;
		background-position: center center;
		background-color: rgb(240,240,240);

		border-style: solid;
		border-width: 1px;
		border-color: rgb(200,200,200);
	}

	.InsideGallery div a
	{
		display: block;
		width: 100%;
		height: 100%;
	}

	.InsideGallery div a span
	{
		display: none;
	}

	.Footer
	{
		display: block;
		width: 800px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;

		text-align: right;
	}

	.Footer table, .Footer td
	{
		text-align: right;
	}
