/* CSS Document Bio 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.01%;
}
	
table {
	width: 750px;
	margin: auto;
	}
	
td {
	border: 0;
	padding: 0;
	}

table#credits {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color:#59120B;
	margin: auto;
	}
	
td#text {
	background-image:url(../images/subpage1_19.jpg);
	background-repeat: repeat-y;
	width: 512px;
	text-align: left;
	padding-right: 25px;
}

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

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;
	}
	
td#text a:link, td#text a:visited {
	text-decoration: none;
	color: #59120B;
	font-weight: bold;
	}
	
td#text a:hover {
	text-decoration: none;
	color: #EAE6D8;
	background-color: #59120B;
	font-weight: bold;
	}