body {
	font-size: 11px;
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    color: #666666;
	/*background-color: #d5d6d7;*/
	/*text-align: center;*/
	background: #ffffff url('art/bg.png') top center repeat-x;
}

a, a:hover {
color: #666666;
text-decoration: none;
}
	
#header {
height: 247px;
border-bottom: 1px solid #669900; 
background-image:url('art/header.png');
margin-top: 42px;
}



#border {
border: 0px ;
width: 800px;
background-color: #FFFFFF;
background:url('art/bg2.png') no-repeat;
margin: 0 auto;
}

#content {
padding: 0.5em 1em;
max-width: 740px;
background-color: #FFFFFF;
font-size: 11px;
line-height: 16px;
padding-top: 5px;
min-height: 500px;
}

#container {
width: 770px;
margin: 0px auto;
background-color: #ffffff;
border: 0px solid #669900;
}

.emp {
font-size: 12px;
font-weight: bold;
}

#nav-bar {
width: 150px;
float: left;
background: url('art/nav_bar.png') top center no-repeat;
padding: 5px 5px 5px 0px;
height: 800px;
font-size: 11px;
line-height: 16px;
}

#nav-bar li {
margin: 0;
width: 100px;
list-style-image: url(art/bullet.gif);
}

.list {
padding: 0 0 0 10px;
float: left;
width: 580px;
}

.list li {
list-style-image: url(art/bullet.gif);
}

a:hover {
text-decoration: underline;
color: #147;
}

.horiz_photo {
float: left;
width: 153px;
height: 130px;
border: 1px solid #666666;
padding: 10px 10px 0 10px;
margin: 5px 35px 0 0;
}

.horiz_photo_end {
float: left;
width: 153px;
height: 130px;
border: 1px solid #666666;
padding: 10px 10px 0 10px;
margin: 5px 0 0 0;
}

.horiz_photo a,.horiz_photo_end a,.vert_photo_1 a,.vert_photo_2 a,.vert_photo_3 a {
font-weight: bold;
color: #444;
}

.horiz_photo a:hover,.horiz_photo_end a:hover,.vert_photo_1 a:hover,.vert_photo_2 a:hover,.vert_photo_3 a:hover {
text-decoration: none;
color: #147;
}

.vert_photo_1 {
float: left;
width: 80px;
min-height: 130px;
border: 1px solid #666666;
padding: 10px 1px 10px 10px;
margin: 5px 77px 0 40px;
}

.vert_photo_2 {
float: left;
width: 80px;
min-height: 130px;
border: 1px solid #666666;
padding: 10px 1px 10px 10px;
margin: 5px 44px 0 145px;
}

.vert_photo_3 {
float: left;
width: 80px;
min-height: 130px;
border: 1px solid #666666;
padding: 10px 1px 10px 10px;
margin: 5px 0 0 70px;
}

.box_img {
  float:left;
  display: block;
  background: url(art/shadowAlpha.png) no-repeat bottom right !important;
  background: url(art/shadow.gif) no-repeat bottom right;
  width: 160px;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.box_img img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.bio {
float: left;
width: 400px;
padding-left: 5px;
}

.horiz_line {
float: left;
width: 560px;
margin-left: 20px;
border-top: 1px solid #666666;
padding-top: 10px;
}

/* Lightbox CSS */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 10;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(art/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(art/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="art/overlay.png", sizingMethod="scale");
}
	
