body
{
	font-size: 14px;
}

a img { border: none; }

p {font-size: 16px;}

h1
{
	font-family: Stencil, Times, Serif;
	font-weight: normal;
}

#wrapper
{
	margin: 10px auto;
	width: 750px;
}
ul#navigation
{	
	font-family: Stencil, Times, Serif;
	width: 750px;
	list-style-type: none;
	list-style-position: default;
	padding: 0;
	margin: 10px auto;
	height: 30px;
}

#navigation li
{
	float: left;
	margin-left: 64px;
	line-height: 24px;
}

#navigation li.first
{
	margin-left: 0;
}

#navigation li a
{ 
	border: 1px solid #000;
	text-decoration: none;
	color: black;
	padding: 8px 12px;
}

#navigation li a:hover
{
	border: 1px solid #443E19;
	color: #443E19;
}

#footer
{
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}

.copyright {font-size: 11px;}

.clear
{
	width: 100%;
	clear: both;
	height: 0px;
}
