* {
	margin: 0; padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 68% arial, helvetica, sans-serif;
	text-align: center;
	color: #666;
}
#container {
	text-align:left;
}
#header{
	height: 110px;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}
#separator {
	display:none;
}
#menu {
	display:none;
}
#menu ul {
	display:none;
}
#contents { 
	margin: 20px; 
	color: black;
}
#contents h2 {
	margin: 0 0 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	background-repeat: no-repeat;
}
#contents p { 
	font-size: 1.1em;
	line-height: 1.6em; 
	margin-bottom: 1.5em;
}
#contents p.emphasis {
	font-weight: bold;
	font-style: italic;
}
div.clearer {
	clear: both;
}
.floatright { 
	float: right; 
	margin: 0 10px 0 5px;
}
.floatleft { 
	float: left; 
	margin: 0 5px 0 0;
}
#footer_main {
	clear: both;
	color: #666;
	margin: 3em 15px 0 5px;
	text-align: left;
	font-weight: 0.9em;
	line-height: 1.5em;
}
#footer_main p {
	margin-left:15px;
}
#footer_main a {
	text-decoration: none;
	color: #666;
}
#footer_main ul {
	list-style-type: disc;
	list-style-position: inside;
}
#footer_main ul li {
	display: inline;
	margin-left: 15px;
}
#footer_links {
	display:none;
}
