html, body {
	height: 100%;
}

body {
	margin: 0;
	/* center the content section on IE5 */
	text-align: center;
	/* background gradient */
	background-color: #c5c5c5;
	background-image: url('/images/background.gif');
	background-repeat: repeat-y;
	background-position: center;
	/* font styles */
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
}

#middle {
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	padding: 67px 5px 0.1em 5px;
	width: 690px;
	min-height: 100%;
	background-color: #f7f7f7;
	background-image: url('/images/header_bot.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#myGallery {
	margin-right: auto;
	margin-left: auto;
	width: 702px !important;
	height: 213px !important;
}

.gallery_thumb {
	float: left;
	border: 1px solid #7f7f7f;
	background-color: #e0e0e0;
	margin: 1em;
	padding: 0.6em;
	text-align: center;
}

/* Typography */
h1, h2, h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif;
}

h1 { 
	font-size: 2.0em;
	color: #3852a7;
}

h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.2em;
}

a {
	font-weight: bold;
	color: #000;
}

a:hover {
	font-weight: bold;
	color: #36c;
}

#page_title {
	margin: 0 0.5em 0.2em 0.2em;
}

.album_title {
	text-decoration: none;
}

.album_title:hover {
	text-decoration: underline;
}

/* Images */
img {
	border: 0;
}

#image {
	float: right;
	margin: 0.6em;
	border: 1px solid #7f7f7f;
	padding: 0.4em;
	background: #e0e0e0;
}

/* List & form styles */
ul {
	list-style: outside;
	margin-top: 0.2em;
}

li {
//	margin-left: 2.0em;
	list-style-position: inside;
}

#pdf {
	list-style-image: url('/images/pdf.gif');
	vertical-align: middle;
}

input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 12px;
}

/**
 * Menu, submenu, and navigation-related
 */
#nav {
	float: left;
}

#menu {
	margin: 0.5em 1.3em 0.5em 1.3em;
	padding: 0;
	border: 1px solid #7f7f7f;
	background: #e0e0e0;
	list-style: none;
}

#menu li {
	margin: 0;
}

#menu a {
	display: block;
	height: 2.0em;
	width: 12em;
	padding: 0.5em 0.2em 0.2em 0.8em;
	color: #333;
	font-weight: bold;
}

#menu a:hover {
	color: #fff;
	background-color: #75abea;
}

#submenu {
	margin: 0.5em 1.3em 0.5em 1.3em;
	padding: 0;
	border: 1px solid #7f7f7f;
	background: #eee;
	list-style: none;
}

#submenu li {
	margin: 0;
}

#submenu_title {
	padding: 0.5em 0.2em 0.2em 0.6em;
	font-weight: bold;
}

#submenu a {
	display: block;
	height: 1.5em;
	width: 12em;
	padding: 0.5em 0.2em 0.2em 0.8em;
	color: #333;
	font-weight: normal;
}

#submenu a:hover {
	color: #fff;
	background-color: #75abea;
}
