.tileleft {
	background-attachment: scroll;
	background-image: url(nav/tile_left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.tileright {
	background-image: url(nav/tile_right.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.footerleft {
	background-attachment: scroll;
	background-image: url(nav/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footermid {
	background-attachment: scroll;
	background-image: url(nav/footer_mid.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: italic;
	font-weight: bolder;
	text-transform: capitalize;


}
.footerright {
	background-attachment: scroll;
	background-image: url(nav/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	font-style: normal;
	text-transform: capitalize;

}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
