/* content.css */
body
{
	font-family: 'Crete Round', 'Marion-Regular', Cambria, Tahoma, sans-serif;
	font-size: 15px;
}

h1, h2, h3
{
	font-family: 'Sanchez', 'Palatino Linotype', 'Times New Roman', serif;
}

input, select, textarea, button
{
	font-family: inherit;
	font-size: inherit;
}
/* content.css */

body
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

h3 span.little
{
	font-size: 70%;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#content img
{
	border: 0;
	margin: .5em 1em;
}

ul li
{
	list-style-type: square;
}

hr
{
	display: none;
}

div.hr
{
	margin: .25em 0;
	height: 1px;
	overflow: hidden;
}

#main
{
	position: relative;
	padding: 1em 0;
}

#main-
{
	margin: auto;
}

h1#logo
{
	margin: 0;
}
h1#logo span.text
{
	display: block;
	line-height: 46px;
	font-size: 36px;
	padding: 34px 0 10px 0;
}

#top a
{
	font-variant: small-caps;
}

a.editPageContent,
a.deletePage
{
	color: #2b6633;
	font-size: 80%;
	line-height: 1em;
}

#contact p
{
	margin: .5em 0;
}

#contact, #copyright, #legal
{
	font-variant: small-caps;
	text-transform: lowercase;
}
#contact
{
	font-size: 120%;
}
#copyright
{
	padding-top: .5em;
	line-height: 1.5em;
	font-size: 110%;
	color: #464646;
}
#legal
{
	color: #252525;
	line-height: 1em;
}

dl
{
	margin-left: 2em;
	margin-right: 2em;
}

dt, dd
{
	margin-top: .5em;
	margin-bottom: .5em;
}

img.picture
{
	padding: 3px;
	border: 1px solid #555;
	margin: .5em 1em;
}

.clear
{
	clear: both;
}
