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

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #15385b  url("../res/bk4.jpg") repeat-y 0 0;
	padding-left: 20;
}

#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 800px;
}

#main {

	padding-top: 180px;
	padding-left: 40px;
	width: 800px;
}

img {
	border-color: #6b8eb2;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;

}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: white
	font-size: 14px;
}
.image {
	border-width: 2;
	border-style: solid;
	margin: 15;
}

a:link {
	text-decoration: none;
	color: #00aa00

}

.comment {
	font-weight: bold;

}

/* Put a border on all generated images */


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

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

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

}

/* Don't have margins on the slide pages. */
body#slide {
	position: absolute;

	margin-left: 2;
	margin-top: 0;
}

body {
	margin: 0;
	width: 800px;
}

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

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
h2 {font-size: 18px;
	font-weight: bold;
	color: #000000;
}


#imageinfo {

	font-size: 11px;
}


