A:link, A:visited {
	text-decoration: none;
	color: #FAA9D2;
	width: 100%;
}
       
A:hover, A:active {
	text-decoration: none;
	color: #D71180;
	
}



/* headshot backgrounds */

.bg_home {
background-image:url(../new_images/hs_bluebird.png)
}

.bg_images {
background-image:url(../new_images/hs_jack_daniels.png)
}

.bg_resume {
	background: url(../new_images/mesh.png) repeat-y;
}

.bg_audio {
}

.bg_video{
background-image:url(../new_images/hs_phone.png)
}

.bg_bio {
background-image:url(../new_images/hs_fan_ultimate.png)}

.bg_contact{
background-image:url(../new_images/hs_fan_spit.png)}


/* wrapper  */
div#wrapper {
margin-left:auto;
margin-right:auto;
	width: 795px;
	
}

div#mesh {
	min-height:500px;
	width: 795px;
}
div#content {

}

div#masthead {
	background: url(../new_images/bg_masthead.png) no-repeat left bottom;
	height: 88px;
}



/* nav bar and nav links */
div#nav {
	float: right;
	width: 595px;
	height: 40px;
	padding-top: 35px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}


li {
	background: url(../new_images/bg_nav_item.png) no-repeat left top;
	float: left;
	height: 38px;
	width: 99px;
	margin: 0px;
	padding: 0px;
}
#images #mainNav .images {
	background: url(../new_images/nav_bar/images_on.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#resume #mainNav .resume_page {
	background: url(../new_images/nav_bar/resume_on.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#audio #mainNav .audio {
	background: url(../new_images/nav_bar/audio_on.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#video #mainNav .video{
	background: url(../new_images/nav_bar/video_on.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#bio #mainNav .bio {
	background: url(../new_images/nav_bar/bio_on.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#contact #mainNav .contact {
	background: url(../new_images/nav_bar/contact_on.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}



#nav img {
	border:0;
	margin: 0px;
	padding: 0px;
}



/* content divs */
div#news {
	width: 275px;
	margin-top: 25px;
	margin-left: 450px;
	border: thin solid #FAA9D3;
	background: #FFFFFF url(../new_images/whats_new.png) no-repeat center 10px;
	padding: 50px 15px 15px;
	float: left;
	margin-bottom: 15px;
}

div#bio_box {
	height: 285px;
	width: 275px;
	margin-top: 50px;
	margin-left: 85px;
	border: thin solid #FAA9D3;
	background: #FFFFFF url(../new_images/a_little_more.png) no-repeat center 10px;
	padding: 60px 15px 15px;
	float: left;
}
div#headshots {
	float: left;
	width: 455px;
	padding-top: 10px;
}
#headshots img {
	margin: 0px 1px 4px;
	padding: 0px;
	border: 1px solid #000000;
}


div#video_content {
	float: right;
	width: 400px;
	height: 300px;
}
#player1 {
	border: 2px solid #FAA9D3;
	height: 240px;
	width: 320px;
}


div#footer {
	clear: both;
}




/* text classes */
h2 {
	color: #000000;
	text-align: center;
	margin: 0px;
	font: bold 25px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0px;
	font-size: 1em;
}

.newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.resume_page {
	padding-left: 20px;
	padding-top: 25px;
	font-size: 0.9em;
	line-height: 1.2em;
}





.credits {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
}
.credits_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.credits_training {

	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.credits_rep {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.credits_tag {

	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

	
