* {
	margin: 0;
	padding: 0;
     border: 0;
}
     
h1 {
     font-size: 120%;
     line-height: 2;
     vertical-align: text-top;
}

.noBold {
	font-weight: normal;
}

.indent {
	margin-left: 20px;
}

body {
	font-family: arial, verdana, helvetica, sans-serif;
     font-size: 12pt;
	color: #467305;/* #9D8134, #666666; */
	background-color: #fdfdde;
	padding: 0px;
}

body a:link, body a:visited {
	color: #67b119;
	text-decoration: none;
     }
     
body a:hover, body a:active {
	color: #7cd31f;
	text-decoration: none;
}

#mainwrap {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
     background-color: #ffffff;
     border-left: 1px solid #c1d967;
     border-right: 1px solid #c1d967;
}

#masthead {
	width: 780px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
     text-align: center;
     color: #ffffff;
     background-color: #ffffff;
     font-size: 300%;
}

#masthead br {
	font-size: small;
}

.title {
}

.subtitle {
	font-style: italic;
     color: #F0ECE4;
}

#navbar {
	background-color: #eefbbd;
	border-top: 1px solid #c1d967;
	border-bottom: 1px solid #c1d967;
}

#navbar table {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	border-width: 0px;
	text-align: center;
	font-weight: bold;
}

#navbar table td {
	padding: 0px 8px 0px 8px;
	vertical-align: middle;
}

#navbar a:link, #navbar a:visited {
	color: #67b119;<!-- 67b119 -->
	font-weight: 700;
	text-decoration: none;
}

#navbar a:hover, #navbar a:active {
	color: #c1d967;
	font-weight: 700;
	text-decoration: none;
}

#col1 {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	min-height: 380px;
     padding: 20px;
}

.gallery_listing {
	min-height: 380px;
	margin-left: auto;
	margin-right: auto;
     margin-top: 20px;
     margin-bottom: 20px;
	text-align: center;
}

.gallery_listing table {
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
     width: 90%;
}

.gallery_listing td {
	height: 120px;
     width: 20%;
     padding: 10px;
}

.gallery_listing img {
	border: 1px solid #c1d967;
}

.gallery_footer {
	font-size: 80%;
	font-style: italic;
}

.galleryHR {
    width: 90%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    alignment: center;
    border-bottom: 1px dotted #cccccc;
}

.gallery_display_image {
	display: block;
     float: left;
     width: 70%;
	min-height: 380px;
     margin: 20px 0px 20px 20px;
     padding: 0;
     text-align: center;
}

.gallery_display_image img {
	border: 1px solid #c1d967;
}

.gallery_display_details {
	display: block;
     float: right;
	width: 25%;
     padding: 0px 10px 0px 5px;
     text-align: left;
     margin: 20px 0px 20px 0px;
     <!-- 	min-height: 380px; -->
}

.gallery_display_back {
	position: absolute;
     bottom: 40px;
     right: 0px;
	display: block;
     float: right;
     vertical-align: bottom;
     margin: 30px;
	font-weight: bold;
     text-align: center;
}

#footer {
	clear: both;
	width: 780px;
	padding: 10px 0px 10px 0px;
     margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
     background-color: #eefbbd;
	border-top: 1px solid #c1d967;
	border-bottom: 1px solid #c1d967;
}

#footer p {
	text-align: center;
     font-size: 80%;
     margin: 0px;
     color: #999999;
}

.featuredWork {
	display: block;
	float: right;
     margin: 15px 20px 20px 20px;
     font-size: 60%;
     font-style: italic;
     text-align: right;
     }

.featuredWork img {
	border: 1px solid #c1d967;
     }
