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


h1 {
	color:#3F3326;
	font-size:20px;
	margin: 0;
}
p {
	color:#3F3326;
	font-size:15px;
	line-height:20px;
	margin-top:0;
	margin-bottom:15px;
}
p.small-print {
	color:#D0C0A3;
	font-size:10px;
	line-height:normal;
}
p.instructions {
	color:#fff;
	font-size:10px;
	line-height:normal;
	background-color :#3F3326;
	width: 230px;
	padding:10px;
}

a {
	color:#234700;
	text-decoration:none;
}
li {
	color:#234700;
	text-decoration:underline;
}
h4 {
	margin:0px;
	padding:0px;
	color:#3F3326;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
}

body {  
    margin:0px; padding:0px;  
    background:url(images/photo-body-bg4.jpg) no-repeat;  
	background-color:#000000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.logo {  
    position:absolute;  
    top:10px;  
    left:76px;  
} 

#audio-player {  
    position:absolute;  
    top:490px;  
    left:116px;  
} 

#navwrap {
	position:absolute;  
    top:96px;  
    left:455px;
	width:600px;
}

ul#nav {
	margin:0px;
	padding:0px; 
	}
	ul#nav li {
		list-style:none;  
		display:inline;  
		}
		ul#nav li a {
			height: 60px;
			text-indent: -9999px;
			float: left;
			}
			
			ul#nav li.home a {
				width: 98px;
				background: url(images/home.jpg) bottom center no-repeat;
			}
			ul#nav li.contact a {
				width: 122px;
				background: url(images/contact.jpg) bottom center no-repeat;
			}
			ul#nav li.music a {
				width: 102px;
				background: url(images/music.jpg) bottom center no-repeat;
			}
			ul#nav li.photos a {
				width: 111px;
				background: url(images/photos.jpg) bottom center no-repeat;
			}
			ul#nav li.bio a {
				width: 88px;
				background: url(images/bio.jpg) bottom center no-repeat;
			}
			
			ul#nav li a:hover,
			body#home ul#nav li a.home,
			body#contact ul#nav li a.contact,
			body#music ul#nav li a.music,
			body#photos ul#nav li a.photos,
			body#bio ul#nav li a.bio
			 {
				background-position: top center;
			}

#photodiv {
	position:absolute;
	top:154px;
	left:90px;
}

#photos-text {
	position:absolute;
	left:100px;
	top:188px;
}

#content {
	position:absolute;
	top:188px;
	left:462px;
	width:480px;
}

#content-photos {
	position:absolute;
	top:183px;
	left:470px;
	width:476px;
}
#contact-title {
	position:absolute;
	top:155px;
	left:470px;
	width:480px;
}
#content-contact {
	position:absolute;
	top:150px;
	left:469px;
	width:470px;
}
#left-content {
	float:left;
	width:220px;
}
#right-content {
	float:right;
	width:250px;
}
.scrollBox {
    color:#3F3326;
	font-size:15px;
	line-height:normal;
	height: 250px;
	width: 480px;
	padding: 0px;
	background-color:#E3D8C0;
	overflow: auto;
}
#facebook-link {
	position:absolute;
	top:564px;
	left:375px;
}

#footer1 {  
    position:absolute;
	top:566px;
	left:93px; 
}
#footer2 {  
    position:absolute;
	top:568px;
	left:657px;
	width:300px;
}
#footer1 a {
	color:#D0C0A3;
}
#footer1 a:hover {
	color:#234700;
}
#footer2 a {
	color:#D0C0A3;
}
#footer2 a:hover {
	color:#234700;
}

