body {
	color: #000;
	width: auto;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

/* --------------------------------------------------------------------------------------------- banner */
	
h1 {
	font-size: 2em;
	text-align: left;
	}
		
#slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2;
	font-weight: bold;
	text-align: right;
	font-style: italic;
}

/* ----------------------------------------------------------------------------------------- navigation */

#nav {
	display: none;
	}

	
/* ----------------------------------------------------------------------------------content area */

				
#content {
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.2em;
	padding-bottom: 1em;
	}

h2 {
	margin-bottom: 0.85em;
	line-height: 1.2em;
	}

#content p {
	margin-bottom: 1em;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	}

#content ul {
	margin-bottom: 1em;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	}
	
#content li {
	margin-left: 1em;
	margin-bottom: 0.5em;
	}

#content a {
	text-decoration: underline;
	}
	
/* -------------------------------------------------------------------------------------- footer */


#footer p {
	text-align: center;
	line-height: 1.2;
	}
	