/* CSS Document */

body {
	background-color: #59514A;
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5em;
	font-size: 12px;
	}
		
div#main {
	width: 850px;
	padding: 0;
	/*
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -425px;
	margin-bottom: 0;
	margin-right: 0;
	*/
	margin: 30px auto;
	}

* html div#main {
	margin: 20px auto;
	}
	
a:link, a:visited, a:hover, a:active {
	outline: none;
	}

a:link, a:visited {
	color: #ffffff;
	}

a:hover, a:active {
	color: #dddddd;
	}
		
h1 {
	width: 800px;
	height: 50px;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	}

h1 a img {
	border: none;
	}

h2 {
	font-size: 14px;
	}
			
#content {
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	}

.col2 {
	width: 350px;
	float: left;
	}

#image-display {
	margin: 0;
	text-align: center;
	}

#text-content {
	width: 400px;
	margin: 0 0 0 55px;
	padding: 1px 0 0 0;
	line-height: 1.8em;
	}
			
#thumbnails {
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	}


		
#image-display p.image-label {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 9px;
	}



		
#thumbnails a {
	
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#thumbnails a:link img, #thumbnails a:visited img {
	border: 1px solid #cccccc;
	}
	
#thumbnails a:hover img, #thumbnails a:active img {
	border: 1px solid #000000;
	}	




.thumb {
	width: 175px;
	float: left;
	text-align: center;
	margin: 0 10px 20px 10px;
	padding: 0;
	}

.thumb-image {
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	}
	
.thumb-image img[width="150"] {
	position: absolute;
	bottom: 0;
	left: 0;
}
		
.thumb p {
	padding: 0 25px 0 0;
	}	

		
	
	
	
.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}
	
.replaced-text {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: none;
	visibility: hidden;
	}
