body {
	background-color: #000000;
	color: #FFFFFF;
}
.divCatagories {
	float: left;
	width: 796px;
	margin-right: 30px;
	margin-left: 30px;
	background-image: url(../images/contentgradient.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-top: 1px;
	height: auto;
}
#divNavigation {
	float: left;
	width: 746px;
	padding-left: 110px;
	height: auto;
}
#divMainContent {
	width: 856px;
	float: left;
	margin-top: 3px;
	height: auto;
}
#divWrapper {
	background-color: #000000;
	width: 856px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/maingradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	border: 1px solid #212121;
	height: auto;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divHeader {
	width: 100%;
}
#divSlideshow {
	height: 32px;
	width: 200px;
	margin-left: 300px;
	background-image: url(../images/click%20to%20enlarge%20copy.png);
	background-repeat: no-repeat;
	margin-top: -18px;
}
#divHitcounter {
	margin-top: 400px;
}


#logoright {
	float: right;
	width: 160px;
	margin-left: 200px;
}
#logoleft {
	float: left;
	width: 400px;
}
#divLogo {
	background-repeat: no-repeat;
	height: 85px;
	padding-top: 35px;
	padding-left: 30px;
	float: none;
	width: 826px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divLogo h1 {
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 94px;
}
#RightSide {
	float: right;
	width: 280px;
	margin-right: 0px;
	padding: 20px;
}
#leftside {
	float: left;
	width: 440px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#divFooter p {
	font-size: 11px;
	padding-top: 30px;
	padding-left: 35px;
	clear: both;
}
#divFooter {
	clear:both;
	width: 856px;
	background-image: url(../images/footergradient.jpg);
	background-repeat: repeat-x;
	height: 110px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divNavigation ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divNavigation li {
	list-style-type: none;
	text-decoration: none;
	display: inline;
	background-color: #0C0C0C;
	background-image: none;
	background-repeat: repeat-x;
}
#divNavigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbackground.jpg);
	background-repeat: repeat-x;
	height: 36px;
	float: left;
	width: 129px;
	margin-right: 2px;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #202020;
	text-transform: uppercase;
	margin-left: 0px;
}

body.Home #aHome,
body.Gallery #aGallery,
body.Cv #aCv,
body.Contact #aContact,
body.News #aNews,
body.Biography #aBiography
 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/navactive.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 4em;
	color: #FFFFFF;
	padding-bottom: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}
#divNavigation li a:hover {
	background-image: none;
	background-repeat: repeat-x;
	
}


#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;
	background-color: #000;
	}
	
	
	
	#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;
		background-color: #000;
		}
p {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}
.Gallery #divWrapper #divMainContent #leftside {
	margin-left: 0px;
}
