/* CSS Document */

html body {
	margin: 50px 0px 50px 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /* Defaults of all browsers 16px */
	color: #000;
	background-color: #b6ab90;
	background-image: url(../images/bkg.jpg);
	text-align: center; /* For IE */ 
}
div p {
	padding: 0px;
	margin: 0px;
}
#footer {
	width: 936px;
	font-size: 0.625em; /* 0.625 x 16 = 10px */
	line-height: 1.4em; /* 1.4 x 10 = 14px; */
	text-align: center;
}
.text {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
}

/* BIO ELEMENTS */
#container-bio {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	text-align: left;
	clear: both;
}
#bio-top {
	width: 936px;
	background-image: url(../images/paper-bkg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#bio-header {
	width: 936px;
	height: 171px;
	background-image: url(../images/bio-top-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}
p.bio-nav {
	margin: 54px 0px 0px 89px;
}
#bio-bottom {
	width: 936px;
	background-image: url(../images/paper-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 48px;
	float: left;
	clear: both;
}
#bio-sidebar {
	width: 352px;
	display: inline;
	float: left;
	clear: right;
}
#bio-content {
	width: 488px;
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
	display: inline;
	margin-left: 48px;
	float: left;
}
#bio-content p {
	margin-bottom: 1em;
	padding-right: 14px;
}
.intro {
	font-size: 1.167em; /* 1.167 x 12px = 14px */
	line-height: 1.5em; /* 1.5 x 14px = 21px */
}


/* LINK ELEMENTS - BIO */
div A:link {
	color: #a92408;
	text-decoration: none;
}
div A:active {
	color: #000;
	text-decoration: underline;
}
div A:hover {
	color: #000;
	text-decoration: underline;
}
div A:visited {
	color: #000;
	text-decoration: underline;
}
div A:visited:hover {
	color: #a92408;
	text-decoration: underline;
}

