* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.4em;
	font-size: 76%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}

a {text-decoration: none;}
a img {border: none;}

ul, ol {list-style: none;}
blockquote, pre {text-align: center; padding: 30px;}
pre, code {font: 1.05em Courier, monospace;}
pre {line-height: 1.5em;}
pre strong {font-size: 1em; font-weight: bold;}

h1 {
	text-align: center;
	font-size: 3em;
	color: #333;
	padding: 30px;
}

#branding {
	height: 400px;
}

#footer {
	clear: both;
	height: 110px;
	background: #fbfaf4 url(grasses.png) left bottom repeat-x;
	border-top: 1px solid #d9d9d9;
	font-size: 85%;
	text-align: center;
	line-height: 1.4em;
	color: #666;
}

#footer em {
	font-family: Georgia, Times, serif;
	font-style: normal;
}

#footer a:link, #footer a:visited {
	border-bottom-width: 0;
	color: #979797;
	text-decoration: none;
}

#footer a:hover {
	border-bottom-width: 1px;
}


#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	padding: 4px;
}

#footer a.letterSpace {
	letter-spacing: .13em;
	font-weight: bold;
}