.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/navbar.gif);
	background-position: 100%;
}
.slidebg {
	background-image: url(../images/christmas.jpg);
	background-repeat: repeat-y;
}

.slidetxt {
	background-color: #FFFFFF;
	text-align: justify;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	background-position: left center;
	display: block;
	text-indent: 0px;
	margin: 0px;
	background-image: none;
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C32700;
}
.navrtbdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
}
.leftbdr {
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #CC0000;
	background-image: none;
	background-repeat: repeat-y;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #FF0000;
	border: none;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: none;
}

