@charset "utf-8";
/* Bill Anderson Photography - CSS Document */


/* tags */
body {
	margin: 0px 0px 0px 0px;
	background-color: #191008;
	
	font-size:12px;
	font-family: Arial, sans-serif;
	color: #969696;
}
a, a:link, a:visited{
	color: #969696;
	text-decoration: none;
}
a:active, a:hover{
	color: #969696;
	text-decoration: underline;
}


/* all pages - id's & classes */
.all{
	text-align: center;
	background-color: #191008;
}
.clear{
	clear: both;
}
.footer{
	position: inherit;
	clear: both;
	font-size:11px;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footer a, .footer a:link, .footer a:visited{
	color: #969696;
	text-decoration: none;
}
.footer a:hover, .footer a:focus{
	color: #969696;
	text-decoration: underline;
}

.white{
	color: White;
}
.white a, .white a:link, .white a:visited{
	color: White;
	text-decoration: none;
}
.white a:hover, .white a:focus{
	color: White;
	text-decoration: underline;
}

.white2{
	color: White;
}
.white2 a, .white2 a:link, .white2 a:visited{
	color: White;
	text-decoration: underline;
}
.white2 a:hover, .white2 a:focus{
	color: White;
	text-decoration: none;
}

.u{
	text-decoration: underline;
}
.u a, .u a:link, .u a:visited{
	color: #969696;
	text-decoration: underline;
}
.u a:hover, .u a:focus{
	color: White;
	text-decoration: none;
}




/* home page - id's & classes */
#home_all{
	text-align: center;
}
#home_header{
	width: 900px;
	height: 670px;
	margin-left: auto;
	margin-right: auto;
}
#home_middle{
	position: inherit;
	width: 900px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}
#home_music{
	position: relative;
	float: left;
	width: 622px;
	height: 61px;
}
#home_logo{
	position: relative;
	float: right;
	width: 260px;
	height: 61px;
}
#home_footer{
	position: inherit;
	clear: both;
	font-size:11px;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* about page - id's & classes */
#about_header{
	width: 900px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#about_logo{
	position: inherit;
	width: 900px;
	height: 217px;
	margin-left: auto;
	margin-right: auto;
}
#about_logo_relative{
	position:relative; 
	float:left;
	left:-34px; 
	top: -5px; 
}
.about_people{
	position: inherit;
	width: 900px;
	height: 346px;
	margin-left: auto;
	margin-right: auto;
}
.about_left
{
	position: relative;
	float: left;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
}
.about_right
{
	position: relative;
	float: right;
	width: 619px;
	text-align: left;
	text-align: left;
}


/* contact page - id's & classes */
#contact_form{
	position: inherit;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* faq page - id's & classes */
#faq_copy{
	position: inherit;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#faq_top{
	position: relative; 
	float: left;
	width: 209px;
	text-align: center;
	left: 0px; 
	top: -47px; 
}


