html {
	height: 100%;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/background2.jpg) center center no-repeat;
	margin: 0px;
	padding: 0px;
}
div {
	position: relative;
}
#main {
	width: 400px;
	left: 50%;
	margin: 0px 0px 10px -200px;
	top: 30px;
}
#logo, #logoBackground {
	width: 294px;
	height: 358px;
	background: url(../images/logo.gif);
	margin: 0px;
	left: 53px;
}
#logoBackground {
	background: url(../images/logoBackground.gif);
}
#title {
	width: 390px;
	width: expression("400px");
	height: 55px;
	height: expression("60px");
	background: #FC0;
	margin: 10px 0px 10px 0px;
	text-align: center;
	border: 5px solid #000;
	overflow: hidden;
}
#title h1 {
	font-size: 32px;
	margin: 5px;
}
#titleGraphic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/title.jpg) center center no-repeat;
}
#classTimes {
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0px 0px 0px -325px;
	width: 200px;
	height: 55px;
	background: url(../images/classTimes.gif) no-repeat right;
}
#diary {
	position: absolute;
	top: 125px;
	left: 50%;
	margin: 0px 0px 0px -354px;
	width: 200px;
	height: 55px;
	background: url(../images/diary.gif) no-repeat right;
}
#contact {
	position: absolute;
	top: 190px;
	left: 50%;
	margin: 0px 0px 0px -360px;
	width: 200px;
	height: 55px;
	background: url(../images/contact.gif) no-repeat right;
}
#aboutCKD {
	position: absolute;
	top: 255px;
	left: 50%;
	margin: 0px 0px 0px -340px;
	width: 200px;
	height: 55px;
	background: url(../images/aboutCKD.gif) no-repeat right;
}
#introLessons {
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0px 0px 0px 125px;
	width: 200px;
	height: 55px;
	background: url(../images/introLessons.gif) no-repeat left;
}
#gallery {
	position: absolute;
	top: 125px;
	left: 50%;
	margin: 0px 0px 0px 154px;
	width: 200px;
	height: 55px;
	background: url(../images/gallery.gif) no-repeat left;
}
#instructors {
	position: absolute;
	top: 190px;
	left: 50%;
	margin: 0px 0px 0px 160px;
	width: 200px;
	height: 55px;
	background: url(../images/instructors.gif) no-repeat left;
}
#history {
	position: absolute;
	top: 255px;
	left: 50%;
	margin: 0px 0px 0px 140px;
	width: 200px;
	height: 55px;
	background: url(../images/history.gif) no-repeat left;
}
#pageTitle {
	position: absolute;
	width: 90%;
	left: 5%;
	border: 3px solid #333;
	top: 10px;
	height: 40px;
}
.classTimesTitle {
	background: #FC0 url(../images/classTimesTitle.gif) center center no-repeat;
}
.introLessonsTitle {
	background: #FC0 url(../images/introLessonsTitle.gif) center center no-repeat;
}
.diaryTitle {
	background: #FC0 url(../images/diaryTitle.gif) center center no-repeat;
}
.historyTitle {
	background: #FC0 url(../images/historyTitle.gif) center center no-repeat;
}
.contactTitle {
	background: #FC0 url(../images/contactTitle.gif) center center no-repeat;
}
.aboutCKDTitle {
	background: #FC0 url(../images/aboutCKDTitle.gif) center center no-repeat;
}
.instructorsTitle {
	background: #FC0 url(../images/instructorsTitle.gif) center center no-repeat;
}
.galleryTitle {
	background: #FC0 url(../images/galleryTitle.gif) center center no-repeat;
}
#pageTitle * {
	display: none;
}
#content {
	position: absolute;
	width: 90%;
	left: 5%;
	border: 3px solid #999;
	overflow: auto;
	top: 60px;
	bottom: 60px;
	height: expression(document.body.clientHeight-120);
	padding: 5px;
}
#linkbar {
	position: absolute;
	width: 90%;
	left: 5%;
	height: 30px;
	bottom: 20px;
	text-align: center;
}

