/* CSS Document */

body{
	margin:0px;
	background-color:#330000;
	background-image:url(images/mock3back.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}
a:link, a:visited{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
#wrapper{
	width:698px;
	margin: auto;
}
#header{
	background-image:url(images/df_02.jpg);
	height:78px;
	background-repeat:no-repeat;
}
#homelink{
margin-left:580px;
margin-top:40px;
padding:5px;
text-align:right;
margin-right:10px;

}
#menu{
	background-image:url(images/df_04.jpg);
	height:25px;
	background-repeat:no-repeat;
}
#contentArea{
	width:698px;
	background-color:#000000;
	border:1px solid #333333;
	margin-bottom:7px;
}
#headShot{
	background-image:url(images/df_06.jpg);
	background-repeat:no-repeat;
	width:225px;	
}
#headShotInfluences{
	background-image:url(images/influences_06.jpg);
	background-repeat:no-repeat;
	width:225px;	
}
#textBox{
	background-image:url(images/df_09.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	width:465px;
}
#textBoxInfluences{
	background-image:url(images/influences_08.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	width:464px;
}
#textBoxBio{
	background-image:url(images/biography_08.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	width:464px;
}
#textBoxGallery{
	background-image:url(images/gallery_08.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
}
#textBoxNews{
	background-image:url(images/news_08.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	width:464px;
}
#textBoxMedia{
	background-image:url(images/media_08.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	width:464px;
	background-position: top left;
}
#textBoxContact{
	background-image:url(images/contact_08.jpg);
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	width:464px;
}
#container{
	padding:5px;
	width:427px;
	margin-left:22px;
	margin-right:14px;
	margin-top:48px;
}
.promo{
	margin:3px;
}
.newsItem{
	height:58px;
	border-left:15px solid #424242;
	border-bottom:3px solid #333333;
	border-right:1px solid #000000;
	background-color:#3a3a3a;
	padding-left:7px;
}
.newsItem a:link, .newsItem a:visited{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:.8em;
}
.newsItem a:hover, .newsItem a:active{
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	font-size:.8em;
}
#contentBox{
	width:688px;
	margin-bottom:7px;
}
#footer{
	background-image:url(images/df_17.jpg);
	background-repeat:no-repeat;
	height:31px;
}

#footer a{
	color:#999999;
	font-size:11px;
}
/*styles for image browser*/

#imageWrapper{
	width:600px;
	background-color:#000000;
	border:1px solid #333333;
	margin:auto;
}
#imageHeader{
	background-image:url(images/gallery_01.jpg);
	background-repeat:no-repeat;
	height:76px;
}
#imageMenuBack{
	background-image:url(images/gallery_02.jpg);
	background-repeat:repeat-x;
	height:25px;
}
#imageMenu{
	margin:auto;
	width:304px;
}
#imageContent{
	text-align:center;
	padding:10px;
}
#galleryHolder img{
	border:1px solid #000000;
}
/*end styles for image browser*/

/*begin styles for contact form*/

.textbox{
	background-color:#cccccc;
	border:1px solid #666666;
	color:#000000;
}
textarea{
	background-color:#cccccc;
	border:1px solid #666666;
	color:#000000;
}

