@charset "UTF-8";
/* CSS Document */



/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/


.appear{
	
	display:none;}
.thrColElsHdr #container  #websitePreview {
	width:800px;
	height:175px;
	background-color:#111;
	margin-left:240px;
}

.thrColElsHdr #container  #websitePreview  h4{
	padding:0px;
	margin:0px;
	text-transform: none;
	text-align: center;
}
.thrColElsHdr #container  #websitePreview  h5{
	padding:0px;
	margin:0px;
	text-transform: none;
	text-align: center;
	font-size:11px;
}
.thrColElsHdr #container  #websitePreview  p{
font-size:12px;
}

	


/*************************************
	Inherited and Main Styles
**************************************/
html {
	background-image:url(_image/_imageStyles/htmlBKGD.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#000;
	
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image:url(_image/_imageStyles/bodyBKGD.png);
	background-repeat:no-repeat;
	background-position:top center;	
}

.thrColElsHdr #container {
	width: 1008px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	background-color: #000;
} 
.thrColElsHdr #container p {
	font-size: 75%;
	color: #999;
	padding:0px 10px;
}
/*************************************
	Header, Navigtation & Featured
**************************************/
.thrColElsHdr #container #header {
	height: 75px;
	border-bottom:1px solid #333;
	border-top:1px solid #000;
	width:992px;
	text-align: left;
	padding-top: 25px;
	padding-left:16px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
}

.thrColElsHdr #nav {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:35px;
	background-image:url(_image/_imageStyles/navigationBKGD.png);
	margin:0px;
	clear: both;
	margin-top:-15px;
} 


.marginTop {
	margin-top:-20px;
}


#navigation  
{
	margin-left:0px;
}  
  
#navigation li  
{  
float:left;  
}  
#navigation li a  
{  
background-image:url(_image/sprite.jpg);  
display:block; 

}  

.thrColElsHdr #container #nav ul li  {
	list-style-type: none;
	float: left;
	color: #555;
}
.home  
{  
background-position:0px 0px;  
width:126px;  
height:35px; 
}  
  
.gallery  
{  
background-position:-126px 0px;  
width:126px;  
height:35px;
}  
  
.biography 
{  
background-position:-252px 0px;  
width:126px;  
height:35px;  
}  
  
.connections  
{  
background-position:-378px 0px;  
width:126px;  
height:35px;
}  

.contact  
{  
background-position:-504px 0px;  
width:127px;  
height:35px;  
}  
#navigation a .hover {  
    background:url(_image/sprite.jpg) no-repeat;  
    display: block;  
    opacity: 0;  
    position: relative;  
    top: 0;  
    left: 0;  
    height: 100%;  
    width: 100%;  
    }  
  
    #navigation a.home .hover {  
    background-position: -0px -35px;  
  
    }  
    #navigation a.gallery .hover{  
    background-position: -126px -35px;  
  
    }  
    #navigation a.biography .hover {  
    background-position: -252px -35px;  
    }  
    #navigation a.connections .hover {  
    background-position: -378px -35px;  
    }  
    #navigation a.contact .hover {  
    background-position: -504px -35px;  
    }  
	

.thrColElsHdr #container #photoTitle {
	background-color:#1F1F1F;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #CCC;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width:325px;
	margin:0 auto;
	position:absolute;
	left: 12px;
	top: 417px;
	height: -20px;
	opacity: .5;
	filter: alpha(opacity=50);
}
/*************************************
	Gallery Navigation
**************************************/
.thrColElsHdr #container #mainContent #galleryNavigation {
	text-align:right;
	float:right;

}
.thrColElsHdr #container #mainContent #galleryNavigation ul {
	

}
.thrColElsHdr #container #mainContent #galleryNavigation ul li {
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;	


}
.thrColElsHdr #container #mainContent #galleryNavigation ul li a:link, .thrColElsHdr #container #mainContent #galleryNavigation ul li a:visited{

	border:1px solid #111;
	color:#333;
	text-decoration:none;
	padding: 0px 7px;
}
.thrColElsHdr #container #mainContent #galleryNavigation ul li a:hover, .thrColElsHdr #container #mainContent #galleryNavigation ul li a:active{
	color:#555;
	text-decoration:none;
	padding: 0px 7px;
	border:1px solid #066;
	border-top:none;
	border-bottom:none;
}
.thrColElsHdr #container #galleryTbl {

	}
	
 .thrColElsHdr #container #galleryTbl tr td {
			width:247px;
			position: relative;
			}
