@charset "utf-8";
/* AubreyHolman.com */
* {
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	height: 100%;
	background:#000000 url(../images/back-sides.jpg)  no-repeat scroll center top;
	
}
 p {
	margin: 10px 0 5px 0;	
	line-height:18px;
 }
/*sort out the links*/
a,
a:visited{ 
	color: #ffffff;
	text-decoration: none;
}
	text-decoration: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

#wrapper {
	width:905px;/*was 1440 then 1215ish*/
	height:675px;
	margin: 0 auto;
	background: #000000 url(../images/back-mid.jpg)  no-repeat;
}	
#wrapper-bio {
	width:905px;/*was 1440 then 1215ish*/
	margin: 0 auto;
	background:#000000 url(../images/back-bio.jpg) no-repeat scroll center top;
	}
#wrapper-music {
	width:905px;/*was 1440 then 1215ish*/
	margin: 0 auto;
	background:#000000 url(../images/back-music.jpg) no-repeat scroll center top;
	}
#wrapper-dates {
	width:905px;/*was 1440 then 1215ish*/
	margin: 0 auto;
	background:#000000 url(../images/back-dates.jpg) no-repeat scroll center top;
	}
#wrapper-contact {
	width:905px;/*was 1440 then 1215ish*/
	margin: 0 auto;
	background:#000000 url(../images/back-contact.jpg) no-repeat scroll center top;
	}
#page {
	width: 900px;
	margin: 0 auto;
	position: relative;
	font-size: 0.9em;
	clear: both;
	height: auto;
}

#header {
	width: 900px;
	height:172px; 
	position: relative;
	}
/*headings*/
h1 {
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight:400;
}	
h2 {
	font: 10x Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:100;
	}
h3 {
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	color: #242424;
	font-weight:400;
	margin-top: 15px;
}	
h4 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #242424;
	font-weight:bold;
	margin-top: 15px;
}	

#header h1 a {
	float:right;
	margin-top:2px;
	width: 400px;
	height: 170px;
	background: url("../images/logo.png") no-repeat;
		}

#header h1 a span {
	display: none;
		}
/*headings ends*/		
#header-contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:40px 0 0 0;
	float:right;
	width:215px;
}
#header-contact div {
	margin-bottom: 10px;
}
.details {
	font: 20px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFCC8;
	font-weight:400;

}
#word-box {
	width:895px;
	height: 400px;
	font-size:30px;
	font-weight:400;
	line-height: 35px
	}
.floatr-wb{
	float: right;
	padding: 0 80px 0 0;
}
#music-box {
	width:220px;
	margin: 10px 0 0 660px;
	padding: 10px 0 5px 5px; 
	background:#000000;
	}

#music-sample {
	float: left;

    }
#dates-box {
	width: 350px;
	margin: 10px 50px 0 300px;
	height: 650px;
	}
	
#dates-box p {
	color: #000000;	
	margin-top: 5px;
	}		

#contact-box {
    width: 900px;	
	height: 600px;
	}

.floatl-contact {
    float: left;
  	width: 400px;
  	margin: 330px 0 0 40px;
}

.floatr-contact {
    float: right;
  	width: 400px;
  	margin: 330px 15px 0 0;
}

#bio-content {
	width: 400px;	
	margin: 0 0 0 240px;
    }

   
/*footer*/
#footer {
	
	width: 890px;
	height:50px;
	padding:5px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	}
#footer a { 
	color: #ffffff;
	text-decoration:underline;

}

.floatr{
	float: right;
	padding: 0 10px 0 0;
}
.floatl{
	float: left;
	width: 400px;
	padding-top: 25px;
}
