body {
  text-align: left;
  color:#121212;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #e2f4df url(img/bg3.jpg);
  background-repeat:repeat;
}

a:link {
	color: #5c3700;
	text-decoration: underline;
}

a:hover {
	color: #5c3700;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color:#5c3700;
	text-decoration: underline;
}

#container {
  margin-left: auto; 
  margin-right: auto;
  width: 750px;
  height: auto;
  margin-top: 0;
}

#wrap {
	margin-top: 0;
	margin-left: auto; 
 	margin-right: auto;
	width: 700px;
	text-align: left;
 	background-color: #cab887;
	border: 1px solid #018843;
}


#nav {
	display: block;
	color: #5c3700;
	margin-bottom: 0;
	float: left;
}

#nav ul{
	line-height:15px;
	display: block;
	list-style: none;
}

#nav li{
	float: left;
	display: inline;
}

#nav li a{
	border-left: 1px solid #018843;
	border-right: 1px solid #018843;
	font-size: 12px;
	line-height: 15px; 
	display: block; 
	padding-left: 5px; 
	padding-right: 5px; 
	float: left;
}

#nav li a:hover{text-decoration: none;}

.header {
  height: 197px;
  width:700px;
  background: #f3fde5 url(img/phsheader_about.jpg) no-repeat;
  clear: both;
}

.right {
  float: right;
  height:100%;
  min-height: 300px;
  width:400px;
}

.right p {
  padding: 5px;}


.left {
  float: left;
  width:300px;
  height:300px;
}

.left p {
  padding: 5px;}


.footer {
  height: 50px;
  background-color: #476e41;
  clear: both;
}

.footer p {
  padding-top: 10px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #f3fde5;
  letter-spacing:1px;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:14px;
}
