header
{
	display: block;
}

img
{
	border: 0;
}

body
{
	background-attachment: fixed;
	background-image: url('./images/WoodFine0023_M.web.jpg');
	font-family: tahoma, Georgia;
	font-size: 16px;
	color: #ddd;
}

#container
{
	margin: auto;
	width: 750px;
}

	.container-shadow
	{
		width: 100%;
		height: 5px;
		background-image: url('./images/container-shadow.png');
	}

	#container-body
	{
		width: 100%;
		background-image: url('./images/container-bg.png');
	}

	#container-body > .header
	{
		margin: auto;
		width: 740px;
		height: 140px;
		text-align: center;
	}

		#container-body > .header img
		{
			margin-top: 10px;
		}

	#container-body > .nav
	{
		margin: auto;
		width: 740px;
		height: 50px;
		text-align: center;
		background-image: url('./images/nav-bg.png');
	}

		#container-body > .nav img
		{
			margin: 0 30px;
		}

	#container-body > .article
	{
		padding: 1px 20px 30px 20px;
	}

		#map_canvas
		{
			height: 500px;
			color: black;
		}

#copyrightBorder
{
	margin: 40px auto;
	width: 740px;
	border: 1px dotted #777;
	text-align: center;
	font-size: 13px;
	color: #777;
}
#copyrightBorder a
{
	color: #777;
}

.mail
{
	text-align: left;
}

input[type='text'], textarea, input[type='submit'], input[type='reset']
{
	border: 1px solid black;
}

input[type='text']
{
	width: 300px;
}

textarea
{
	width: 100%;
	height: 100px;
}

input[type='submit'], input[type='reset']
{
	width: 100%;
}
