body {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	width: auto;
	background-color: #d59f6c;
	background-image: url(images/bckgrd.jpg);
	background-repeat: repeat;
}

#container {
}

#leftnav {
	float: left;
	display: inline;
	width: 282px;
	height: 100%;
	background-image: url(images/website_home_13.jpg);
	background-repeat: repeat-x;
}

#rightnav {
	float: left;
	width: 533px;
	height: auto;
	background-image: url(images/website_home_16.jpg);
	background-repeat: repeat-x;
}

p	{
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 18px;
	text-indent: 25px;
}

h4	{
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
}


h5	{
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
}


h6	{
	color: #FFF;
	text-align: right;
	font-size: 9px;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

ul  {
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.grand  {
	text-indent: 100px;
	
}

.greatgrand  {
	text-indent: 200px;
}

.indent  {
	text-indent: 25px;
}


a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

ul {
	list-style-type: none
}