/*
** Primary Style Sheet for BougheyLaw.com
** Created October 2017, Gary D. Robson
*/
html, body {
    font-size: 1em;
}
body {
	color: white;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.5;
	background-color: #000000;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
/*
	background-image : url("ScalesOfJustice.jpg");
	background-repeat : no-repeat;
	background-position : center center;
*/
}

#bodytext { 
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
	padding: 0;
	width: 900px;
	margin: auto;
}

#bodytext2 { 
	position: absolute;
	left: 50%;
	padding: 0 0 0 310px;
	width: 800px;
	margin: 0 0 0 -400px;
}

#headshot {
	position: absolute;
	left: 50%;
	top: 75px;
	padding: 0 0 0 0px;
	width: 900px;
	margin: 0 0 0 -450px;
}

a:link {
	text-decoration: none;
}
h1, h2, h3 {
	margin: 0 0 0 310px;
	text-align: center;
	color: #D4AF37;
}
h1 {
	font-size: 3.5em;
	margin-top : 0;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.35em;
	font-style: italic;
	margin-top : .5em;
	margin-bottom : 1em;
	color: white;
}
p { 
	margin: .5em 0 0 310px;
	text-align: center;
	padding: 0;
}
.caption {
	margin: .5em 600px 0 0px;
	text-align: center;
	padding: 0;
}	


/* FOOTER ------------------------------------------------------------------- */

#footer {
	font-size : 1em;
	height: 1.7em;
	width: 100%;
	background-color: black;
	color: cyan;
	text-align : center;
	padding: 0;
	margin: 0;
}