/* CSS Document */

a:link	{
	color: #941D1F;
	text-decoration: none;
}

a:active{
	color: #941D1F;
	text-decoration: none;
}

a:visited{
	color: #941D1F;
	text-decoration: none;
}

a:hover{
	color: #441B6A;
	text-decoration: underline;
}

#interior {
	background-image:url(images/bkgrd_pic.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#interior_content {
	padding:30px 120px 100px 35px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

h3.name {
	color: #941D1F;
}

.subheader	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #941D1F;
}

#bio_content {
	padding:30px 35px 0 35px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

img.bio_pic {
	border:2px solid #441B6A;
}
