/* page styles */ 
/* edited skye 08/04/2009 */ 

* { padding: 0; margin: 0; }

a:link {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #444444;
	text-shadow : Aqua;
}

a:visited {
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline;
	color: #444444;
}

a:hover {
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline;
	color:#063A62;
}

a:active {
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline;
	color: #444444;
}

.text01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.text02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic; 
	color: #000000;
}

.text03 {
	font-size: 125%; 
	font-weight: bold; 
	font-style: italic; 
	text-shadow: Silver; 
	text-decoration: underline;
}

body {
/* #F2F5EE F3F6EF F3F4EC */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#F3F6EF;
}

#wrapper { 
	background-color: #FFFFFF; 
	background-image: url(img/backer.gif); /*left/right shading */
	width: 800px; 
	height: 2000px; 
	margin: 0 auto;
}

#header {
	background-image: url(img/topper.gif);
	background-color: #FFFFFF;
	width: 800px; 
	height: 203px; 
}

#banner {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	background-image: url(img/5796_AZ_Sedona.jpg);
	color: #000000;
	float: left;
	margin: 3px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
	width: 741px; 
	height: 142px;
}

#navigation {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	color: #8c8840;
	float: left;
	margin: 9px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
	width: 741px;
	height: 38px;
}

#maininfo{
	xbackground-color: #FF00FF;
	width: 741px; 
	height: auto; 
	margin: 0px 21px 0px 29px;
}

#leftcolumn {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 0px; 
	height: auto;
	position: relative;
}

#content {
	border: 0px solid #000000;
	xbackground-color: #FFFF00; 
	color: #000000;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	width: 525px; 
	height: auto;
	position: relative;
}

#rightcolumn {
	border: 0px solid #000000;
	xbackground-color: #00FFFF;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 6px;
	width: 205px;
	height: auto;
	position: relative;
}

#footer {
	border: 0px solid #000000;
	xbackground-color: #FFFFFF;
	color: #000000;
	float:left;
	margin: 0px 21px 0px 29px;
	padding: 0px 0px 0px 0px;
	width: 741px; 
	height: auto;
	position:relative;
}

.clear { 
	clear: both; 
}

/* -- end -- */
