html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	background: #ffffff;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	}

div#container {
	min-height: 100%;
	position: relative;
	}
	div#navigation {
		border-top: 10px solid #273539;
		}
		div#navigation-in {
			width: 1050px;
			margin: 0 auto;
			}
			div#navigation-in ul {
				list-style: none;
				margin: 15px 0;
				padding: 0;
				}
				div#navigation-in ul li {
					display: inline;
					font-family: Verdana, Geneva, sans-serif;
					font-size: 1.1em;
					}
					div#navigation-in ul li a {
						text-decoration: none;
						padding-bottom: 2px;
						margin-right: 30px;
						}
					div#navigation-in ul li a:hover {
						border-bottom: 1px dotted #999;
						}
					div#navigation-in ul li a.current-page {
						border-bottom: 1px dotted #999;
						}
	div#header {
		background: #ffffff url('../_img/header-bar-small.jpg') 0px 115px repeat-x;
		}
		div#header-in {
			width: 1050px;
			height: 174px;
			padding: 20px 0 0 0;
			margin: 0 auto;
			}
			div#header-in div#brand h1 {
				font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 2.6em;
				font-weight: bold;
				color: #bacf9b;
				margin-bottom: 5px;
				}
			div#header-in div#brand p {
				font-family: Verdana, Geneva, sans-serif;
				font-size: 1.2em;
				color: #838b91;
				margin-bottom: 82px;
				}
			div#header-in h1#page {
				float: left;
				width: 700px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 2.2em;
				font-style: italic;
				color: #259db5;
				}
	div#content {
		padding: 50px 0 150px 0;
		}
		div#content-in {
			width: 1050px;
			margin: 0 auto;
			}
			div#content-in div.spacer {
				margin: 30px 0;
				width: 100%;
				height: 0px;
				border-top: 1px solid #e0e0e0;
				}
				div#content-in div.bot {
					margin-bottom: 30px;
					}
	div#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 75px;
		background: #e2e2e2;
		border-top: 1px solid #d4d4d4;
		}
		div#footer-in {
			width: 1050px;
			margin: 0 auto;
			padding-top: 30px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 1.2em;
			color: #8a8a8a;
			}
			span#footer-left {
				float: left;
				}
			span#footer-right {
				float: right;
				}
				
/* Gallery */

div#mini-gallery {
	margin: 30px 0 45px 0;
	}
	div#mini-gallery a img {
		float: left;
		width: 85px;
		height: 85px;
		margin: 9px;
		padding: 9px;
		background-color: #f6f6f6;
		border: 1px solid #e6e6e6;
		}
	div#mini-gallery a img.big {
		width: 208px;
		height: 208px;
		margin-left: 0;
		}
	div#mini-gallery a:hover img {
		background-color: #f3f3f3;
		border-color: #ccc;
		}
	div#mini-gallery a.more {
		display: block;
		float: left;
		width: 100%;
		margin: 7px 0 0 0;
		font-size: 1.2em;
		}
	
/* Common */

div.clear {
	clear: both;
	}
				
/* Typography */

a {
	color: #259db5;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
		
/* Gallery */

div#albums {
	}
	div#albums div.album {
		margin: 0 12px 8px 0;
		padding: 10px;
		float: left;
		width: 305px;
		border: 1px solid #E7F0F5;
		background: #F7F9FD;
		line-height: 100%;
		}
	div#albums div.album .thumb {
		float: left; 
		margin-right: 10px;
	}
	div#albums div.album h3 {
		padding: 0;
		margin: 0;
		font-size: 1.2em;
	}
	div#albums div.album p {
		line-height: 12px;
		font-size: 11px;
		padding: 4px 0px 0px;
		margin: 0px;
	}

ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
	}
ul.pagelist li {
	display: inline;
	font-size: 1.3em;
	}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
	}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
	}
ul.pagelist li.prev {
	margin-right: 10px;
	}
ul.pagelist li.next {
	margin-left: 10px;
	}
.disabledlink {
	color: #ddd;
	cursor: default;
	}
.pagenav {
	clear: both;
	}
.disabled_nav {
	visibility: hidden;
	}

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}

.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}












