#allcontent {
	font-family: Comic Sans MS, Lucida Casual, Arial, sans-serif;
	font-size: 14px;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#header {
	width: 790px;
}

#altheader {
	color: #79CCC8;
	border-bottom: solid 3px;
	text-align: center;
	padding-bottom: 0px;
}

#altheader img {
	border: none;
	padding-bottom: 0px;
}

#header img {
	border: 0;
}

#vertmenu {
	width: 160px;
	height: 400px;
	padding: 20px;
	margin: 0px;
	float: left;
	clear: right;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}

#vertmenu ul li a {
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	width: 160px;
	color: #F9A25E;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #006A78;
	background-color: #eeeeee;
}

.submenu {
	font-size: 80%;
}

#content {
	color: #006A78;
	padding: 15px 5px 0px 15px;
	width: 600px;
}

#footer img {
	border: 0px;
}

#footer {
	font-size: 75%;
	color: #79CCC8;
	text-align: center;
	line-height: normal;
	margin-top: 30px;
	clear: left;
}

#albumFooter {
	font-size: 75%;
	color: #79CCC8;
	text-align: center;
	line-height: normal;
	margin-top: 30px;
	clear: left;
}

#albumFooter img {
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #F9A25E;
}

a:visited {
	text-decoration: none;
	color: #FF2904;
}

a:hover {
	text-decoration: underline;
	color: #79CCC8;
}

a:active {
	text-decoration: none;
}

p span.displaynone { 
	display:none;
}

.breadcrumb {
	font-size: 70%;
}

form {
	font-size: 80%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#gallerycontainer {
	position: relative;
	width: 600px;
	height: 450px;
	padding: 15px;
	color: #006A78;
	clear: right;
}

.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 1px solid blue;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #006A78;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}