body {
	background-image: url(http://www.accurateappraisalsusa.com/pics/aesthetics/Web_Background_GrandCanyon1600x1200.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: transparent;
	background-attachment: fixed;
	font-family: "Arial Black";
}
a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}

a:hover, a:active
{
color: #fff;
background-color: #036;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

td {
	vertical-align: top;	
}

textarea#bgclear {
	background-color: transparent;
	font-weight: bold;
}

input#bgclear {
	background-color: transparent;
	font-weight: bold;
}




div#bodytext{
	vertical-align: top;
	text-align: center;
	width: 16cm;
}

div#copyright{
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
	width: 8in;
}

div#navigation
{

float: left;
width: 150px;
padding-top: 1em;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#navigation ul li { margin-top: 4px; }

#navigation ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000;
background-image: url(nav_base.jpg);
background-repeat: repeat-y;
}

#navigation ul li a:hover
{
color: #fff;
background-color: #ccc;
background-image: url(nav_base2.jpg);
background-repeat: repeat-y;
}

div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: right;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
} 