@charset "utf-8";
p {padding:5px 0 5px 0; }

#inner {
  padding-left: 199px;   /* LC width */
  padding-right: 0px;  /* RC width */
  border-left: 1px solid #1e2714;
  background: url(../images/background-green.jpg) repeat-y top left; 
}
#inner .column {
  position: relative;
  float: left;
  /*overflow: hidden;*/
}
#center {
  width: auto;
  padding: 20px;
  border-left:1px solid #1e2714;
  border-right:1px solid #1e2714;
  border-bottom:1px solid #1e2714;
  width: 557px;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -599px;
}
/*** IE6 Fix ***/
* html #left {
  left: 0px;           /* RC width */
}

h1 {
	font-size: 2em;
	border-bottom: 1px solid;
	padding-left: 5px;
	color: #3f4f2b;
	}
	
.photo {
	border: 1px solid black;
	}

.name { 
	font-weight: bold;
	font-size: 1.2em;
	color: #3f4f2b;
	}

.nameListing {
	line-height: 30px;
	list-style-type: none;}
	

