@charset "utf-8";
/* CSS Document */

/* reset */
a:link {color: #fff;}     /* unvisited link */
a:visited {color: #fff;}  /* visited link */
a:hover {color: #fff;}   /* mouse over link */
a:active {color: #fff;}   /* selected link */

/* ------- added 7/2/2010 l.armstrong -------*/
<style>
a:active, a:focus { outline-style: none; -moz-outline-style:none; }
</style>
/* -----------------------------------------*/


#apDiv1 {
	position:absolute;
	width:396px;
	height:115px;
	z-index:1;
	top: 23px;
}

body {
	font-family:verdana,sans-serif; 
	font-size:76%;
	color:white;
	padding:0;
	border:0;
	margin:0;
	text-align:left;
}

html, body {
	height: 100%;         /* required */
	background-color:#000000;
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -333px; /* half of content height */
	background: #000;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 666px;         /* required - desired height */
	width: 985px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
/*	background-image:url(/test_environment/bg_trace_top.jpg);*/
	background-image:url(/img/BKLphoto_photogrunge_border2.jpg);
	background-repeat:no-repeat;
}

#gallery_wrapper 
	{
	background-color: #000000;
	text-align: left;
	overflow: auto;
	float: left;
	white-space: nowrap;
	width: 893px;
	color: inherit;
	margin-bottom:0;
	height:496px;
	margin-top:99px;
	margin-left:51px;
	}

/* Fri 4/3/09 lca   */
#sub_gallery_wrapper 
	{
	text-align: left;
	overflow: auto;
	float: left;
	white-space: nowrap;
	width: 890px;
	color: inherit;
	margin-bottom:12px;
	margin-top:0px;
	margin-left:51px;
	height:102px;
	}

#crumbs {
float:right; margin-top:7px; vertical-align:top;
}
 #crumbs img {
 margin-right:148px;
 }


label
{
text-align: right;
line-height:110%;
margin-right: 0.5em;
display: block;
color:#FFFFFF;
}

.submit input
{
margin-left: 4.5em;
}
input
{
	color: #000;
	background: #D5D5D5;
	border: 1px solid #333;
}

.submit input
{
color: #000;
background: #DEE4FA;
border:none;
}
fieldset
{
border: none;
width: 20em
}

legend
{
display:none;
} 


