body {
	background-color:#425F8A;
	background-image: url('/images/backgrounds/sonomabkg.jpg');
	background-position: top center;
	background-repeat:no-repeat;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #DBF3BF;
	text-decoration:underline;
}

a:hover { text-decoration:none; }

#home {
	background-image: url('/images/backgrounds/homebkg.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	width: 1000px;
	height: 585px;
	margin:50px auto 0px;
	padding: 0px;
	position: relative;
}

h1 { padding: 0px; margin:0px; }
h1 span { display: none; }

/***********************************************************************/

#nav ul {
	margin: 0px; 
	padding: 0px;
}

#nav span {
	display:none;
}

#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	padding: 0px;
	margin: 0px;
	display: block;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nav ul li a:hover {	
	opacity: .4;
	filter: alpha(opacity=40);
	-moz-opacity: .4;

}


#nav ul li.news a {
	left: 101px;
	top: 125px;
	width:94px;
	height:60px;
	background-image:url("/images/homenav/news.jpg");
}

#nav ul li.biography a {
	left: 309px;
	top: 256px;
	width:129px;
	height:55px;
	background-image:url("/images/homenav/biography.jpg");
}

#nav ul li.filmography a {
	left: 47px;
	top: 388px;
	width:148px;
	height:67px;
	background-image:url("/images/homenav/filmography.jpg");
}

#nav ul li.compositions a {
	left: 578px;
	top: 311px;
	width:211px;
	height:77px;
	background-image:url("/images/homenav/compositions.jpg");
}

#nav ul li.gallery a {
	left: 689px;
	top: 125px;
	width:100px;
	height:95px;
	background-image:url("/images/homenav/gallery.jpg");
}

#nav ul li.blogs a {
	left: 309px;
	top: 455px;
	width:129px;
	height:120px;
	background-image:url("/images/homenav/blogs.jpg");
}

#nav ul li.contact a {
	left: 849px;
	top: 455px;
	width:134px;
	height:120px;
	background-image:url("/images/homenav/contact.jpg");
}

/***********************************************************************/


div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	color: #7E5B25;
	margin:20px 0px;
}


div#footer a {
	color: #8C7044;
	text-decoration:none;
}

div#footer a:hover { text-decoration:underline; }

