body
{
	background-color: #c1b7ae;
	font-family: "Lucida Grande";
}

div#content,#header,#footer
{
	width: 670px;
	padding: 15px;
	background-color: #FFF8F0;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

div#header
{
	font-size: larger;
	text-align: center;
	color:#78542F;
	font-weight: bold;
	padding-top: 30px;	
}


div#footer
{
	text-align: center;
	font-size: smaller;
	padding-bottom: 5px;
}

p#copyright
{
	color: #7d7d7d;
}

div#header img
{
	padding-bottom: 10px;
}

h1
{
	font-size: medium;
	color: #78542F;
}

div#content p, ul, ol
{
	font-size: smaller;
}

div#content .helplists li
{
	padding-bottom: 2px;
}

div#content li
{
	padding-bottom: 15px;
}

div#content ol ol
{
	padding-top: 15px;
}

div#content ol ol li
{
	padding-bottom: 2px;
	font-size: small;
}

span.bold
{
	font-weight: bold;
}

span.red
{
	color: red;
}

blockquote
{
	font-size: smaller;
}

hr
{
	margin-top: 15px;
	margin-bottom: 15px;
}
