@charset "utf-8";
/* CSS Document */

/* reset browser stylesheet */
@import url(reset.css);


body {
	background-color: #000000;
	background-image: url(px/bgi.jpg);
	background-repeat: no-repeat;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#header {
	clear: both;
	height: 75px;
}
#galleryheader {
	clear: both;
	height: 20px;
	padding-left:25px;
	padding-top:10px;
	
}

#logo {
	background-image: url(px/logo.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: 75px;
}


#nav {
	float: left;
	width: 350px;
	margin-right: 35px;
	padding-left: 20px;
}
#content {
	float: left;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
a {
	color:#FFFFFF;
	background-color:#275B70;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 5px;
	margin-left: -5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #15313C;
	letter-spacing: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-transform: lowercase;
}
a:hover {
	color:white;
	background-color:#11242A;

}
a:visited {
a:color:white;

}


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: white;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: red;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #11242A;
}
.dtree .clip {
	overflow: hidden;
}
