
body {
	color: #663366;
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;	/* causes ie to center divs on the canvas; meant for outer "main" div only */
	margin: 10 auto 10 auto;	/* 'auto' causes browsers other than ie to center divs on the canvas */
}

.bold {
	font-weight: bold;
}

a {
	color: #663366;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}

ul {
	margin: 2px 20px;
	padding: 5px;
	font: normal 14px Comic Sans MS, Verdana, sans-serif;
}

div.main {
	position: relative;
	width: 800px;
}

div.sky {
	background: url(images/cadillac_01.gif) no-repeat;
	height: 284px;
}
div.skyContentPages {
	background: url(images/sky-13.jpg) no-repeat;
	height: 600px;
	width:800px;
}

div.cars {
	height: 96px;
	margin: 0px;
	padding: 0px;
	font: normal 12px Lithograph, Verdana, sans-serif;
}

div.cars table {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;	/* collapse the default border around table elements */
	text-align: center;
}

div.cars tr {
	margin: 0px;
	padding: 0px;
}

div.cars td {
	margin: 0px;
	padding: 0px;
}

div.cars img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.cars a {
	margin: 0px;
	padding: 0px;
}

/* menu */
div.menu {
}

div#menuSchedule {
	position: absolute;
	top: 290px;
	left: 90px;
	width: 50px;
	color: #663366;
	visibility: hidden;
}
div#menuBand {
	position: absolute;
	top: 295px;
	left: 240px;
	width: 50px;
	color: #663366;
	visibility: hidden;
}
div#menuContact {
	position: absolute;
	top: 295px;
	left: 380px;
	width: 50px;
	color: #663366;
	visibility: hidden;
}
div#menuPhoto {
	position: absolute;
	top: 295px;
	left: 550px;
	width: 50px;
	color: #663366;
	visibility: hidden;
}
div#menuSound {
	position: absolute;
	top: 290px;
	left: 720px;
	width: 50px;
	color: #663366;
	visibility: hidden;
}

div.ground {
	background: url(images/cadillac_03.gif) no-repeat;
	height: 220px;
	margin: 0px;
	padding: 0px;
}

div#bandname {
	text-align: left;
	font: normal 18px Lithograph, Verdana, sans-serif;
}

div#bottom {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
span#websitecredit {
	position: relative;
	left: -255px;
	top: 5px;
	text-align: left;
	font: normal 8px Lithograph, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

span#copyright {
	position: relative;
	left: 255px;
	top: 5px;
	text-align: right;
	font: normal 9px Lithograph, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#closebox {
	font: normal 9px Lithograph, Verdana, sans-serif;
	text-align: right;
}
div#closebox a {
	background: #663366;
	color: #ffffff;
}

/* optionSchedule */
/*
div#optionSchedule {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 280px;
	height: 230px;
	background: url(images/backgroundSky.gif) repeat;
	border: 0px solid #663366;
	font: normal 12px Comic Sans MS, Verdana, sans-serif;
	color: #663366;
	text-align: left;
	display: block;
	visibility: hidden;
}
*/
div#scheduleViewport {
	position: relative;
	height: 450px;
	width: 700px;
	overflow: scroll;
}
div#scheduleContent {
	height: 520px;
	width: 1000px;
}

/* optionPhoto */
div#optionPhoto {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 490px;
	background: url(images/backgroundSky.gif) repeat;
	border: 0px solid #663366;
	text-align: right;
	display: block;
	visibility: hidden;
}
div#photoViewport {
	position: relative;
	left: 0px;
	height: 450px;
	width: 100%;
	overflow: scroll;
}
div#photoContent {
	position: relative;
	left: 0px;
	height: 200px;
	width: 1000px;
}
div#photoContent img {
	margin: auto 10px auto 10px;
	padding: auto 10px auto 10px;
	vertical-align: middle;
}

/* optionContact */
div#optionContact {
	position: absolute;
	display: inline;
	top: 255px;
	left: 300px;
	background: url(images/backgroundGround.gif) repeat;
	font: bold 14px Comic Sans MS, Verdana, sans-serif;
	color: white;
	text-align: left;
	display: block;
	visibility: hidden;
}
div#optionContact span {
	margin: 0px 12px;
}

/* optionBand */
div#optionBand {
	position: absolute;
	top: 410px;
	left: 20px;
	width: 350px;
	background: url(images/backgroundGround.gif) repeat;
	border: 0px solid #663366;
	font: normal 12px Comic Sans MS, Verdana, sans-serif;
	color: white;
	text-align: left;
	display: block;
	visibility: hidden;
}
div#optionBand table {
	font: normal 12px Comic Sans MS, Verdana, sans-serif;
	color: white;
}
div#optionBand table ul {
	font: normal 12px Comic Sans MS, Verdana, sans-serif;
	color: white;
}

/* optionSound */
div#optionSound {
	position: absolute;
	top: 390px;
	left: 530px;
	width: 250px;
	height: 200px;
	background: url(images/backgroundGround.gif) repeat;
	border: 0px solid #663366;
	font: normal 14px Comic Sans MS, Verdana, sans-serif;
	color: white;
	text-align: left;
	display: block;
	visibility: hidden;
}

div#optionSound ul a {
	color: white;
}
div#optionSound ul a:hover {
	color: #000099
}

/* optionPhotoFull */
div#optionPhotoFull {
	position: absolute;
	top: 50px;
	left: 15px;
	width: 770px;
	background: #999966;
	border: 0px solid #663366;
	text-align: center;
	display: none;
	z-index: 100;
	display: block;
	visibility: hidden;
}
div#photoFull {
	position: relative;
	margin: 10px;
}
div#photoFull img {
	vertical-align: middle;
}

div#content {
	margin-left: 10px;
}


