/* 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/rightext_18.jpg);
	width: 497px;
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	font-size: 1em;
}

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

td#text a:link, a:visited {
	font-weight: bold;
	color: #59120B;
	text-decoration: none;
	}
	
td#text a:hover {
	font-weight: bold;
	background-color: #59120B;
	color: #EAE6D8;
	text-decoration: none;
	}

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;
	}
	
#karenphoto {
	float: left;
	margin-right: 10px;
	}
	
#bio {
	font-size: .9em;
	}
	
td#text p span.desc {
	font-size: 0.9em;
	}