@charset "utf-8";
/* CSS Document */
body {
	/*background-color:#666;	*/
	background-color:#fff;	
	text-align:center;
}
a {
	color:black;	
	text-decoration:none;
}
a:hover {
	color:black;
	background:#ddd;
}
#container {
	width:700px;
	margin:0px auto;
	padding:15px;
	/*border:1px solid #333;*/
	
}
#logo {
	text-align:center;
	padding-top:100px;
}
#textcontent {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:black;
	margin:40px auto;
}
p {
	padding-top:20px;
}
.book {
	line-height: 30px;
	font-weight:bold;
	font-size:28px
}
.event {
	font-size:1.1em;	
	font-weight:bold;
}
.divider {
	border-top:1px solid black;	
}
.contact {
	font-size:1em;	
}
