* {
	margin: 0px; 
	padding: 0px;
	}

body {
	background-color: #000000;
	/*background-color: #cccccc;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	/*color: #222222;*/
	}

a:link, a:visited {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

li {
	list-style-type: none;
	margin: 3px 0px 0px 10px;
	}


#SiteNavigation {
	margin: 15px 0px 0px 30px;
	}

#SiteNavigation li, #ThumbnailNavigation li {
	display: inline;
	font-weight: bold;
	border-right: 1px solid #a8a8a8;
	margin: 0px;
	padding: 0em 0.5em;
	}


/*------------------------------------------------------------------*/


#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background-color: #3f3f3f;
	border-bottom: 1px solid #a8a8a8;
	}

#SiteNavigation .LastItem, #ThumbnailNavigation .LastItem {
	border-right: 0px;
	}

.SelectedLink {
	color: #993333;
	}

#SelectedLink {
	color: #993333;
	}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

#DivThumbnails {
	position: absolute;
	top: 60px;
	left:15px;
	width: 300px;
	margin: 0px;
	padding: 6px;
	/*For dev*/
	/*border: 1px solid #993333;*/
	}

.Thumbnails {
	border: 1px solid #a8a8a8;
	margin: 3px;
	padding: 0px;
	}

#ThumbNavBottom p {
	display: inline;
	margin-left: 5px;
	}

/*------------------------------------------------------------------*/

.CaptionLayer {
	position: absolute;
	top: 200px;
	left: 15px;
	visibility: hidden;
	padding: 6px;
	margin: 0px;
	width: 300px;

	color: #cccccc;
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
	/*For dev*/
	/*border: 1px solid #993333;*/
	}

.CaptionLayer hr {
	height: 1px;
	border: 0;
    border-top: 1px solid #cccccc;
	}


#CaptionLayer00 {
	visibility: visible;
	}

.CaptionAttribute {
	font-style: italic;
	}



/*------------------------------------------------------------------*/

.ImageLayer {
	position: absolute;
	left: 340px;
	top: 68px;
	margin: 0px;
	text-align: left;
	visibility: hidden;
	/*For dev*/
	/*border: 1px solid #993333;*/
	}

.Image {
	background-color: #ffffff;
	padding: 12px;
	/*For dev*/
	/*border: 1px solid #993333;*/
	}

.words_image {
	background-color: #ffffff;
	padding: 12px;
	margin: 20px 50px;
	/*For dev*/
	/*border: 1px solid #993333;*/
	}

.words_image_caption {
	font-size: 13px;
	font-style: italic;
	margin-left: 50px;
	}

#ImageLayer00 {
	visibility: visible;
	}

/*------------------------------------------------------------------*/


.words_paragraph {
	margin-left: 50px;
	margin-bottom: 15px;
	width: 550px;

	color: #cccccc;
	line-height: 1.5em;
	text-align: left;
	font-size: 15px;
	}

.words_paragraph_heading {
	font-size: 24px;
	font-weight: bold;
	margin-left: 50px;
	}

.words_paragraph_subheading {
	font-size: 18px;
	margin-left: 50px;
	}