html, body {
    height: 100%;
   /*background: #333333 url(images/bg_people.jpg) no-repeat fixed center;*/
    /*background: url(../images/bg_striped.png) repeat;*/
    background-attachment: fixed;
    background-image: url('../images/bg_striped.png'); /*'../images/bg_people_big.jpg'); '../images/bg_people_big.jpg');*/
    background-repeat: repeat;
    background-position: center;
    min-width: 60px;
    width:100%;
}
body {
	font-family:  "Helvetica";
	color: #FFFFFF;
}
a {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -1px;
}
#header a {
	padding: 0px 10px;
}
#header { 
	background-color: rgba(0, 0,0, 0.6);
	position: fixed;
	left: 0px;
	height:50px;
	right: 0px;
	top: 0px;
	z-index: 20;
}
#content {
	padding:40px 80px 10px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	z-index: 10;
	line-height: 0px;
}
#nav {
	height:35px;
	padding-right:10px;
	padding-top: 15px;
	text-align: right;
	vertical-align: middle;
	min-width: 960px;
}
.sectTitle {
	padding: 1px 3px 1px 2px;
	margin: 0px 0px 0px 0px;
	background-color: #121212;
	color:#00C7FF;
	display:inline;
	font-weight: normal;
	letter-spacing: -0px;
	height:20px;
	vertical-align: bottom;
	position:relative;
	top: -10px;
}

.thumbsHolder {
	background-color: rgba(0, 0, 255, 0);
	margin: 0px;
	padding: 20px 0px 30px 0px;
}
#modal {
	position:fixed;
	z-index:10;
	display:none;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
#modalPrevNext {
	position:fixed;
	width:100%;
	height:100%;
}
#modalBlocker {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0,0, 0.8);
}
#image {
	/*background-color: #121212;*/
	border: 10px solid #0000ff;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
#fullimage {
	position:fixed; /*absolute;*/
	/*top:50%;
	left:0%;
	width:100%;*/
}
.nextImage_up {
	background-image: url('');
}
.nextImage_over {
	background-image: url('../images/arrow_right.png');
	background-position: 90% 50%;
}

.prevImage_up {
	background-image: url('');
}
.prevImage_over {
	background-image: url('../images/arrow_left.png');
	background-position: 10% 50%;
}
.prevNextImage{
	/*background-color: #00ff00;*/
	width:50%;
	background-repeat: no-repeat;
	min-width: 60px;
	min-height: 60px;
	display:inline-block;
	padding: 10px 0px;
	height:100%;
}
.thumb
{
	display: inline;
	height:77px;
	width:75px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-color: #00C7FF;
	border: 1px solid #121212;
	/*
	-webkit-box-shadow:  0px 2px 10px 1px rgba(0, 0, 0, 0.75);
        box-shadow:  0px 2px 10px 1px rgba(0, 0, 0, 0.75);
        */
}
.thumb:hover {
	cursor: pointer;
}
#footer { 
	background: #00C7FF;
	position: fixed;
	height:10px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 19;
}
a.headerLink:link, a.headerLink:visited, #h1End, .sectTitle h2 {
	color: #00C7FF; /*#92af45;*/	
}

#logo {
	float:left;
	padding-left: 10px;
	font-size: 22pt;
	padding: 10px;
	font-weight: bold;
	letter-spacing: -2px;
}
#h1Start {
	color: #CCCCCC;
}
a:hover, a:active{
	color:#FFFFFF;
}
.selected a {
	color:#FFFFFF;
}
a#traceTab:link {
	color: #fff;	
}

a#traceTab:hover {
	color: #000;	
}
#traceTab{
	background-color: #00C7FF;
	padding: 0px 3px 0px 3px;
	color:#fff;
	vertical-align: top;
}
#debug {
	position: fixed;
	top:50px;
	z-index:15;
	right:-265px;
	width:300px;
}
#clear {
	display:block;
	position:relative;
	right:-100px;
}
#output {
  	width: 250px;
  	height:500px;
  	display:inline;
  	margin: 0px;
}