@import "reset.css";


/* BASICS */

body	{
	color: #000;
	background: #f8f2de;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: #763411;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #763411;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #763411;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #763411;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

li {
	line-height: 1.5;
	margin: 5px;
	margin-left: 30px;
}

p {
	margin: 10px 0;
}

h1	{
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	}

h2	{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #3e3001;
	}
	
h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	color: black;
	font-weight: bold;
	font-size: 1.1em;

}

	
/* PAGE DIVS */

#canvas {
	margin: 0 auto;
	width: 780px;
	
}

#head {

}

#metaphor {
	border-bottom: 3px solid #3e3001;
	
}


#menu {
	margin: 0;
	background-color: #eae2c4;
	padding: 5px;
	padding-right: 15px;
	width: 760px;
}


#content {
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: white;
}

#foot {
	background-color: #f8f2de;
	padding-top: 5px;
	padding-right: 20px;
}

#foot p {
	font-size: 0.9em;
	color: #3e3001;
	text-align: right;
}

#credit {
	text-align: right;
	padding-bottom: 15px;
	padding-right: 20px;
}

#credit a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/* HEAD */


#address {
	background-color: #3e3001;
	padding: 2px;
	text-align: center;
	clear: both;
}

#address p {
	color: #eae2c4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
}

#topimage {
	float: left;
	width: 585px;
}

#topflash {
	float: right;
	width: 195px;
}

#address a {
	color: #eae2c4;
}


/* CONTENT */

#titleimage {
	float: left;
	width: 169px;
}

#titleimage p {
	text-align: center;
	padding-top: 10px;
	font-size: 0.9em;
}

#main {
	float: right;
	width: 550px;
	padding: 7px;
	padding-right: 20px;
}

#main p {
	font-size: 1em;
	line-height: 1.5;
}

.clear {
	line-height: 1px;
	clear: both;
}

/* MAIN MENU */

#mainmenu {
	background-color: #eae2c4;
	padding-right: 25px;
	padding-left: 25px;
}

#mainmenu ul, #mainmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul {
	padding: 8px 0 8px;
	text-align: right;
}

#mainmenu ul li {
	display: inline;
	margin-right: .3em;
	padding-left: 5px;
	padding-right: 5px;
}

#mainmenu ul li.last {
	margin-right: 0;
}

#mainmenu ul li a {
	color: #3e3001;
	padding: 5px 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: normal;
}

#mainmenu ul li a:hover {
	text-decoration: underline;
}

#mainmenu ul li a:hover, #mainmenu ul li a.selected {
	color: #763411;
}

/*\*//*/
#mainmenu ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#mainmenu ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #mainmenu ul li a {
	padding: 0;
}
/**/


/* -- PHOTO GALLERY -- */

.galleryPhoto {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 3px;
	border: 1px solid #3e3001;
}

