html {
	margin-left: 65px;
}
/*--Heading on index page--*/
div#heading {
	position: relative;
}
/*--Container for image and links on index page--*/
div#front {
	position: relative;
}
div#front a {
	text-decoration: none;
	color: #939292;
}
/*--Links on index page--*/
div#sidelinks {
	position: absolute;
	width: 150px;
}
div#sidelinks p {
	margin-top: -2px;
}
/*--Image on index page--*/
div#image {
	position: absolute;
	margin-left: 100px;
	width: 324px;
}
/*--Container for image sets--*/
div#imgset img {
	margin-right: 30px;
}
div#imgset {
	position: relative;
	width: 3989px;
}
/*--Container on info page--*/
div#biotext {
	width: 450px;
	padding-top: 3px;
}
div#biotext h2 {
	font-size: 13pt;
	color: #757575;
}
div#biotext p {
	margin-top: 2px;
}
div#biotext a {
	color: #939292;
	text-decoration: underline;
}	
/*--Tag for heading on index page--*/
h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 20pt;
	font-weight: lighter;
	color: #757575;
	line-height: 17pt;
	display: inline;
}
/*--Headline on index--*/
h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	color: #939292;
	line-height: 11pt;
	display: inline;
}
p {
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 10pt;
	color: #939292;
	line-height: 11pt;	
}
/*--Format for links on index--*/
ul {
	list-style-type: none;	
}
a {
	text-decoration: none;
	color: #939292;
}

	