/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#linklist {
	width: 160px;
	border-right: #4D4937 0px solid;
	border-left: #4D4937 0px solid;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #987346;
	height: inherit;
	height: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 480px;

}

#sitecontent {
	background: url(../images/pagebg.jpg) top right no-repeat;
	width: 548px;
	height: inherit;
	min-height: 480px;
	float: right;
	text-align: left;
}

#sitecontent h3{
	border-bottom: solid 1px #516C1B;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-transform: capitalize;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 24px 8px 8px 8px;
	color: #042F52;
	margin-bottom: 20px;
}

#sitecontenthead {
	background: #fff url(../images/canyongraphics.jpg) no-repeat left;
	width: 550px;
	float: right;
	height: 100px;
	margin-bottom: 4px;
}

#indextxt {
	width: 349px;
	float: right;
	text-align: left;
	padding: 9px;
	margin: 0px;
	color: #042F52;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}

#backdrop {
	background: url(../images/main/bg/sidebg.jpg);
}


