body {

	font-family: Arial, Geneva, sans-serif;

	width:100%;

	background-color: #9E9E9E;

	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center; /* For IE6 awkwardness */
	color: #F2F1F1;
	}


#wrapper {
	width: 800px;
	margin:0 auto;
}
#box {
	width: 800px;
	margin:0 auto;
	background-color: #666666;

	padding-top: 5px;
	padding-bottom: 10px;
}
a {
	color: #F2F1F1;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #F2F1F1;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #F2F1F1;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #F2F1F1;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #424242;
	text-decoration: none;
	font-weight: normal;
}
.header2 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}
.header3 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 36px;
	font-weight: lighter;
}
.header4 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.header5 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
.textpadding {
	font-family: Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #F2F1F1;
	padding-right: 10px;
}



h1	{font-family: Arial, Geneva, sans-serif;
	font-size: 36px;
	font-weight: lighter;} 

h2	{font-family: Arial, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;} 
li {
    float: left;
}


/* Columns */


#left {
	padding: 0px;
	width: 140px;
	float: left;
	}
#main {
	padding: 0px;
	width: 510px;
	float: left;
	}
#right {
	padding: 0px;
	width: 140px;
	float: left;
	text-align: left;
	}

#leftindex {
	padding: 0px;
	width: 70px;
	float: left;
	}
#mainindex {
	padding: 0px;
	width: 720px;
	float: left;
	}
#rightindex {
	padding: 0px;
	width: 100px;
	float: left;
	text-align: left;
	}
#leftabout {
	padding: 0px;
	width: 50px;
	float: left;
	}
#mainabout {
	padding: 0px;
	width: 440px;
	float: left;
	text-align: left;
	}
#rightabout {
	padding: 0px;
	width: 300px;
	float: left;
	text-align: left;
	}

.clearing {
	height: 0px; clear: both;
}

/* Parent container for the galleries */


.dg-image-gallery{

	position:relative;

	width:790px;

	height:600px;}

/* Enlarged image */

.dg-image-gallery-enlarged-image {

	position : absolute;

	left: 0px;

	top:0px;

	background-position : center center;

	width : 100%;

	height: 450px;}


/* Caption below large image */

.dg-image-gallery-caption {

	position:absolute;

	bottom:130px;

	width:100%;

	text-align:center;

	color: #F2F1F1;}






.imgCopyright {

	font-size:0.7em;

	font-style:italic;

	}


.imgCopyright a {

	color:#F2F1F1;

	}


/* Container for all thumbnails */

.dg-image-gallery-thumbnail-container {

	position : absolute;

	bottom : 0px;

	width : 100%;

	left: 20px;


	padding-bottom:0px;

	width:750px;

	/* height:???; - is set by the script based on property thumb height */}


/* Thumbnails inside thumbnail strip */
.dg-image-gallery-thumbnail{

	width: 118px;

	height : 108px;

	padding-right:2px;

	padding-left:2px;}



/* Highlight element */

.dg-image-gallery-thumbnail-highlight{

	border:3px solid #F2F1F1;

	padding:2px;
}



/* Previous and next buttons */


.dg-image-gallery-previous, .dg-image-gallery-next {

	background-position : center center;

	cursor: pointer;

	width:20px;

	height:120px;

	bottom:0px;

	position: absolute;

	cursor: pointer;}
.dg-image-gallery-previous{

	background-image:url('../images/left-arrow-white.png');

	left : 0px;}

.dg-image-gallery-previous-over{

	background-image:url('../images/left-arrow-white.png');
}

.dg-image-gallery-next{

	background-image:url('../images/right-arrow-white.png');

	right : 0px;
}

.dg-image-gallery-next-over{

	background-image:url('../images/right-arrow-white.png');
}




/* Autoplay buttons                                              Play and pause buttons are hidden as autoplay not wanted

.dg-image-gallery-next-autoplay-container{

	position:absolute;

	right:10px;

	top:470px;

	z-index:20000;

	width:60px;}

.dg-image-gallery-next-autoplay-start, .dg-image-gallery-next-autoplay-stop{

	position:absolute;

	top:0px;

	color:#CCC;

	padding:5px;

	height:20px;

	width:30px;


	text-align:right;

	background-repeat:no-repeat;

	cursor:pointer;
}

.dg-image-gallery-next-autoplay-start{

	left:0px;

	background-image:url('../images/play.png');
}

.dg-image-gallery-next-autoplay-stop{

	left:30px;

	background-image:url('../images/pause.png');
}

.dg-image-gallery-next-autoplay-start-off{

	background-image:url('../images/play-off.png');

	cursor: default;

}

.dg-image-gallery-next-autoplay-stop-off{

	background-image:url('../images/pause-off.png');

	cursor: default;

} */