<!-- Regular CSS -->
html { height:100%;}
body { height:100%; background-color: #FFFFFF; background-attachment: fixed; background-repeat:repeat; background-position: center top; 
<!-- background-image:url(images/layout/background-graphwall_black.jpg)-->
}
body,table {font-family: Arial, Helvetica, sans-serif;}
.headline {
	font-size: 10px;
	color: #595243;
	font-weight:bold;
	text-transform:uppercase
}
.subheadline {
	font-size: 10px;
	color: #C4AF8A;
	font-weight:bold
}
.subheadline2 {
	font-size: 10px;
	color: #FFECCA;
	font-weight:bold
}
.maintext {
	font-size: 11px;
	color: #595243
}
.mainheadline {
	font-size: 13px;
	color: #C4AF8A;
	text-transform:uppercase
}
a {
	font-size: 13px;
	color: #595243;
	text-decoration: none
}
a:hover {
	font-size: 13px;
	color: #595243;
	text-decoration: underline
}
a.home {
	font-size: 10px;
	color: #595243;
	font-weight:bold;
	text-decoration: none
}
a.home:hover {
	font-size: 10px;
	color: #595243;
	font-weight:bold;
	text-decoration: underline
}
a.footer {
	font-size: 10px;
	color: #595243;
	text-decoration: none
}
a.footer:hover {
	font-size: 10px;
	color: #595243;
	text-decoration: underline
}

img.linebreak {
 width: 680px; 
 height: 1px;
 margin: 5px 0px 3px 0px;
 } 

#container {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 680px;
  margin: auto;
}

#header {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 680px;
  margin: auto;
}

#nav {
  top: 314px;
  right: 0;
  bottom: 0;
  left: 0;  
  width: 680px;
  margin: auto;
}

#main_container { 
  top: 357px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 680px;
  margin: auto;
}

.thumb_labels {
width: 337px;
height: 200px;
overflow:hidden;
z-index: 2;
position: absolute;
float: left;
padding: 0px 0px 0px 5px;
}

a.thumb {
text-decoration: none;
}

.thumb { 
width: 337px; 
height: 200px;  
overflow: hidden;

}
.thumbleft {
float: left;
}
.thumbright {
float:right;
}

.thumbimg { 
width: 337px; 
height: 200px;  
overflow: hidden; 
margin: 0px 0px 5px 0px; 
}

.thumbimg SPAN { 
width: 337px; 
height: 200px;  
overflow: hidden;
}

.thumbimg SPAN,img {
border: none;
}

.title {
	background-color: #595243;
	color: #C4AF8A;
	padding: 5px;
	font-size: 9px;
	position: absolute;
	bottom: -100px;
	overflow: hidden;
}

.thumb:hover { 
cursor: hand;
}

/*slideshow */
/*
HOMEPAGE SIDESHOW---------------------------------------------------------------------------
*/
	
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:422px;
    overflow: hidden;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 422px;
	background-color: #C4AF8A;
	overflow: hidden;
	width: 680px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
    width:680px;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 404px;
    display: block;
    border: 0;
    margin-bottom: 0px;
    overflow: hidden;
}

table.slideshow {
	width:100%;
	background-color: #C4AF8A;
}
	
<!---- lightbox

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}