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

body {
	margin: 0px;
	padding: 0px;
	background-color:#8B0E20;
	background-image:url(images/bg_1.jpg);
	background-repeat:repeat-x;
	
}


/** LINKS */


.bg-index {
background-image:url(images/header_1.jpg);
background-repeat:no-repeat;
}

.bg-gallery {
background-image:url(images/bg-gallery_1.jpg);
background-repeat:no-repeat;
}

.bg-contact {
background-image:url(images/bg-contact_1.jpg);
background-repeat:no-repeat;
}

.bg-about {
background-image:url(images/bg-bio3_1.jpg);
background-repeat:no-repeat;
}

.bg-press {
background-image:url(images/gallery-headshot_1.jpg);
background-repeat:no-repeat;
}

.footer {
background-image:url(images/footer_1.jpg);
background-repeat:no-repeat;
}

.index-headshot {
background-image:url(images/index-headshot_1.jpg);
background-repeat:no-repeat;
}

.index-bio {
background-image:url(images/index-bg_1.jpg);
background-repeat:no-repeat;
}

/** NAV */




.link1 {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 14px;
color:#330000;
line-height:1.3;
	cursor:pointer;
	outline:none;
	border:none;
}

.link1:visited {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 14px;
color:#330000;
line-height:1.3;
	cursor:pointer;
	outline:none;
	border:none;
}

.link1:hover {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 14px;
color:#ffffff;
line-height:1.3;
	cursor:pointer;
	outline:none;
	border:none;
}

.link1:active {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 14px;
color:#ffffff;
line-height:1.3;
	cursor:pointer;
	outline:none;
	border:none;
}


/** STYLES */



.footer-text {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 11px;
color:#cccccc;
	
}
	
.grey {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 13px;
color:#cccccc;
line-height:1.2;
	
}

.white {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 13px;
color:#ffffff;
line-height:1.3;
	
}

.maroon {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 13px;
color:#660000;
line-height:1.3;
	
}

.contact-text {
font-family:Helvetica, Arial, Geneva, Verdana;
text-decoration: none;
font-size: 14px;
color:#330000;
line-height:1.3;
	
}



