body {
	background-color: #c7b073;
	margin: 20px 0px 20px 0px; 
	padding: 0;
	color: #555;
	}
	
#main {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	border: 1px solid #000;
	}

#header {
	border-bottom: 1px solid #000;
	background-color:#f4e0ab;
	margin: 0;
	padding: 0;
	}
	
#navcontainer ul
	{
	padding: 0;
	margin: 0;
	background-color: #7b8a9d;
	color: #fff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: .85em;
	border-bottom: 1px solid #000;
	}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  border-right: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #7b8a9d;
  color: #fff;
  display: block;
  padding: 0 9px;
  /*text-transform: lowercase;*/
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #7b8a9d;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  /*padding-right: 20px;*/
  width: 100px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
	
#content {
	padding: 15px;
	clear: both;
	min-height: 400px;
	}
	
#content .left {
	float: left;
	}
	
#content .right {
	float: right;
	}
	
#content .pgtitle {
	font-weight: bold; 
	color: #7b8a9d; 
	font-size: 130%;
	margin-bottom: 25px;
	}
		
#content  p {
	line-height: 115%;
	color: #555;
	}
	
.portfolio {
	padding-top: 30px;
	}
	
#content img {
	padding: 10px;
	}
	
#content a {
	color: #3b5b84;
	text-decoration: none;
	}
	
#content .smallimgleft {
	float: left; 
	padding-bottom: 10px; 
	text-align: center; 
	margin-top: -10px;
	}
	
#content .smallimgright {
	float: right; 
	padding-bottom: 10px; 
	text-align: center; 
	margin-top: -10px;
	}
	
#content .more {
	font-size: .8em;
	}
	
#content .divider {
	clear: both; 
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	}	

#footer {
	clear: both; 
	background-color: #7b8a9d;
	text-align: center; 
	color: #ccc; 
	padding: 2px 0 5px 0; 
	border-top: 1px solid #000; 
	font-size: .85em;
	}
	
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	color: #ccc;
	}