@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	background-image: url(../images/bannerthin.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr    #header    h1 a  {
	margin: 15; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/BDlogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 112px;
	width: 196px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
div#mainContent {
	font-family: o;
	font-size: None;
	margin-left: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 600px;
}
div#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #b98c0c;
	margin: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	height: 200px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div#frontContent {
	color: #b98c0c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	margin-left: 210px;
	text-align: left;
}
div#thumbs {
	width: 500px;
}
div#thumbs  a img {
	margin-right: 18px;
	height: 139px;
	width: 139px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#frontContent p {
	margin: 0px;
	padding: 0px;
}
p#frontlineone {
	text-indent: 15px;
}
a {
}
a:link {
	color: #898CC2;
	text-decoration: none;
}
a:visited {
	color: #898CC2;
	text-decoration: none;
}
a:hover {
	color: #B4880C;
}
a:active {
	color: #FFFFFF;
}

a img {
border: none;

}
p#frontlinetwo {
	text-indent: 100px;
}
p#frontlinethree {
	text-indent: 25px;
}
p#frontlinefour {
	text-indent: 150px;
}
div#thumbs img {
	margin-right: 18px;
	height: 139px;
	width: 139px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 500px;
	margin: 0px;
}
div#mainContent h3.client {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
div#imagenav {
	width: 300px;
	margin-bottom: 5px;
	margin-left: 100px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}
div#imagenav a {
	margin-right: 30px;
	padding: 0px;
}
ul#mainnavigation {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	list-style-type: none;
}
ul#mainnavigation li {
	margin-bottom: 10px;
}
div#description {
	width: 400px;
	margin-right: 20px;
}
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-left: 225px;
}
div#aboutcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 400px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	letter-spacing: 0em;
}
div#mainContent p.about {
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 400px;
}
div#mainContent p.contact {
	color: #B98C0C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 3px;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

