body {
	font-family: Baskerville, Georgia, serif;
	background: #efefef url('bg-tile.jpg') center repeat;
}
#mission_statement {
	display: none;
}

#mission {
	width: 340px;
	margin: 0 auto 40px auto;
	text-align: justify;
	line-height: 1.7em;
	font-size: 10pt;
}
#logo {
	margin: 50px auto 20px auto;
	text-align: center;
}

#zenbox_tab {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
}
a:link, a:visited {
	color: #bb3e17;
	text-decoration: none;
	background: transparent;
	padding: 1px 4px;
	margin: 0px -4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background: #bb3e17;
	padding: 1px 4px;
	margin: 0px -4px;
	-webkit-border-radius: 4px;
}

small {
	font-family: "Myriad Pro", Helvetica;
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

em {
	font-size: 11pt;
}

img {
	border: none;
}
