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

*{
     margin: 0px;
	 padding: 0px;
}

body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	color: #FDAB12;
	font-weight: lighter;
}

.nav {
	float: left;
	height: 37px;
	width: 590px;
	margin-left: 360px;
	margin-top: 195px;
}
.nav .home {
	float: left;
	background-image: url(images/home.gif);
	height: 37px;
	width: 64px;
}

.nav .bio {
	float: left;
	background-image: url(images/bio.gif);
	height: 37px;
	width: 93px;
}
.nav .perf {
	float: left;
	background-image: url(images/perf.gif);
	height: 37px;
	width: 115px;
}
.nav .class {
	float: left;
	background-image: url(images/class.gif);
	height: 37px;
	width: 63px;
}
.nav  .gallery {
	float: left;
	background-image: url(images/gallery.gif);
	height: 37px;
	width: 66px;
}
.nav .links {
	float: left;
	background-image: url(images/links.gif);
	height: 37px;
	width: 58px;
}
.nav .event {
	float: left;
	background-image: url(images/event.gif);
	height: 37px;
	width: 130px;
}
.style3 {
	font-size: 24px
}

.maintext {
	float: left;
	height: 100%;
	width: 600px;
	margin-left: 320px;
	margin-top: 30px;
	font-weight: 100;
	line-height: 130%;
	letter-spacing: 0.1em;
	font-style: italic;
	display: table;
}
.perftext {
	float: left;
	height: 100%;
	width: 600px;
	margin-left: 320px;
	margin-top: 30px;
	font-weight: 100;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-bottom: 20px;
}
.classtext {
	float: left;
	height: 100%;
	width: 600px;
	margin-left: 320px;
	margin-top: 30px;
	font-weight: 100;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-bottom: 20px;
}
.phototext {
	float: left;
	height: 100%;
	width: 672px;
	margin-left: 320px;
	margin-top: 30px;
	font-weight: 100;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-bottom: 20px;
}
.contacttext {
	float: left;
	height: 400px;
	width: 600px;
	margin-left: 320px;
	margin-top: 30px;
	font-weight: 100;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-bottom: 20px;
}

.bottom {
	height: 50px;
	width: 950px;
	float: left;
	font-size: 10px;
	line-height: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

a:link {
	text-decoration: none;
	color: #FDAB12;
}
a:visited {text-decoration: none;
	color: #FDAB12;
}
a:active {text-decoration: none
	color: #FDAB12;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
.nav .space {
	float: left;
	height: 10px;
	width: 130px;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:18px;
margin-bottom:10px;
}
