/* CSS Document Photos Page
(c) 2005 Karen Staley
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/tile2.jpg);
	background-repeat: repeat;
	font-size: 100%;
}
	
table {
	width: 750px;
	margin: auto;
	}
	
td {
	border: 0;
	padding: 0;
	}
	
table#phototable, table#phototable2, table#phototable3, table#phototable4, table#phototable5, table#phototable6 {
	width: 460px;
	}
	
table#phototable td, table#phototable2 td, table#phototable3 td, table#phototable4 td, table#phototable5 td, table#phototable6 td {
	text-align: center;
	padding-bottom: 20px;
	}

table#credits {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color:#59120B;
	margin: auto;
	}
	
td#photocontent {
	background-image: url(../images/rightext_18.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;
	width: 537px;
}

td#photocontent img {
	border: 1px solid black;
	}

td#sidebar {
	background-image: url(../images/rightbar_19.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 213px;
}

table#credits td {
	padding: 10px;
	}

.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}
	
.right a:link {
	text-decoration: none;
	color: #59120B;
	}
	
.right a:visited {
	text-decoration: none;
	color: #59120B;
	}
	
.right a:hover {
	text-decoration: none;
	background-color: #59120B;
	color: #EAE6D8;
	}
	
table#phototable tr#spacers img, table#phototable2 tr#spacers2 img, table#phototable3 tr#spacers3 img, table#phototable4 tr#spacers4 img, table#phototable5 tr#spacers5 img, table#phototable6 tr#spacers6 img {
	border: 0;
	}
	
td#photocontent p.header img {
	border: 0;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
td#photocontent p a {
	text-decoration: underline;
	color: #59120B;
	}
	
td#photocontent p a:hover {
	background-color: #59120B;
	color: #EAE6D8;
	text-decoration: none;
	}