body {
	margin: 0px;
	font-family: georgia, verdana, sans-serif;
	color: #000;
	font-size: 14px;
	font-style: italic;
	width: 800px;
	background: #fff;
	}
	
a {
	color: #77502d; 
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	color: #00b3ff;
	text-decoration: none;
	}
/* Index Page Boxes */

#box-bio {
	list-style:none;
	z-index: 10;
	}
#box-bio a{
	color: #944700;
	}
#box-bio a #bio_more{
	color: #00b3ff;
	}
#box-bio a:hover{
	color: #b41c59;
	}
#box-bio li{
	display: block;
	position: absolute;
	left: 40px;
	top: 140px;
	width: 523px;
	height: 489px;
	background: url('box-bio.gif');
	}
#box-bio li:hover {
	background-position:-523px 0;
}
#box-bio div {
	margin-top: 80px;
	margin-left: 25px;
	width: 470px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	}
* html #box-bio div {
	font-size: 10px;
	line-height: 13px;
	}

#box-now {
	display: block;
	position: absolute;
	left: 570px;
	top: 25px;
	width: 195px;
	height: 365px;
	background: #000 url('box-now.gif') no-repeat;
	border: 0px solid #333;
	}
#box-now a:hover, #box-now:hover {
	background-position: -195px 0;
}
#box-cv {
	display: block;
	position: absolute;
	left: 571px;
	top: 405px;
	width: 101px;
	height: 126px;
	background: url('box-cv.gif');
	cursor: pointer;
	}
#box-cv a:hover, #box-cv:hover {background-position:-101px 0;}

	
/* FOOTER */

#footer_index {
	display: block;
	position: absolute;
	clear: both;
	width: 800px;
	height: 200px;
	top: 800px;
	text-align: center;
	background: #fff;
	}
#footer-quote {
	color: #000;
	margin-bottom: 30px;
	}
#footer-copyright {
	font-family: Lucida Grande, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	}
	

