/* vim:set ts=4 nocindent autoindent: */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

body {
	margin: 5px;
	background-color: #ffffff;
	background-color: #ffffff;
	font-size: 14px;
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
} 

p {
	margin-bottom: 15px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
	vertical-align: bottom;
}

#logo {
	clear: right;
	margin: 0px;
	margin-bottom: -1em;
}

/* IE7 and Firefox can at least agree on this way...
   No amount of inherit or anything else would get it done. */
#logo a {
	font-family: "Monotype Corsiva",serif;
	font-size: 19pt;
	/* Opera seems to assume this incorrectly, but I like the look of it. */
	font-weight: normal;
}

#nav {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav li {
	display: inline;
	margin: 10px;
	/* Opera seems to not bold this element, can't find a work-around. */
}

.package {
	margin-bottom: 20px;
}

.indent {
	margin-left: 20px;
}

.package li {
	margin-left: 20px;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bolder;
	color: #AFA798; /* IE7 ignores inherit for this... */
}
a:hover {
	color: #E8AE00;
}

#nav a {
	font-size: 12px;
}

#content {
	margin: auto;
	max-width: 950px;
	clear: both;
}

#seo {
	visibility: hidden;
}

#footer {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #000000;
	clear: both;
	font-size: 9pt;
}
#footer a {
	font-weight: normal;
}

.center {
	text-align: center;
}

table.galleries {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

td.galleries {
	text-align: center;
	padding: 10px;
}

.galleries img {
	width: 250px;
	border: 5px solid #e8e8e8;
}


