html {
	margin-bottom: 1px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #333;
	text-align: center;
	color: white;
	font-size: .9em;
	padding: 5px;
	margin: 5px;
}

a:visited, a:link {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

a:active, a:hover {
	font-weight: bold;
	color: #000;
	background: #f60;
	text-decoration: none;
}

#wrapper {
	text-align: left;
	width: 800px;
	border: solid white 2px;
	background: #930;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo, ul#menu2, ul#menu2 li, #info {
	width: 190px;
}

#logo {
	font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: bold;
	text-decoration: underline overline;
	background: #c93;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 1.7em;
}

#slogan, #menu, ul#submenu, #content, #copyright {
	width: 610px;
}

#slogan {
	background: #900;
	color: #c90;
	font-style: italic;
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

#menu {
	background: #800000;
	height: 23px;
	line-height: 23px;
}

#menu ul, #menu2 ul {
	padding: 0;
	margin: 0;
}

#menu2 {
	vertical-align: top;
}

#menu li, #menu2 li, ul#submenu li {
	list-style: none;
	text-align: center;
}

#menu li {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	float: left;
	white-space: pre;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	background: #c60;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu2 li {
	height: 1.5em;
	background: #ae3400;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul#submenu {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	background: #930;
}

ul#submenu li {
	text-align: left;
	width: auto;
	padding-left: 55px;
	font-size: .8em;
	float: left;
	margin-right: -30px;
	height: 20px;
}

td.content {
	background: #900;
	vertical-align: top;
}

#content {
	background: #900;
	margin: 0;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 10px;
	padding-right: 10px;
	clear: left;
	width: 470px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: dashed 1px white;
	border-right: dashed 1px white;
}

#info {
	background: #c60;
	text-align: center;
}

#info a:hover, #info a:link, #info a:active, #info a:visited,
#content a:hover, #content a:link, #content a:active, #content a:visited
 {
	font-weight: normal;
	font-size: .8em;
	vertical-align: top;
}

#copyright {
	font-size: .8em;
	color: #cc6600;
	text-align: center;
	padding: 2px;
	background-color: #993300;
}

#ink {
	text-align: center;
	vertical-align: bottom;
	padding: 20px;
}

.thumbs {
	padding: 10px;
	padding-bottom: 80px;
}

#content .thumbs a {
	display: block;
	float: left;
	margin-right: 10px;
}

blockquote {
	clear: left;
}

