body
{
	margin: 0px;
	background-color: #F9F5E8;
}

#container
{
	width: 800px;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
}

#nav
{
	width: 730px;
	height: 15px;
	margin: 0 auto 0 auto;
}	

#nav ul
{
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
}

#nav ul li
{
	margin: 0;
	padding: 0px 16px 0px 16px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	display: inline;
}

#nav ul li a
{
	text-decoration: none;
	color: #B64625;
}

#nav ul li a:hover
{
	text-decoration: none;
	color: #000;
}

#nav ul li a#active
{
	text-decoration: none;
	color: #000;
}

#text
{
	width: 690px;
	height: auto;
	margin: 10px auto 0 auto;
	border-color: #B64625;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
}

#text h1
{
	color: #B64625;
	font-size: 18px;
	font-family: Arial;
}

#text h3
{
	color: #B64625;
	font-size: 14px;
	font-family: Arial;
}

#text p
{
	color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

#text a
{
	text-decoration: underline;
	color: #B64625;
}

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

#text ul li
{
	color: #000;
	font-family: Helvetica, Verdana, Arial, san-serif;
	font-size: 14px;
	margin: 4px 0 4px 0;
}

#text li.none { list-style: none; }