.lazy{}
 
 .thrColElsHdr #container #galleryTbl tr td a{
	display: block;
	position: relative;
	overflow: hidden;
	color: #FFF;
	height:147px;
	width:247px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	padding-top:100px;
	margin-bottom:10px;
 }
  .thrColElsHdr #container #galleryTbl tr td img {
	position: absolute;
	top: 0;
	left: 7px;
	border: 0;
  }

/*************************************
	Main Conetent 
**************************************/
.thrColElsHdr #mainContent {
	margin: 0 auto; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width:1008px;
	clear:both;
	overflow:visible;
	background-color: #000;
} 
.thrColElsHdr #container #mainContent #description {
	width: 25em;
	float: left;
}
.thrColElsHdr #container #photograph {
	width: 1008px;
	text-align: center;
	background-color: #000;
	background-repeat:no-repeat;
	background-position:center;
	display:none;

}
/* contact */
.thrColElsHdr #container #photograph.contact {
	background-image:url(_image/contactPhoto.jpg);
	height:483px;
	width:1008px;
}

.thrColElsHdr #container #photograph.connection {
	background-image:url(_image/connectionPhoto.jpg);
	height:483px;
	width:1008px;
}
.thrColElsHdr #container #photograph.biography {
	background-image:url(_image/biographyPhoto.jpg);
	height:483px;
	width:1008px;
}
.thrColElsHdr #container #photograph.term {
	background-image:url(_image/termsPhoto.jpg);
	height:483px;
	width:1008px;
}
/* personal */

