@import url("navigation.css");

html, 
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial;
	text-align: left;
	color: #484543;
	background-color: #ffffff;
	}
	
a,
img { border: none; }

a { color: #734a2c; text-decoration: none; }

a:hover { /* color: #734a2c; */ text-decoration: none; }

br { clear: both; }


#container {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background-color: transparent;
	}

#navimageszone {
	width: 690px;
	height: 153px;
	margin: 0 27px 0 0;
	padding: 6px 0 0 0px;
	float: right;
	background-color: transparent;
	}
	
.nav-images img {
	width: auto;
	height: 153px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: right;
	}

#homecontentimages {
	width: 950px;
	height: auto;
	margin: 0;
	padding: 0;
	float: center;
	}

	
	
/*            attempts to get block mouse over on thubnail images in gallery                        */
/*    #homecontent a:hover {  background: #FF0000; }	rollover red... working on gallery buttons  */
/*    .still-images-5by3 img.a:hover {  background: #FF0000; } rollover red... not working          */
/*    .still-images-5by3 a:hover {  background: #FF0000; } ... not working                          */
 
#homecontent {
	width: 896px;
	height: auto;
	margin: 0;
	padding: 0 27px 0 27px;
	float: left;
	font-size: 0.9em;
	text-align: justify

	}

.border-top {
	border-top: 1px #919191 solid;
	}	
	




.still-images-5by2 {
	width: 950px;
	height: 182px;
	margin: 0;
	float: left;
	background-color: transparent;
	}
		
.still-images-5by2 img {
	width: 168px;
	height: 168px;
	margin: 0;
	padding: 0px 14px 0px 0;
	float: left;
	}




#showcontent {
	width: 450px;
	height: auto;
	margin: 0;
	padding: 0 0 0 27px;
	float: left;
	font-size: 0.9em;
	}
	
#biocontent {
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0 0 0 27px;
	float: left;
	font-size: 0.9em;
	}

.border-top {
	border-top: 1px #919191 solid;
	width: 896;
	padding; 0 27px 0 27px;
	}	

#showcontentimages {
	width: 382px;
	height: 382px;
	margin: 0;
	padding: 12px 27px 0px 0px;
	float: right;
	}
	
#biocontentimages {
	width: 232px;
	height: 382px;
	margin: 0;
	padding: 12px 27px 0px 0px;
	float: right;
	}
	
#footer {
	width: 896px;
	height: 58px;
	margin: 0;
	padding: 12px 27px;
	float: left;
	}
	
.border-top {
	border-top: 1px #919191 solid;
	width: 896;
	padding; 0 27px 0 27px;
	}	
	
#footer p { 
	text-align: left; 
	font-size: 8pt;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	}

	
#footer img { 
	float: right;
	margin: 0; 
	}
	
