body {
	padding: 0;
	margin: 20px;
	font-family: Arial, helvetica, sans-serif;
	
	text-align: center;

	background-color: #666;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 10px solid #fff;
}

	#header {
		background-color: #fc0;
		background-image: url("images/back_01.gif");
		background-repeat: no-repeat;
		background-position: 40px 10px;

		padding: 10px;
		text-align: center;
		border-top: 1px solid #003;
	}

		#header h1 {
			margin: 0 auto;
			padding: 0;

			width: 300px;

			color: #003;

			font-size: 350%;

			line-height: 0.95em;
			letter-spacing: -2px;
		}

	#nav {
		background-color: #003;
		text-align: center;
		padding: 5px;
	}

		#nav ul {
			font-size: 80%;
			list-style-type: none;
			margin: 0;
			padding: 0;
			text-align: center;
		}

			#nav ul li {
				display: inline;
			}

				#nav ul li a {
					_height: 1%;
					color: #fff;
					text-decoration: none;
					width: auto;
					/*float: left;*/
					padding: 8px 10px;
					font-weight: bold;
				}

					#nav ul li a:hover, #nav ul li.here a {
						background-color: #06f;
					}

	#content {
		background-image: url("images/back_02.gif");
		background-repeat: no-repeat;
		background-position: 40px -140px;
		padding: 30px 10px;
	}

		#content h2 {
			margin: 0 0 1em 0;
			font-size: 140%;
		}

		#content h3 {
			margin: 0 0 1em 0;
			font-size: 110%;
		}

		#content p {
			line-height: 1.6em;
			margin: 1em 0 0 0;
			padding: 0;
			font-size: 90%;
		}

		#content a {
			color: #06f;
			font-weight: bold;
			text-decoration: none;
		}

			#content a:hover {
				text-decoration: underline;
			}

		#content ul {
			margin-bottom: 0;
			line-height: 1.6em;
			font-size: 90%;
		}

			#content ul li {
				margin-bottom: 1em;
			}
		#content ul.gallery {
			list-style-type: none;
			padding:0;
			margin:1em 0;
		}
			#content ul.gallery li {
				display: inline;
				margin: 0 10px 10px 0;
			}
				#content ul.gallery li a img {
					border: 5px solid #ccc;
				}
					#content ul.gallery li a:hover img {
						border: 5px solid #06f;
					}

	#footer {
		background-color: #003;
		padding: 5px 10px;
	}

		#footer p {
			margin: 0;
			font-size: 70%;
			color: #fff;
			text-align: center;
		}

			#footer p a {
				color: #fff;
			}

	#credit {
		padding-top: 5px;
	}

		#credit p {
			font-size: 70%;
			color: #333;
			margin: 0;
			padding: 0;
		}

			#credit p a {
				color: #333;
				font-weight: bold;
				text-decoration: none;
			}

				#credit p a:hover {
					text-decoration: underline;
				}