.thrColElsHdr #container #photograph.personalFavourite_1 {
	background-image:url(_image/_photographs/personalFavourite_1.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.personalFavourite_2 {
	background-image:url(_image/_photographs/personalFavourite_2.jpg);
	height:689px;
	width:1008px;
}.thrColElsHdr #container #photograph.personalFavourite_3 {
	background-image:url(_image/_photographs/personalFavourite_3.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.personalFavourite_4 {
	background-image:url(_image/_photographs/personalFavourite_4.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.personalFavourite_5 {
	background-image:url(_image/_photographs/personalFavourite_5.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.personalFavourite_6 {
	background-image:url(_image/_photographs/personalFavourite_6.jpg);
	height:704px;
	width:1008px;
}
/* Abstract */

.thrColElsHdr #container #photograph.abstract_1 {
	background-image:url(_image/_photographs/abstract_1.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_2 {
	background-image:url(_image/_photographs/abstract_2.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_3 {
	background-image:url(_image/_photographs/abstract_3.jpg);
	height:658px;
	width:1008px;

}
.thrColElsHdr #container #photograph.abstract_4 {
	background-image:url(_image/_photographs/abstract_4.jpg);
	height:604px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_5 {
	background-image:url(_image/_photographs/abstract_5.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_6 {
	background-image:url(_image/_photographs/abstract_6.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_7 {
	background-image:url(_image/_photographs/abstract_7.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_8 {
	background-image:url(_image/_photographs/abstract_8.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_9 {
	background-image:url(_image/_photographs/abstract_9.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_10 {
	background-image:url(_image/_photographs/abstract_10.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_11 {
	background-image:url(_image/_photographs/abstract_11.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_12 {
	background-image:url(_image/_photographs/abstract_12.jpg);
	height:632px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_13 {
	background-image:url(_image/_photographs/abstract_13.jpg);
	height:422px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_14{
	background-image:url(_image/_photographs/abstract_14.jpg);
	height:459px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_15 {
	background-image:url(_image/_photographs/abstract_15.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.abstract_16 {
	background-image:url(_image/_photographs/abstract_16.jpg);
	height:525px;
	width:1008px;
}

/* action */

.thrColElsHdr #container #photograph.action_1 {
	background-image:url(_image/_photographs/action_1.jpg);
	height:663px;
	width:1008px;
}
.thrColElsHdr #container #photograph.action_2 {
	background-image:url(_image/_photographs/action_2.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.action_3 {
	background-image:url(_image/_photographs/action_3.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.action_4 {
	background-image:url(_image/_photographs/action_4.jpg);
	height:600px;
	width:1008px;
}



/* landscape */

.thrColElsHdr #container #photograph.landscape_1 {
	background-image:url(_image/_photographs/landscape_1.jpg);
	height:683px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_2 {
	background-image:url(_image/_photographs/landscape_2.jpg);
	height:669px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_3 {
	background-image:url(_image/_photographs/landscape_3.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_4 {
	background-image:url(_image/_photographs/landscape_4.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_5 {
	background-image:url(_image/_photographs/landscape_5.jpg);
	height:690px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_6 {
	background-image:url(_image/_photographs/landscape_6.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_7 {
	background-image:url(_image/_photographs/landscape_7.jpg);
	height:600px;
	width:1008px;
}.thrColElsHdr #container #photograph.landscape_8 {
	background-image:url(_image/_photographs/landscape_8.jpg);
	height:689px;
	width:1008px;
}.thrColElsHdr #container #photograph.landscape_9 {
	background-image:url(_image/_photographs/landscape_9.jpg);
	height:290px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_10 {
	background-image:url(_image/_photographs/landscape_10.jpg);
	height:689px;
	width:1008px;
}

.thrColElsHdr #container #photograph.landscape_11 {
	background-image:url(_image/_photographs/landscape_11.jpg);
	height:690px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_12 {
	background-image:url(_image/_photographs/landscape_12.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_13 {
	background-image:url(_image/_photographs/landscape_13.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_14 {
	background-image:url(_image/_photographs/landscape_14.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_15 {
	background-image:url(_image/_photographs/landscape_15.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_16 {
	background-image:url(_image/_photographs/landscape_16.jpg);
	height:466px;
	width:1008px;
}
.thrColElsHdr #container #photograph.landscape_17 {
	background-image:url(_image/_photographs/landscape_17.jpg);
	height:577px;
	width:1008px;
	
}

/* macro */

.thrColElsHdr #container #photograph.macro_1 {
	background-image:url(_image/_photographs/macro_1.jpg);
	height:691px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_2 {
	background-image:url(_image/_photographs/macro_2.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_3 {
	background-image:url(_image/_photographs/macro_3.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_4 {
	background-image:url(_image/_photographs/macro_4.jpg);
	height:703px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_5 {
	background-image:url(_image/_photographs/macro_5.jpg);
	height:693px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_6 {
	background-image:url(_image/_photographs/macro_6.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_7 {
	background-image:url(_image/_photographs/macro_7.jpg);
	height:450px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_8 {
	background-image:url(_image/_photographs/macro_8.jpg);
	height:638px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_9 {
	background-image:url(_image/_photographs/macro_9.jpg);
	height:514px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_10 {
	background-image:url(_image/_photographs/macro_10.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_11 {
	background-image:url(_image/_photographs/macro_11.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.macro_12 {
	background-image:url(_image/_photographs/macro_12.jpg);
	height:600px;
	width:1008px;
}

/* portrait */

.thrColElsHdr #container #photograph.portrait_1 {
	background-image:url(_image/_photographs/portrait_1.jpg);
	height:464px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_2 {
	background-image:url(_image/_photographs/portrait_2.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_3 {
	background-image:url(_image/_photographs/portrait_3.jpg);
	height:687px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_4 {
	background-image:url(_image/_photographs/portrait_4.jpg);
	height:436px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_5 {
	background-image:url(_image/_photographs/portrait_5.jpg);
	height:600px;
	width:1008px;
}.thrColElsHdr #container #photograph.portrait_6 {
	background-image:url(_image/_photographs/portrait_6.jpg);
	height:709px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_7 {
	background-image:url(_image/_photographs/portrait_7.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_8 {
	background-image:url(_image/_photographs/portrait_8.jpg);
	height:655px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_9 {
	background-image:url(_image/_photographs/portrait_9.jpg);
	height:595px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_10 {
	background-image:url(_image/_photographs/portrait_10.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_11 {
	background-image:url(_image/_photographs/portrait_11.jpg);
	height:600px;
	width:1008px;
}

.thrColElsHdr #container #photograph.portrait_12 {
	background-image:url(_image/_photographs/portrait_12.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_13 {
	background-image:url(_image/_photographs/portrait_13.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_14 {
	background-image:url(_image/_photographs/portrait_14.jpg);
	height:605px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_15{
	background-image:url(_image/_photographs/portrait_15.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_16 {
	background-image:url(_image/_photographs/portrait_16.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_17 {
	background-image:url(_image/_photographs/portrait_17.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_18 {
	background-image:url(_image/_photographs/portrait_18.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_19 {
	background-image:url(_image/_photographs/portrait_19.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_20 {
	background-image:url(_image/_photographs/portrait_20.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_21 {
	background-image:url(_image/_photographs/portrait_21.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_22 {
	background-image:url(_image/_photographs/portrait_22.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.portrait_23 {
	background-image:url(_image/_photographs/portrait_23.jpg);
	height:574px;
	width:1008px;
}
/* seascape */

.thrColElsHdr #container #photograph.seascape_1 {
	background-image:url(_image/_photographs/seascape_1.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_2 {
	background-image:url(_image/_photographs/seascape_2.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_3 {
	background-image:url(_image/_photographs/seascape_3.jpg);
	height:633px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_4 {
	background-image:url(_image/_photographs/seascape_4.jpg);
	height:364px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_5 {
	background-image:url(_image/_photographs/seascape_5.jpg);
	height:637px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_6 {
	background-image:url(_image/_photographs/seascape_6.jpg);
	height:466px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_7 {
	background-image:url(_image/_photographs/seascape_7.jpg);
	height:476px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_8 {
	background-image:url(_image/_photographs/seascape_8.jpg);
	height:517px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_9 {
	background-image:url(_image/_photographs/seascape_9.jpg);
	height:453px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_10 {
	background-image:url(_image/_photographs/seascape_10.jpg);
	height:510px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_11 {
	background-image:url(_image/_photographs/seascape_11.jpg);
	height:620px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_12 {
	background-image:url(_image/_photographs/seascape_12.jpg);
	height:626px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_13 {
	background-image:url(_image/_photographs/seascape_13.jpg);
	height:639px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_14 {
	background-image:url(_image/_photographs/seascape_14.jpg);
	height:422px;
	width:1008px;
}
.thrColElsHdr #container #photograph.seascape_15 {
	background-image:url(_image/_photographs/seascape_15.jpg);
	height:600px;
	width:1008px;
}

/* still life */

.thrColElsHdr #container #photograph.stillLife_1 {
	background-image:url(_image/_photographs/stillLife_1.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_2 {
	background-image:url(_image/_photographs/stillLife_2.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_3 {
	background-image:url(_image/_photographs/stillLife_3.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_4 {
	background-image:url(_image/_photographs/stillLife_4.jpg);
	height:696px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_5 {
	background-image:url(_image/_photographs/stillLife_5.jpg);
	height:600px;
	width:1008px;
}.thrColElsHdr #container #photograph.stillLife_6 {
	background-image:url(_image/_photographs/stillLife_6.jpg);
	height:690px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_7 {
	background-image:url(_image/_photographs/stillLife_7.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_8 {
	background-image:url(_image/_photographs/stillLife_8.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_9 {
	background-image:url(_image/_photographs/stillLife_9.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_10 {
	background-image:url(_image/_photographs/stillLife_10.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_11 {
	background-image:url(_image/_photographs/stillLife_11.jpg);
	height:690px;
	width:1008px;
}

.thrColElsHdr #container #photograph.stillLife_12 {
	background-image:url(_image/_photographs/stillLife_12.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_13 {
	background-image:url(_image/_photographs/stillLife_13.jpg);
	height:683px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_14 {
	background-image:url(_image/_photographs/stillLife_14.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_15{
	background-image:url(_image/_photographs/stillLife_15.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_16 {
	background-image:url(_image/_photographs/stillLife_16.jpg);
	height:607px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_17 {
	background-image:url(_image/_photographs/stillLife_17.jpg);
	height:618px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_18 {
	background-image:url(_image/_photographs/stillLife_18.jpg);
	height:701px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_19 {
	background-image:url(_image/_photographs/stillLife_19.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_20 {
	background-image:url(_image/_photographs/stillLife_20.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_21 {
	background-image:url(_image/_photographs/stillLife_21.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_22 {
	background-image:url(_image/_photographs/stillLife_22.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_23 {
	background-image:url(_image/_photographs/stillLife_23.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_24 {
	background-image:url(_image/_photographs/stillLife_24.jpg);
	height:715px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_25 {
	background-image:url(_image/_photographs/stillLife_25.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_26 {
	background-image:url(_image/_photographs/stillLife_26.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_27 {
	background-image:url(_image/_photographs/stillLife_27.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_28 {
	background-image:url(_image/_photographs/stillLife_28.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_29 {
	background-image:url(_image/_photographs/stillLife_29.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_30 {
	background-image:url(_image/_photographs/stillLife_30.jpg);
	height:689px;
	width:1008px;
}
.thrColElsHdr #container #photograph.stillLife_31 {
	background-image:url(_image/_photographs/stillLife_31.jpg);
	height:689px;
	width:1008px;
}

/* studio */

.thrColElsHdr #container #photograph.studio_1 {
	background-image:url(_image/_photographs/studio_1.jpg);
	height:600px;
	width:1008px;
}

.thrColElsHdr #container #photograph.studio_2 {
	background-image:url(_image/_photographs/studio_2.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_3 {
	background-image:url(_image/_photographs/studio_3.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_4 {
	background-image:url(_image/_photographs/studio_4.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_5 {
	background-image:url(_image/_photographs/studio_5.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_6 {
	background-image:url(_image/_photographs/studio_6.jpg);
	height:676px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_7 {
	background-image:url(_image/_photographs/studio_7.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_8 {
	background-image:url(_image/_photographs/studio_8.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_9 {
	background-image:url(_image/_photographs/studio_9.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_10 {
	background-image:url(_image/_photographs/studio_10.jpg);
	height:712px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_11 {
	background-image:url(_image/_photographs/studio_11.jpg);
	height:621px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_12 {
	background-image:url(_image/_photographs/studio_12.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.studio_13 {
	background-image:url(_image/_photographs/studio_13.jpg);
	height:600px;
	width:1008px;
}

/* wildlife */

.thrColElsHdr #container #photograph.wildlife_1 {
	background-image:url(_image/_photographs/wildlife_1.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_2 {
	background-image:url(_image/_photographs/wildlife_2.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_3 {
	background-image:url(_image/_photographs/wildlife_3.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_4 {
	background-image:url(_image/_photographs/wildlife_4.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_5 {
	background-image:url(_image/_photographs/wildlife_5.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_6 {
	background-image:url(_image/_photographs/wildlife_6.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_7 {
	background-image:url(_image/_photographs/wildlife_7.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_8 {
	background-image:url(_image/_photographs/wildlife_8.jpg);
	height:600px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_9 {
	background-image:url(_image/_photographs/wildlife_9.jpg);
	height:480px;
	width:1008px;
}
.thrColElsHdr #container #photograph.wildlife_10 {
	background-image:url(_image/_photographs/wildlife_10.jpg);
	height:600px;
	width:1008px;
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
/*************************************
	SubContent
**************************************/
.thrColElsHdr #container #mainContent #LPF {
	width: 1008px;
	background-color: #000;
	position: relative;
}
.thrColElsHdr #container #LPFTitle {
	background-color:#1F1F1F;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #CCC;
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	width:1008px;
	margin:0 auto;
	position:absolute;
	left: 0px;
	top: 639px;
	height: 25px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.thrColElsHdr #container #mainContent #LPF img {

}


/*************************************
	Sidebars
**************************************/


.thrColElsHdr #container #rightSideContent {
	width: 496px;
	float: right;
	margin-right: 1em;
}
.thrColElsHdr #container #smallSideBar {
	width: 400px;
	margin-left: 50px;
	border: 1px solid #333;
}

/*************************************
	Content Boxes
**************************************/


/*************************************
	Footer
**************************************/


.thrColElsHdr #footer {
	width:1008px;
	padding: 0 10px;
	margin:0 auto;
} 
.thrColElsHdr #container #boxLink {
	height: 25px;
	width: 75px;
	float: right;
	background-color: #222;
}
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666;
	font-size:0.7em;
	text-align: right;
}
.thrColElsHdr #footer a:link, .thrColElsHdr #footer a:visited {
	color: #444;
}
.thrColElsHdr #footer a:hover, .thrColElsHdr #footer a:active {
	color: #066;
	text-decoration:none;
}

/*************************************
	Class' and Elements
**************************************/

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
H1 {
	font-family:"Courier New", Courier, monospace;
	font-size:2.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	opacity: .5;
	filter: alpha(opacity=50);
	
	
}

H4 {
	color: #CCC;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: normal;	
}
H5 {
	color: #555;
	font-size: 0.6em;
	font-weight: normal;
	text-align:right;
	margin-right:50px;
	margin-top:25px;
}
.copryRight {
	font-size:.6em;
	color:#333;
}

/*************************************
	Random BKGD
**************************************/

.thrColElsHdr #container #header.BKGD1 {
	background-image:url(_image/_headerBKGD/headerBKGD1.jpg);
}
.thrColElsHdr #container #header.BKGD2 {
	background-image:url(_image/_headerBKGD/headerBKGD2.jpg);
}
.thrColElsHdr #container #header.BKGD3 {
	background-image:url(_image/_headerBKGD/headerBKGD3.jpg);
}
.thrColElsHdr #container #header.BKGD4 {
	background-image:url(_image/_headerBKGD/headerBKGD4.jpg);
}
.thrColElsHdr #container #header.BKGD5 {
	background-image:url(_image/_headerBKGD/headerBKGD5.jpg);
}
.thrColElsHdr #container #header.BKGD6 {
	background-image:url(_image/_headerBKGD/headerBKGD6.jpg);
}
.thrColElsHdr #container #header.BKGD7 {
	background-image:url(_image/_headerBKGD/headerBKGD7.jpg);
}
.thrColElsHdr #container #header.BKGD8 {
	background-image:url(_image/_headerBKGD/headerBKGD8.jpg);
}
.thrColElsHdr #container #header.BKGD9 {
	background-image:url(_image/_headerBKGD/headerBKGD9.jpg);
}

.thrColElsHdr #container #header.BKGD10 {
	background-image:url(_image/_headerBKGD/headerBKGD10.jpg);
}



/*************************************
	Forms
**************************************/
 
.thrColElsHdr #container #mainContent input.text {
	font-size:17px;
	width:235px;
	line-height:1.5;
	background-color:#CCC;
	border:1px solid #FFF;
	
}
.thrColElsHdr #container #mainContent input.text:focus, .thrColElsHdr #container #mainContent textarea.text:focus {
	outline: none;
	background-color:#DDD;
}
.thrColElsHdr #container #mainContent textarea.text {
	font-size:17px;
	width:350px;
	line-height:1.5;
	background-color:#CCC;
	border:1px solid #FFF;
}
.thrColElsHdr #container #mainContent  p.padding{
	padding-top:10px;
}


/*************************************
     Table
**************************************/


	 .thrColElsHdr #container #descriptionTBL  {
	color: #999;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	border-top:none;
	margin: 0px 0px 0px 20px;
}


/*******************************************
			Thumb nails
********************************************/
.thrColElsHdr #container  #miniLinks {
	text-align: center;
	clear: both;
	padding:20px 0;
	background: #000;
}
.thrColElsHdr #container #miniLinks a img {
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #000;

}.thrColElsHdr #container #miniLinks a img:hover, .thrColElsHdr #container #miniLinks a img:active {
	margin-right: 10px;
	margin-left: 10px;
	border:2px solid #555;
}

/*******************************************
			Icons & Images
********************************************/

.thrColElsHdr #container  img.featured {
	border:2px solid #666;
	margin:0px 1px 0px 1px;
}


	/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1008px;
		height:256px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		}	
	#nextBtn a, #slider1next a{ 

		}	
.thrColElsHdr #container #slider {
	border-bottom:dotted 1px #222;
	background-color:#000;
	padding-top:10px;
	overflow:hidden;
}
		
	/* numeric controls */	

	ol#controls{
		float:right;
		margin:16px 0;
		padding:0;
		height:28px;	
		}

	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#111;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#555;
		color:#CCC;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.thrColElsHdr #container #slider a:link, .thrColElsHdr #container #slider a:visited {
	color: #444;
	text-decoration:none;

}
.thrColElsHdr #container #mainContent #comments #posts p {
	padding-left:70px;
}
.thrColElsHdr #container #slider a:hover, .thrColElsHdr #container #slider a:active {
	color: #066;
}
	
/* // Easy Slider */
/*************************************
	Comment System
**************************************/
.thrColElsHdr #container #mainContent #comments {
	width: 608px;
	float: right;
}
.thrColElsHdr #container #mainContent #comments hr {

  border: 0;
  width: 80%;
  color: #333;
background-color: #333;
height: 1px;
	
}
.thrColElsHdr #container #mainTitle {
	border-top:dotted 1px #222;
	border-bottom:dotted 1px #222;
	background-color:#111;
}

.thrColElsHdr #container #mainContent #comments textarea.text#message {
	width:300px;
	height:65px;
	background-color:#111;
	border:solid 1px #222;
	font-size:12px;
	color:#CCC;
	

}
.thrColElsHdr #container #mainContent #comments  input.text {
	width:225px;
	height:25px;
	background-color:#111;
	border:solid 1px #222;
	font-size:12px;
	color:#CCC;
	padding:0px 0px;

}
.thrColElsHdr #container #mainContent #comments  input.fltrt {
	margin-right:35px;
}
/*************************************
	latest personal favourite
**************************************/
ul.LPFPhoto {
	width: 1008px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.LPFPhoto li {
	float: left;
	padding: 0;
	text-align: center;
	
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.LPFPhoto li a.thumb {
	width: 1008px; /*--Width of image--*/
	height: 685px; /*--Height of image--*/

	cursor: pointer;
}
ul.LPFPhoto li span { /*--Used to crop image--*/
	width: 1008px;
	height: 685px;
	overflow: hidden;
	display: block;
}
ul.LPFPhoto li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.LPFPhoto li a {text-decoration: none; color: #777; display: block;}


.thrColElsHdr #container #mainContent #comments #form1p #message {
}
.thrColElsHdr #container #mainContent #comments #posts {
	padding-top: 20px;
}

