body {
	text-align: center;
	background-color: #f1f1f1;
	padding: 10px 0;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

.right {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
}

.left {
 float: left;
 margin-right: 10px;
 margin-bottom: 5px;
}

div.clear {
 clear: both;
 height: 0;
 font-size: 0;
 line-height: 0;
}

a {
 font-weight: bold;
 text-decoration: underline;
	color: #525254;
}

a:hover {
 font-weight: bold;
 text-decoration: none;
	color: #525254;
}

/*************/
/* Container */
/*************/
div#container {
	margin: 0 auto;
	border: 1px solid #525254;
	width: 960px;
	text-align: left;
	padding: 10px;
	font-size: 0.9em;
	background-color: #ffffff;
	line-height: 1.3em;
}

div#content {
 padding: 15px 30px;
	border-top: 5px solid #ffcf06;
	border-bottom: 5px solid #ffcf06;
}

div#indent {
 margin-left: 60px;
}

div#indent h1 {
 margin: 30px 0 10px;
 font-size: 1.4em;
}

div#indent h2 {
 margin: 0;
 font-size: 1.1em;
}

div#indent li {
 margin-bottom: 8px;
