body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: white;
	background-color: black;
}

img {
	border: none;
}

.navArea {
	text-align: center;
	margin: auto;
	/*margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;*/
}

.cardItem {
	width: 47%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.bookItem {
	/*width: 33%;*/
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #0cf;
	background-color: black;
}

a:visited {
	color: #9ad;
}

a:hover {
	text-decoration: underline;
}

/*a:hover img {
	text-decoration: none;
}*/

.pageTitle {
	float: right;
	color: #767676;
	padding-right: 5%;
	padding-top: 30px;
	font-size: 18px;
}

.lowerNav {
	font-size: 75%;
}

.duhImage {
	border: 0;
}

.gallerytable {
	position: relative;
	margin-left: 7%;
}

table.gallerytable td {
	padding: 10px;
}

.awardtext_small {
	padding-top: 10px;
	color: #ccc;
	font-size: 80%;
}