body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	color: #CCCCCC;
}
body {
	background-color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a { color: #888888; }
a:hover { color: #CCCCCC; }
a:visited { color: #333333; }

/*img.thmbImg { border:1px solid #888888; }*/
a:link img.thmbImg { border:1px dashed #888888; }
a:hover img.thmbImg { border:1px dashed #CCCCCC; }
a:active img.thmbImg { border:1px dashed #CCCCCC; }
a:visited img.thmbImg { border:1px dashed #333333; }

h1 { 
	font-size: 18px;
	color: #AAAAAA;
}
.subnav h1 { color: #333333; }
h2 { 
	font-size: 14px;
	color: #AAAAAA;
}
#descDiv h2 { color: #333333; }

#body {
	margin-top: 75px;
	vertical-align:middle;
	/*border: 1px dashed #CC0000;*/
	width:1000px;
}
#header {
	width:600px;
}
#labelDiv {
	position:absolute;
	margin-left: 4px;
	margin-top: 4px;
	color:#CCCCCC;
	font-size:14px;
	/*border: 1px dashed #FF0000;*/
}
#main {
	background-color: #000000;
	width:inherit;
	height:inherit;
	border:1px dashed #222222;
}
#footer{
	width:600px;
}
#footer td {
	color:#666666;
	font-size:10px;
}
#boundingBox {
	width:800px;
	height:600px;
	border-right: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	/*border-left: 1px dashed #33FF33;
	border-top: 1px dashed #33FF33;*/
	position:relative;
	background-image:url(/photography/images/leafBkgd.jpg);
	/*background-image:url(/photography/images/palmBkgd.jpg);*/
	background-repeat:no-repeat;
}
.subnav {
	padding-right: 4px;
	font-size:10px;
	line-height:13px;
}
#descDiv {
	visibility:hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color:#666666;
	border: 1px dashed #222222;
	font-size:10px;
}
#descButton {
	border: 1px solid #CCCCCC;
	line-height: 7px;
	width: 7px;
	height: 7px;
	cursor:pointer;
	position:relative;
}
#commentFormDiv{
	visibility:hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	color:#FFFFFF;
	border: 1px dashed #222222;
	font-size:10px;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#commentButton {
	border: 1px solid #CCCCCC;
	line-height: 7px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	vertical-align:baseline;
}
.tymessage{
	color:#666666;
}