﻿* {
	margin: 0px;
}

body {
	background-color: #990099;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-top: 15px;
}

ul {
	list-style-position: inside;
	margin-top: 10px;
}

.container {
	width: 800px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 5px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
}

.header {
	margin-top: 5px;
	background-color: white;
	color: black;
	font-size: xx-large;
	letter-spacing: 2px;
	text-align: center;
	height: 130px;
	border-bottom: 10px solid black;
	background-image: url(img/6332.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.header img {
	padding-top: 20px;
}

.menu {
	background-color: black;
	padding: 5px;
	color: white;
	font-weight: bold;
	width: 150px;
	float: left;
	margin-right: 10px;
}

.menu a {
	color: white;
	text-decoration: none;
}

.menu ul {
	list-style-type: hiragana;
	margin-left: -25px;
}

.menu dl {
	border: 1px dotted white;
	margin-top: 1px;
	margin-bottom: 1px;
}

.menu dt {
	padding-top: 5px;
	padding-bottom: 2px;
	color: #BBB;
}

.menu dd {
	padding-left: 13px;
	padding-bottom: 3px;
}

p {
	padding-top: 10px;
}

a {
	color: #990099;
	text-decoration: none;
}

a:hover {
	color: grey;
}

.spacer {
	clear: both;
}

.content {
	margin-left: 170px;
	margin-top: 25px;
}

.content ul {
	margin-bottom: 10px;
}

.footer {
	padding-top: 5px;
	padding-bottom: 10px;
	color: white;
	font-size: x-small;
}