@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}
img	{
	border:0px;
}
.twoColFixLt #container {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #3aad4b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 24px;
}
.twoColFixLt #innercontainer {
	width: 848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8c8988;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 28px;
}
.twoColFixLt #sidebar1 {
	width: 286px;
	background-image: url(images/homehead.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 596px;
}
.twoColFixLt #sidebar2 {
	width: 286px;
	background-image: url(images/homehead.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLt #sidebartext {
	padding-top: 170px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 32px;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}
#sidebartext a:link {
	color: #453a2f;
	text-decoration: underline;
}
#sidebartext a:visited {
	color: #999999;
	text-decoration: underline;
}
#sidebartext a:hover {
	color: #3aad4b;
	text-decoration: underline;
}
#sidebartext a:active {
	color: #3aad4b;
	text-decoration: underline;
}
.twoColFixLt #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 566px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 
.twoColFixLt #mainContent #navigationtabs{
	text-align: right;
	width: 568px;
	background-color: #8C8988;
	border-top-color: #8C8988;
	border-right-color: #8C8988;
	border-bottom-color: #8C8988;
	border-left-color: #8C8988;
}
.twoColFixLt #mainContent #lightgrayContent{
	text-align: right;
	background-image: url(images/drawinghand.jpg);
	background-position: 0 0px;
	padding-top: 126px;
	background-repeat: no-repeat;
	background-color: #D9D6D3;
	width: 566px;
}
.twoColFixLt #mainContent #lightgrayContent #bdigallerypadding {
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	height: 428px;
}
.twoColFixLt #mainContent #lightgrayContent #bdigallerypadding #bdigalleryframe{
	text-align: center;
	padding: 8px;
	border: 1px solid #000000;
}

.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;
}
.twoColFixLt #innercontainer #sidebartext .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLt #innercontainer #sidebartext .smheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.twoColFixLt #sidebartext #bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
