@charset "UTF-8";
/* CSS Document */

body {
	color: #333333;
	font: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

a:hover {
	text-decoration: underline;
	border: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	border: 0px;
}

a {
	color: #333333;
	border: 0px;
	border: none;
	text-decoration: none;
}

a image {
	color: #333333;
	border: none;
	border: 0px;
	text-decoration: none;
}

.noIndent {
	text-indent: 0px;
}

.right {
	text-align: right;
}

#resumeBody {
	position: absolute;
	text-align: justify;
}

#bioBody {
	position: absolute;
	top: 100px;
	width: 600px;
	left: 200px;
	text-align: left;
}

.role {
	text-indent: 30px;
}

.notes {
	font-size: smaller;	
	text-indent: 0px;
}

#nav {
	position: absolute;
	width: 200px;
	font-size: 20px;
	line-height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 20px;
	margin-top: 120px;
	text-align: center;
}

#content {
	position: absolute;
	margin-left: 230px;
	margin-top: 120px;
	width: 600px;
	text-align: justify;
	text-indent: 15px;
}

#photo {
	position: absolute;
	margin-left: 350px;
	margin-top: 120px;
	width: 500px;
	text-align: justify;
	text-indent: 15px;
}

#links {
	position: absolute;
	margin-left: 400px;
	margin-top: 120px;
	width: 600px;
	text-align: justify;
	text-indent: 15px;
}

#header {
	position: absolute;
	margin-left: 250px;
	margin-bottom: 20px;
}

.contact {
	line-height: 30px;
}
	
.bioPhoto {
	width: 300px;
	height: 200px;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.bioPhoto2 {
	width: 300px;
	height: 200px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.photoHeader {
	font-size: 20px;
	text-indent: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.production {
	font-size: smaller;
	text-indent: 20px;
}


