/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
bottombody {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #ffffff;
	margin: 5;
	background-image: url(http://www.tallonebehind.co.uk/gallery/galleryfiles/res/bg.jpg);
}

topbody {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #959595;
	color: #959595;
	margin: 5;
	background-image: url(http://www.tallonebehind.co.uk/gallery/galleryfiles/res/topbar1.jpg);
}

/* Style for all table cells. */
td {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}


.nav {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
    vertical-align: top;
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
	margin-top: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #999999;
}

a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #999999;
}

a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #999999
}

a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #666666
}

#imageinfo {
	visibility: hidden;
}