.contentColumn {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 48%;
	float: left;
	padding: 5px;
}
.contentColumnRight {
	float: right;
}
h2 {
	text-align: center;
	font-size: 20px;
	margin: 5px;
	border: 3px solid #FC0;
	color: #FC0;
	background: #000;
}

h3 {
	text-align: center;
	font-size: 16px;
	border: 3px solid #000;
	color: #000;
	background: #FC0;
}
td {
	margin: 10px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}
p {
	margin: 10px;
	font-size: 14px;
}
table {
	margin: 0px;
}
a p {
	display: none;
}
a:link, a:visited, a:active {
	cursor: pointer;
	cursor: hand;
	color: #FFE;
	text-decoration: none;
	text-align: center;
}
a:hover {
	text-decoration: underline;
}
.contentTitle {
	position: relative;
	width: 100%;
	clear: both;
}
.linkGraphic {
	position: relative;
	width: 100%;
	height: 55px;
	top: 0px;
	left: 0px;
}
#classTimes .linkGraphic {
	background: url(../images/classTimes.gif) no-repeat right;
}
#classTimes a:hover .linkGraphic {
	background: url(../images/classTimesOver.gif) no-repeat right;
}
#diary .linkGraphic {
	background: url(../images/diary.gif) no-repeat right;
}
#diary a:hover .linkGraphic {
	background: url(../images/diaryOver.gif) no-repeat right;
}
#aboutCKD .linkGraphic {
	background: url(../images/aboutCKD.gif) no-repeat right;
}
#aboutCKD a:hover .linkGraphic {
	background: url(../images/aboutCKDOver.gif) no-repeat right;
}
#contact .linkGraphic {
	background: url(../images/contact.gif) no-repeat right;
}
#contact a:hover .linkGraphic {
	background: url(../images/contactOver.gif) no-repeat right;
}
#introLessons .linkGraphic {
	background: url(../images/introLessons.gif) no-repeat left;
}
#introLessons a:hover .linkGraphic {
	background: url(../images/introLessonsOver.gif) no-repeat left;
}
#gallery .linkGraphic {
	background: url(../images/gallery.gif) no-repeat left;
}
#gallery a:hover .linkGraphic {
	background: url(../images/galleryOver.gif) no-repeat left;
}
#history .linkGraphic {
	background: url(../images/history.gif) no-repeat left;
}
#history a:hover .linkGraphic {
	background: url(../images/historyOver.gif) no-repeat left;
}
#instructors .linkGraphic {
	background: url(../images/instructors.gif) no-repeat left;
}
#instructors a:hover .linkGraphic {
	background: url(../images/instructorsOver.gif) no-repeat left;
}
#home .linkGraphic {
	background: url(../images/home.gif);
}
#home a:hover .linkGraphic {
	background: url(../images/homeOver.gif);
}
#banner {
	position: relative;
	text-align: center;
	background: #FFF;
	border: 2px solid #999;
	padding: 2px;
	margin : 70px 0px 20px 0px;
}
h4 {
	margin: 2px;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #000;
	text-align: center;
	margin: 0px;
}
a:hover {
	color: #FC0;
}
img {
	position: relative;
	margin: 5px;
}
.centered {
	text-align: center;
}
.bgClassTimes {
	background: #FFF url(../images/bgClassTimes.jpg) no-repeat bottom right fixed;
}
.bgIntroLessons {
	background: #FFF url(../images/bgIntroLessons.jpg) no-repeat bottom right fixed;
}
.bgDiary {
	background: #FFF url(../images/bgDiary.jpg) no-repeat bottom right fixed;
}
.bgContact {
	background: #FFF url(../images/bgContact.jpg) no-repeat bottom right fixed;
}
.bgAbout {
	background: #FFF url(../images/bgAbout.jpg) no-repeat bottom right fixed;
}
.bgInstructors {
	background: #FFF url(../images/bgInstructors.jpg) no-repeat bottom right fixed;
}
.bgHistory {
	background: #FFF url(../images/bgHistory.jpg) no-repeat bottom right fixed;
}
.bgGallery {
	background: #FFF;
}
