<!--
body {
	background-color:#000000;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
a:link, a:active {
	color:#FFFFFF;
}
a:visited {
	color:#D5943D;
}
a:hover {
	text-decoration:none;
}
p {
	margin-top:8px;
}
img {
	border:0;
}
ul {
	margin-top:0px;
}
#MainOuter {
	width:740px;
	text-align:left;
	margin:0 auto;
}
#MainContent {
	float:left;
}
#MainNav {
	float:left;
	width:149px;
}
#Top {
	width:100%;
	background-repeat:repeat-x;
	background-image:url(/images/head-bg.gif);
	height:34px;
}
#TopHomeLink {
	width:163px;
	float:left;
}
#TopLinks {
	float:left;
	height:34px;
}
#Breadcrumbs {
	margin-top:10px;
}
#TextBody {
	background-image:url(/images/tree-sm.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:10px;
	vertical-align:top;
	width:570px;
	border-left:1px solid #fff;
}
#Footer {
	border-top:1px solid #FFFFFF;
	text-align:right;
	font-size:8px;
}
.subHead1 {
	color:#D5943D;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}
.breadcrumb_active {
	font-weight:bold;
}

/* Homepage */
#HomeBody {
	background-repeat:no-repeat;
	background-image:url(/images/tree-main.gif);
	width:590px;
	height:500px;
	position:relative;
	border-left:1px solid #fff;
}
#IntroDiv {
	background-color:#333333;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:3px;
	position:absolute;
	bottom:0px;
}

/* Photos */
.PicThumb {
	text-align:center;
	background-image:url(/images/hanger.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:20px;
	vertical-align:top;
}
.PicDescr {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif
}


/* Portfolio */
.folio_site {
	margin-bottom:25px;
	padding:6px;
}
.hover {
	background-color:#333333;
}
.folio_name {
	color:#D5943D;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}
.folio_descrip p:first-child {
	margin-top:0px;
}
.folio_images {
	margin-top:8px;
}
.folio_images a {
	margin-right:10px;
}
-->