@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background-color: #FFCADE;
	background-attachment: scroll;
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
.backtrans {
	background-image: url(../images/back_trans.png);
	background-repeat: no-repeat;
}
.flashback {
	background-image: url(../images/back_flash.jpg);
	background-repeat: no-repeat;
}
.backhours {
	background-image: url(../images/r_storehours.jpg);
	background-repeat: no-repeat;
}
.backtext {
	background-image: url(../images/back_text.jpg);
	background-repeat: no-repeat;
}
.subtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.subtext a:link {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.subtext a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.subtext a:visited {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.subtext a:active {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.backtextpageant {
	background-image: url(../images/back_text_pageant.jpg);
	background-repeat: no-repeat;
}
