body {
	background-color: black;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

body#index {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
	margin-top: 150px;
}

p {
	font-family: "Times New Roman", Times, Arial;
	font-size: 20px;
	color: white;
}

p.quotes {
	text-align: center;
}

p#tagline {
	font-size:14px;
	text-align: center;
}

p#copyright {
	font-size: 10px;
	text-align: center;
}

p.content {
	font-size: 18px;
}

p.title {
	font-weight: bold;
}

h3 {
	text-align: center;
	color: white;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

td.links {
	text-align: left;
}

td.dropdown {
	width: 150px;
	vertical-align: top;
}

ul.dropdown {
	display: none;
	width: 125px;
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding: 5px;
	background-color: black;
	border: 1px solid white;
}

ul.links {
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding: 5px;
}

li {
	text-align: left;
	font-family: "Times New Roman", Times, Arial;
	font-size: 20px;
	color: white;
}

li.title {
	font-weight: bold;
}

img.menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

a {
	font-family: "Times New Roman", Times;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

a.press {
	float: right;
	font-size: 16px;
}

a#menu {
	float: right;
}

a#index {
	font-size: 16px;
}

img.bio {
	float: right;
}

img#links {
	float: right;
}

img#hours {
	float: right;
}

img {
	border: none;
}

#content {
	vertical-align: top;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 900px;
	left: auto;
	right: auto;
	top: 320px;
}

