/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	font-size: 13px;
}

.menu2 {
	position: absolute;

	top: 40px;
	left: 15px;
	width: 151px;
}

.contents {
	position: absolute;

	top: 40px;
	left: 220px;
	width: 450;}

.indexcontents {
	position: absolute;

	top: 50px;
	left: 220px;
	width: 450px;}


.indexpics {
	position: absolute;

	top: 40px;
	left: 700px;
	width: 175px;
        text-align: right;
}

.indexmenu {
	position: absolute;

	top: 425px;
	left: 220px;
	width: 400px;
}

.indexmusic {
	position: absolute;

	top: 425px;
	left: 595px;
	width: 225px;
}

div#main {
 width: 100%;
 background-color:#FFFFFF;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0px;
 border: none;
 }
 div#menu {
 width: 25%;
 margin: 0px;
 text-align: center;
 }
 div#page {
 width: 75%;
 padding: 0px;
 margin-top: 0px;
 float: left;
 }
/* Put a border on all generated images */
.image {
	border-width: 0;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Margins on the slide pages. */
body#slide {
	margin: 5;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 18px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom : 0px;
}

background {
			background-repeat: no-repeat;
			background-position: center; center;
}



/* Custom link styles */

a:link {text-decoration: none; color: #838383; font-weight : bold;}

a:visited {text-decoration: none; color: #838383; font-weight : bold;}

a:hover {text-decoration: none; color: #000000; font-weight: bold;}

a:active {text-decoration: none; color: #838383; font-weight : bold;}

#imageinfo {
	visibility: hidden;
}




