	body {
		margin:0px;
		margin-top:5px;
		width:100%;
		text-align:center;
		background-color:#000;
		font-family: "Century Gothic", Arial, Verdana, Lucida Sans Unicode, Arial, sans-serif;
	}
	#mainContainer {
		width:1003px;
		height:600px;
		margin:0 auto;
		background-color:#212121;
		padding:20px 5px 0 5px;
	}
	.clear{
		clear:both;
	}

	#catNav {
		height:25px;	/* Height of the images + 2 */
		position:relative;
		padding:2px 2px 2px 2px;
		margin:150px auto 0 auto;
	}


	#DHTMLgoodies_panel_one {		
		float:right;
		position:relative;	
	width:500px 
	}
	#DHTMLgoodies_thumbs {
		overflow:hidden;	/* Don't change this */
		height:105px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		margin:0 auto;
		width:440px;
		background-color:#FFF;
	}

	#DHTMLgoodies_thumbs_port_4 {
		overflow:hidden;	/* Don't change this */
		height:105px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		margin:0 auto;
		background-color:#FFF;
	}
	#DHTMLgoodies_thumbs_port_5 {
		overflow:hidden;	/* Don't change this */
		height:105px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		margin:0 auto;
		background-color:#FFF;
	}
	#DHTMLgoodies_largeImage {	/* Large image div */
		width:400px;	/* Width of large image div */
		height:495px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;
	}
	#DHTMLgoodies_largeImage table {	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img {	/* Large image */
		border:8px solid #FFF;	/* Border around large image */
	}
	
	.strip_of_thumbnails {	/* A vertical strip of thumbnails */
		width:71px;	/* Width of strip */
		padding:1px;	/* "Air" inside filmstrip div */
		position:absolute;
		background-color:#FFF;
	}

	#pageMarker {
	position:absolute;
	width:150px;
	top:297px;
	left:175px;
	color:#A6A6A6;
	font-size:0.8em;
	}

	#galleryName {
	position:absolute;
	width:480px;
	top:440px;
	left:0px;
	}


	.strip_of_thumbnails div {
		width:71px;
		height:105px;
		padding:2px;
		text-align:center;
		background-color:#FFF;
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:1px;
	}

	#DHTMLgoodies_arrows {

		width:300px;
		margin:0 auto;

	}

	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	

	#siteNav {
		margin-top:53px;
	}


	#contactBox {
		color:#B5B5B5;
		height:25px;	/* Height of the images + 2 */
		position:relative;
		float:left;
		padding:2px;
		text-align:left;
		margin-top:20px;
		font-size:0.9em;


	}

	#contactBox .text {
		padding:10px;
}