@charset "utf-8";
/* CSS Document */

div#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	text-align: left;
	/* border: 6px solid #FFFFFF; */
	}

body {
	background-color: #7a7653;
}

body { text-align: center; }
body {font-family: verdana, arial, sans-serif; font-size:100%; behavior:url(csshover.htc);}

A:link { text-decoration: underline; color: #503b23 }
A:visited { text-decoration: underline; color: #594125 }
A:active { text-decoration: underline; color: #594125 }
A:hover { text-decoration: underline; color: #656245; }

/* the horizontal menu starts here */
* {margin:0; padding:0;} 
div#listmenu {
	*width:100%; /* makes the div full width */
	float:left; /*makes the div enclose the list */
	padding:5px;
	font-size:1em;	/* SET FONT-SIZE HERE */
	background-color:#7a7653; /* colors the div */
	/* margin-top:15px; TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	}
div#listmenu ul {margin:0 0 0 130px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#7a7653; /*sets the background of the menu items */
		}

div#listmenu li:hover { 
	background-color:#7a7653; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 14px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#d5b680;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#594125;
	}
/* the horizontal menu ends here */

div#slideshow {
	padding 15px;
}

div#footer {
	font-size:.6em;
}

/* END OF LIST-BASED MENU */
