@charset "UTF-8";
body {
	height:100%; width:100%;
	font: 18px "Goudy Old Style", "Book Antiqua", Georgia, "Adobe Garamond Pro", AdobeGaramondPro, "Adobe Jenson Pro", AdobeJensonPro, "Palatino Linotype", "Book Antiqua", Palatino, serif;

	background: #fff;
	margin: 0; padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
img { border:0; margin:0; padding:0; }

#container {
	width: 1160px; 
	background: none;
	margin: 10px auto 20px;
	padding:0;
	border: 0;
}
#logo {
	height:177px;
	width:778px;
	margin:0 auto;
}
	
h1#header { width:778px; padding-top: 177px; /* height of the replacement image */ height: 0px; overflow: hidden; background: url(elizabeth-vincent-storytellers.png); }	

#copy {
	padding:0 15px;
	text-align:center;
	margin-bottom:120px;
	font-size: 14px;
}

#footer {
	margin-top:50px;
	padding:0 15px;
	text-align:center;
}

ul { width:1000px; margin:0 auto; text-align:center; }

ul, li {
    font-size:28px;
	margin: 0;
	padding: 0 100px;
	cursor: default;
	list-style-type: none;
	display: inline;
	}

a {
	color:#811c2c;
	text-decoration:none;
	}

a:hover {
	color:#811c2c;
	}