/* CSS Document */

.comment {
	background-color: #fe9;
	border: 2px solid #fc3;
	border-top: 12px solid #fc3;
	padding: 7px;
	margin: 7px;
	font-size: small;
}

#body-frame {
	position:absolute;
	top: 64px;
}
#body-window {
	position: relative;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: #ddd;
	width: 704px;
	height: 504px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#navigation {
	background-color: #222;
	width: 704px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	/*border-top: 1px solid #666;
	border-bottom: 1px solid #666;*/
}
#navigation ul {
	list-style: none;
	color: white;
	padding: 4px 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #888;
	padding: 0px 1px 0px 2px;
}

#navigation ul li.first {
	border-left: 0px;
}

#navigation a {
	color: #fff;
	padding:6px;
	text-decoration: none;

}
#navigation a:visited {
	color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}
#subnavbar {
	background-color: #111;
	width: 704px;
	font-size: .85em;
	/*border-bottom: 1px solid #333;*/
}
#subnavbar ul {
	list-style: none;
	padding: 4px 0px 4px 4px;
	margin: 0px;
}

#subnavbar ul li {
	display: inline;
	padding: 0 .3em 0 .6em; 
	font-size: .8em;
	border-left: 1px solid #444;
}
#subnavbar ul li.subhead {
	font-color: #ddd;
	font-weight: bold;
	border-left: 0;
}
#subnavbar ul li.first {
	border-left: 0;
}

#subnavbar a {
	color: #ddd;
	text-decoration: none;

}
#subnavbar a:visited {
	color: #ddd;
}
#subnavbar a:hover {
	color: #ddd;
	text-decoration: underline;
}

#thumbnail-window {
	position: relative;
	width: 704px;
	height: 132px;
	/*border-top: 1px solid #666;*/
	background: #222;
	margin: 0px;
	padding: 0px;
}

#thumbnail-ie5mac {
	position: relative;
	width: 704px;
	/*border-top: 1px solid #666;*/
	background: #222;
	margin: 0px;
	padding: 7px;
}
#thumbnail-window-ex {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 690px;
	height: 112px;
	overflow: auto;
}

#thumbnails td {
	margin: 0px;
	padding: 0px;
	height: 72px;
}
 
#content {
	position: relative;
	height: 384px;
	margin: 14px 0px;
	padding: 0px;
	/*border-right: 1px solid #333;
	border-left: 1px solid #333;*/
}

#content #photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content #photo-desc {
	position: absolute;
	top: 32px;
	left: 512px;
	width: 178px;
	height: 324px;
	margin: 0px;
	padding: 7px;
	font-size: small;
	color: white;
	overflow: auto;
}
#content #text-cat-desc {
	width: 700px;
	min-height: 324px;
	margin: 0px;
	padding: 7px;
	font-size: small;
	color: white;
	overflow: auto;
}

#content #photo-nav {
	position: absolute;
	top: 0px;
	left: 512px;
	width: 178px;
	height: 16px;
	margin: 0px;
	padding: 7px;
	font-size: small;
	color: #ddd;
	overflow: auto;
	border-top: 1px dashed #222;
	border-bottom: 1px dashed #222;
}
#content a {
	color: #ddd;
}

#content #photo-desc h3 {
	margin-top: 0px;
}

#content ul {
	list-style-image: url(/images/bullet.gif);
	padding-left: 16px;
}
#content li {
	padding-bottom: 4px;
}
body {
	background-color: black;
	margin: 0px;
}


h1 {
	color: white;
	font-size: xx-large;
	padding: 14px 0px 0px 7px;
	margin: 0px;
}

h1 a {
	color: white;
	text-decoration: none;
}

h2 {
	color: white;
	font-size:medium;
	margin: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}

#copyright {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 4px;
	color: #444;
	background-color: #111;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 696px;
	font-size: .75em;
}

#copyright a {
	color: #444;
}