html, body {
	height: 100%;
}

body	{
	color: #000;
	background: url("/images/bg.gif") beige repeat;
	margin: 20px auto;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: navy;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: navy;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: navy;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: navy;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	line-height: 1.5;
	padding-top: 4px;
}

h1	{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #895c32;
	}

h2	{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	color: #d29425;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
	}
	
	
/* -- TOP MENU DEF -- */

#menu {
	padding: 0px;
	margin: 0px auto;
	width:772px;
	background: #f5dca3 url(/images/head.gif) left bottom no-repeat;
	line-height:normal;
	height: 150px;
  }
  
#menu ul {
	margin:	0;
	list-style:none;
	padding-left: 20px;
	padding-top: 70px;
  }
  
#menu li {
	float:left;
	margin:0;
	padding: 0;
	width: 85px;
	border-left: 1px solid #895c32;
  }
  
#menu a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight: normal;
	color: #64430e;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 30px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#000;
  }
#menu #current {
  background-color: #e2c589;
  }
#menu #current a {
  color:#fff;
  padding-bottom:5px;
  }
  
 /* -- END TOP MENU --*/
 
 #logo {
 	
	position: relative;
	float: right;
	top: -65px;
	left: -20px;
 }

/* Basic page divisions */

#container, #photocontainer {

	border: 1px solid #895C32;
	background-color: white;
	width: 760px;
	padding: 5px;
	margin: 0 auto;
	
}

#container {

	border-top: 0;
}


#masthead {
	padding: 0;
	margin: 0;
}


#content {
	width: 100%;
	border-top: 4px solid #f5dca3;
}

#leftpane {
	float: left;
	width: 320px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 35px;
}

.thumb {

	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #895c32;

}

.thumbimage {

	padding: 4px;
	border: 1px solid #895c32;
	background: white;
	margin-bottom: 5px;

}

#main {
	float: right;
	width: 370px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 35px;
}

#fullpage {
	width: 720px;
	padding: 20px;
}

#footer {
	clear: both;
	line-height: 1px;
}

#credit {
	width: 760px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
}

#credit a {
	color: #895C32;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- VIEWING IMAGES -- */


#header_left {
	float: left;
	width: 105px;
	padding: 20px;
	background-color: #895c32;
	height: 100%;
}

#header_left a {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

#header_right {
	width: 580px;
	float: right;
	font-size: 15px;
	padding: 15px;
	background-color: #f5dca3;
}

#header_right h1 {
	line-height: 10px;
	padding-bottom: 0;
}

#large_image {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

/* TABLES */

table {
	width: 100%;
}

th, td {
	padding: 8px;
	padding-right: 14px;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted silver;
}