body {
	text-align: center;
	height:100%;
	font-family: verdana;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin: 20px 0;
}

a:link {
    text-decoration: underline;
    color: #5a1322;
}
a:visited {
    text-decoration:underline;
    color: #5a1322;
}
a:active {
    text-decoration:underline;
    color: #5a1322;
}
a:hover {
	text-decoration: underline;
	color: #eee;
	background-color: #5a1322;
}

.clear { clear: both }

.block { display: block }

.red { color: red }

.wrap-tbl {
	font-size: 11px;
	text-align: left;
}

h1.title {
	color: #777;
	font-size: 18px
}

.front-table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 11px;
}

.front-table thead {
	font-weight: bold;
	color: #fff;
	background-color: #6f184a;
}

.front-table tbody td, .front-table thead td {
	border: 1px solid #000;
	border-left: none;
	border-top: none;
}

.front-table tbody tr { background-color: #ffdeef; }
.front-table tbody tr.alt { background-color: #fff2f9; }

#wrapper {
	width: 775px;
	height: 360px;
	min-height: 360px;
	background: #fff url('../images/joyclub_08.jpg') top center no-repeat;
}

html>body #wrapper {
	height: auto;
}

#top-menu {
	background: #fff url('../images/joyclub_01.jpg') top left no-repeat;
	width: 775px;
	height: 44px;
}

ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	padding-top: 15px;
	font-size: 14px;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist li.home { background: transparent url('../images/top-menu-bullet.png') 30% center no-repeat; }
#navlist li.about { background: transparent url('../images/top-menu-bullet.png') 20% center no-repeat; }
#navlist li.schedule { background: transparent url('../images/top-menu-bullet.png') 15% center no-repeat; }
#navlist li.news { background: transparent url('../images/top-menu-bullet.png') 18% center no-repeat; }

#navlist a { 
	margin-left: 30px;
	font-weight: normal;
	padding: 0;
	text-decoration: underline;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: underline;
}

#navlist a:hover {
	color: #333;
	text-decoration: none;
	background-color: #fff;
}

#left-menu {
	margin-left: 25px;
}

#left-menu .content {
	width: 150px;
	text-align: left;
	
}

#top-menu-list li { 
	list-style-image: url('../images/bullet.gif');
	padding: 2px 0;
}

#top-menu-list li a { 
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

#top-menu-list li a:hover {
	color: #bbb;
} 

#top-menu-list li ul { 
	padding: 0;
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
}

#top-menu-list li ul li { 
	list-style-type: none;
	list-style-image: none;
}

#top-menu-list li ul li a {
	font-weight: normal;
	
}

#main-content {
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
}

#main-content .home-tbl {
	font-size: 11px;
}

.news-tbl{
	margin-bottom:10px;
}
.news-tbl td{
	border-bottom:1px solid #808080;
	padding:10px
}

#schedule div.cal {
	width: 500px;
	height: 70px;
}

#about {
	margin-bottom: 20px;
}

#about ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#about ul li {
	clear: both;
	padding-top: 5px;
}

#about ul li em {
	float: left;
}
	
#about ul li span {
	margin: 0;
	margin-left: 5px;
	float: left;
	width: 500px;
}

#about h2 {
	color: #555;
	font-size: 14px;
}

#about img.instructor {
	 float: right; 
	 margin-right: 20px;
	 padding: 2px;
	 border: solid 1px #bbb;
}

#schedule div.cal div {
	text-align: center;
	width: 42px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	float: left;
}

#schedule div.cal span {
	float: left;
	margin-left: 10px;
	display: block;
}

#schedule div.cal span .pink { color: #f06280; }

#schedule div.mon { 	background: #fff url('../images/date-bg-monday.png') top left no-repeat; }
#schedule div.tue { 	background: #fff url('../images/date-bg-tuesday.png') top left no-repeat; }
#schedule div.wed { 	background: #fff url('../images/date-bg-wednesday.png') top left no-repeat; }
#schedule div.thu { 	background: #fff url('../images/date-bg-thursday.png') top left no-repeat; }
#schedule div.fri { 	background: #fff url('../images/date-bg-friday.png') top left no-repeat; }
#schedule div.sat { 	background: #fff url('../images/date-bg-saturday.png') top left no-repeat; }
#schedule div.sun { 	background: #fff url('../images/date-bg-sunday.png') top left no-repeat; }
	
#gallery {	margin-bottom: 20px; }

#gallery img { 
	padding: 2px;
	border: solid 1px #bbb;
}

#gallery td {
	text-align: center;
}

#merchandise {	margin-bottom: 20px; }

#merchandise img { 
	padding: 2px;
	border: solid 1px #bbb;
}

#merchandise span.title { 
	font-size: 14px;
	color: #73194d;
	font-weight: bold;
	display: block;
}

#merchandise span.price { 
	color: #ed137f;
	font-weight: bold;
}

#merchandise .tbl {
	font-size: 11px;
}

#news div.news-content {
	border: solid 1px #bbb;
	padding: 10px;
	margin-bottom: 10px;
}

#news div.news-content span.title {
	font-size: 12px;
	font-weight: bold;
}

#news div.news-content img.news-img {
	float: right;
	padding: 1px;
	border: solid 1px #ddd;
}

#news h1 {
	font-size: 18px;
	margin: 0;
	color: #5a1322;
}

#news p { 
	text-align: justrify;
}

#news em { 
	display: block;
	border-bottom: solid 1px #bbb;
	padding-bottom: 2px;
}

#news .single-img {
	padding: 3px;
	border: solid 1px #ddd;
	margin: 0 10px 10px 0;
}

#news .download, .download-stepsheet {
	border: solid 1px #aaa;
	padding: 5px;
	margin: 10px 0;
	background: #fff2f7 url('../images/file-to-download.gif') top left no-repeat;
	padding-top: 30px;
	line-height: 200%;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	width: 775px;
	height: 80px;
	background: #fff url('../images/joyclub_11.jpg') top left no-repeat;
	color: #fff;
	text-align: left;
}

#footer .content {
	margin-left: 200px;
	padding-top: 5px;
	font-size: .8em;
}

#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:visited {
    text-decoration:none;
    color: #fff;
}
#footer a:active {
    text-decoration:none;
    color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer span {
	color: #ddd;
}

.pagination {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

.pagination ul {
	font: normal 12px arial, helvetica, sans-serif;
	margin: 1em 0;
	padding: 1em;
}

.pagination li { display: inline;}

.pagination li a, .pagination b, .pagination a:visited, .pagination a:active {
	text-decoration: none;
	border: 1px solid #73194d;
}

.pagination a, .pagination b {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background-color: #fff;
}

.pagination b { color: #666; }

.pagination ul li a:hover { 
	color: #000 !important; 
	border: 1px solid #73194d; 
}

.pagination li.morePage {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	color: #000;
}

.pagination li.cur {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #73194d;
	background-color: #73194d;
	font-weight: bold;
	color: #fff;
}

.pagination li.nextprev { font-weight: bold; }