body {
	background-image: url(../images/bang-repeat.jpg);
	background-repeat: repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width:1144px;
	height:875px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 130px;
	width: 1145px;
	position: absolute;
	top: 0px;
	background-color: #000066;
}
#content {
	height: 700px;
	width: 1144px;
	position: absolute;
	top: 130px;
}
.little-box-bdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8D8BFF;
	border-right-color: #8D8BFF;
	border-bottom-color: #8D8BFF;
	border-left-color: #8D8BFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}

.shoplink:link { font-weight: normal; text-decoration: none; color: #FFFF99; font-size:12px;}
.shoplink:visited { font-weight: normal; text-decoration: none; color: #FFFF99; font-size:12px;}
.shoplink:hover { font-weight: normal; text-decoration: none; color: #000000; font-size:12px;}
.shoplink:active { font-weight: normal; text-decoration: none; color: #FFFF99; font-size:12px;}

.ScheduleLink:link { font-weight: bold; text-decoration: none; color: #FFFF99; font-size:12px;}
.ScheduleLink:visited { font-weight: bold; text-decoration: none; color: #FFFF99; font-size:12px;}
.ScheduleLink:hover { font-weight: bold; text-decoration: none; color: #FFFFFF; font-size:12px;}
.ScheduleLink:active { font-weight: bold; text-decoration: none; color: #FFFF99; font-size:12px;}

.ScheduleDate {
	font-size: 10px;
}

.box-grad {
	background-image: url(../images/rep-grad.jpg);
	background-repeat: repeat-y;
}

.BodyTitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
}

.BodySubTitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 14px;
}