body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #8B9529;
}
a:visited {
	color: #e1ec76;
}
a:hover  {
	color: #CCCCCC;
}
a:active {
	color: #999999;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	padding-top: 30px;
}
#menubar {
	background-color: #333333;
	height: 46px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: right;
}
#main_home {
	background-color: #8b9529;
	height: 514px;
	width: 800px;
}
#lower_gray {
	background-color: #333333;
	height: 45px;
	width: 800px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-top: 10px;
}
#homephoto {
	height: 514px;
	width: 560px;
}
#submenu {
	height: 371px;
	width: 240px;
}
#portfolio_nav {
	text-align: center;
	vertical-align: top;
}
#portfolio_nav td {
	text-align: center;
	padding-bottom: 10px;
}
#portfolio_mainphoto {
	height: 385px;
	width: 405px;
	padding-left: 20px;
}
#portfolio_title {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#portfolio_thumbnails {
	vertical-align: top;
}
#portfolio_thumbnails td  {
	text-align: left;
	vertical-align: top;
	height: 30px;
	width: 30px;
	padding-left: 20px;
	padding-bottom: 2px;
}
#subcontent {
	background-color: #FFFFFF;
	height: 474px;
	width: 520px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
#subcontent p {
	padding: 5px;
}
#sub_photoleft {
	text-align: center;
	vertical-align: top;
	padding-top: 40px;
}
.contact_info {
	margin-left: 20px;
	margin-top: 50px;
	line-height: 18px;
}
