/* @override http://ybook.local./1000views/home.css?v=20060204 */

body {
	background-color: #ffffff;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ff00ff;
}
h1, h2 {
	font-weight:normal;
}
h1 {
	font-family: Zapfino,Monotype Corsiva,cursive,sans-serif;
	font-size:large;
	text-align: center;
}
h2 {
	font-size:1.5em;
	padding:.2em 0 .1em 0;
	margin:.5em 50px .25em 0;
	border-bottom:1px solid #707;
}
h3 {
	text-align: center;
	font-size: small;
}
img {
	border: 0;
}
table {
	table-layout: fixed;
	width: 100%;
}
p {
	margin: 1em;
}
#main {
	width: 100%;
}
div.text {
	position: relative;
	margin: 0 auto;
	width: 800px;
}
div.slideshow {
	margin: 0 auto;
	text-align: center;
}
div.footer {
	position:relative;
	margin:0 auto;
	text-align: center;
	font-size: xx-small;
	color: white;
}
#image {
	margin: 20px;
	text-align: center;
}
#image img {
	border: 2px solid black;
}
#frame {
	margin: auto;
}
#frame img {
	border: 3px solid #000;
}
#controls {
	text-align: center;
}
#copyright {
	text-align: center;
	font-size: small;
}
#logo {
	font-family: 'Lithos Pro', sans-serif;
	font-size: small;
	background-color: #fff;
	padding: 2px 2px 0px 2px;
	border: 2px solid black;
	z-index: 2
}
body>div#logo {
	position: fixed;
}
.highlightButton {
	font-weight: bold;
	background-color: #fff;
}

#menu {
	margin: 0 auto;
	padding:8px 0 10px 0;
	width: 750px;
	position:relative;
	line-height: 1em;
}
#menu ul {
	display: inline;
	list-style-type: none;
}
#menu li {
	display:inline;
	color:#606;
	font-size: 1em;
}
#menu a {
	font-size: .7em;
}
#menu a, #menu a:visited {
	color: #505;
}
#menu a:hover {
	color:#b0b;
}
