/* CSS Document */

body {
	font-family: "Lucida Grande", Georgia, "Time New Roman", Times, serif;
	font-size: medium;
	background-color: #f9f5be;
	color: #b97135;
	margin: 15px;
	width: 900px;
	line-height: 1.5em;
	border: 5px solid #7f4724;
	padding: 20px;
	}

#header {
	background: #f9f5be url(images/images/header.gif) no-repeat center center;
	height: 100px;
	width: 900px;
	}

h1 {
	font-family: "Lucida Grande", Georgia, "Time New Roman", Times, serif;
	font-style: normal;
	color: #f2b97a; 
	font-size: 375%;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
	}
	
h2 {
	font-family: "Lucida Grande", Georgia, "Time New Roman", Times, serif;
	color: #b96c35;
	font-weight: bold;
	margin: 2.5em 0 1em 0;
	}

#footer {
	clear: both;
	margin: 0 0.4em 0 0.6em;
	padding: 0.6em;
	color:#7f4724 ;
	background-color: #fcba84;
	}

#navigation {
	width: 920px;
	}

#navigation ul {
	margin: 3em 0 0 0;
	padding: 0;
	list-style: none;
    }

#navigation li { 
	float: left;
	margin: 0 0.15em;
	padding: 0;
	text-align: center
	}
	
#navigation li a {
	background: url(images/images/nav.gif) repeat-x;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 215px;
	display: block;
	border: 0.1em solid #b96c35;
	color: #7f4d24;
	text-decoration: none;
	text-align: center;
	}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#navigation a:link {
	color: #e29762;
	}
	
#navigation a:visited {
	color: #b93566;
	}
	
#navigation a:hover {
	background: url(images/images/nav1.gif) repeat-x;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 210px;
	display: block;
	border: 0.1em solid #f17bf5;
	color: #7f4d24;
	text-decoration: none;
	text-align: center;
	}	

div.thumb {
	margin: 3px;
	border: 1px;
	height: auto;
	float: left;
	text-align: center;
	}	
	
.thumb img{
	display: inline;
	margin: 20px 20px 5px 40px;
	border: 1px solid #A0ACC0;
	}
	
.thumb a:hover img {
	border: 1px solid black;
	}
	
.photocattitle {
	text-align: center; font-weight: bold;
	}
	 
.phototitle {
	text-align: center;
  	font-weight: normal;
  	width: 200px;
  	margin: 0 3px 3px 3px;
  }



.floatright {
    float: right;
	margin: 0 0 0.1em 1em;
 	clear: right;
   }

#nameaddress	{
		position: absolute;
		left: 600px;
		top: 275px;
}
