@charset "utf-8";
/* CSS Document */

body, html {
		margin:0px;
		padding:0px;
}

.top {
	width: 730px;
	height:250px;
	}

body {
	background-image:url(../images/jacketback.jpg);
	background-repeat:repeat;
	text-align:center;
}

.page {
	background-image: url(../images/bodyside2.jpg);
	background-repeat:repeat;
	width:730px;
	margin-left:auto;
	margin-right:auto;
}

.nomargin {
	margin-top:0px;
	margin-bottom:0px;
}

.menu {
	margin-left:15px;
	margin-right:15px;
	width:700px;
	background-color:#660099;
}

img {
	border:none;
}

.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	
.text {
	background-color: #FFFFFF;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	}
	
.innertube {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}

.innertext {
	margin-left:15px;
	margin-right:15px;
}

.schedule {
	width:490px;
	}

.schedules td, .schedules th {
	text-align:center;
	border:groove;
	}
	
table.schedules {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
.intro {
	font-size:1px;
	color:#FFFFFF;
	}