body {
	color: #555555;
	font-size: small;
	font-family: sans-serif;
}

p, li {
	margin: 0 2em;
	line-height: 140%;
}

a {
	color: #666666;
}

a:hover {
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

table {
	border-collapse: collapse;
}

tr:nth-child(even) {
	background-color: #f5f5f5;
}

.column th, .column td {
	width: 108px;
	padding: 4px 0;
	text-align: center;
}

th {
	border-bottom: 2px solid #cccccc;
}

.red {
	color: #990000;
}

.centerimg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border-style: none;
}

.leftimg {
	float: left;
	clear: left;
	margin: 5px 10px 5px 0;
}

.rightimg {
	float: right;
	clear: right;
	margin: 5px 0 5px 10px;
}

#wrapper {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

#content {
	padding: 1.6em 0;
}

.column {
	float: left;
	width: 48%;
	margin: 1em 1%;
}

#footer {
	clear: both;
	color: #999999;
	margin: 0;
	padding: 1em 0 0 0;
	font-size: small;
	font-family: sans-serif;
	text-align: center;
	border-top: 2px solid #eeeeee;
}

/* Navbar CSS */

#navbar {
	margin: 1.6em 0 0 0;
	padding: 0;
	font-size: large;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	text-align: center;
	list-style-type: none;
	list-style-position: outside;
}

#navbar li {
	display: inline;
	margin: 0 -0.3em 0 0;
	padding: 0;
	border-left: 2px solid #eeeeee;
}

#navbar li:first-child {
	border-left: 0;
}

#navbar li a {
	margin: 0;
	padding: 0 0.8em;
	text-decoration: none;
}

#navbar li a:hover {
	text-decoration: underline;
}

#navbar li a:active {
	background-color: #f5f5f5;
	text-decoration: underline;
}

/* Gallery CSS */

#thumbnails a {
	display: block;
	float: left;
}

#thumbnails a img {
	width: 100px;
	margin: 9px;
	border: 1px solid black;
}

#thumbnails.dynamic {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	background-color: #dddddd;
	border-width: 2px;
	border-style: solid;
	border-color: #eeeeee;
}

#thumbnails.dynamic a img {
	opacity: 0.7;
}

#thumbnails.dynamic a img:hover {
	opacity: 1;
}

#viewer {
	float: right;
	position: relative;
	width: 656px;
	text-align: center;
}

#viewer #container {
	position: relative;
	display: inline-block;
	text-align: left;
}