﻿* {
	margin: 0px;
	padding: 0px;
}

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

h1 {
	font-size: x-large;
	margin-top: 20px;
}

h2 {
	font-size: larger;
	margin-top: 20px;
}

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

ul ul {
	margin-left: 20px;
}

.container {
	width: 950px;
	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: 200px;
	float: left;
	margin-right: 10px;
	border: 2px solid black;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

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

.menu ul {
	list-style-type: hiragana;
}

.menu_header {
	padding: 5px;
	background: white;
	color: black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.menu_header a {
	color: black;
	text-decoration: none;
}

/*.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: 220px;
	margin-top: 25px;
}

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

.content .left_col {
	width: 400px;
	float: left;
	border-right: 1px black dotted;
	padding-right: 5px;
}

.content .right_col {
	width: 300px;
	float: right;
	padding-right: 5px;
}

.ul_outside li {
	padding-bottom: 5px;
}

.ul_outside {
	list-style-position: outside;
}

.media_year {
	width: 50px;
	margin: 0px auto;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	border: 2px #ddd solid;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 1px 4px #333;
}

.media_item {
	width: 90%;
	margin: 0px auto;
	border: 2px #ddd solid;
	padding: 7px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 1px 4px #333;
}

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