div#maincontent {
	padding-right: 0;
}

emphasis {
	font-family: inherit;
	font-weight: bolder;
}

quote {
	display: block;
	font-family: inherit;
	margin: 10px 30px;
	font-style: italic;
}

.hilite {
	text-transform: capitalize;
}

h3.heading-with-divider1 {
	font-weight: normal;
	color: rgb(20%, 20%, 20%);
}

table.beerlist {
	font-family: 'Comic Sans', 'Comic Sans MS', cursive;
	background: url('../assets/images/blackboard.png') repeat;
	border: 6px ridge brown;
	color: rgb(95%, 95%, 95%);
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	width: 100%;
}

table.beerlist thead, table.beerlist tbody {
	margin: 10px;
}

table.beerlist tr td {
	margin: 4px;
}

table.beerlist td {
	padding: 4px 6px;
	font-family: 'Comic Sans MS', 'Comic Sans', cursive;
}

table.beerlist thead tr td {
	border-bottom: medium solid white;
}

table.beerlist tbody tr td + td {
	border-left: thin solid white;
}

table caption {
	margin-top: 13px;
	padding-top: 26px;
	border-top: thin solid rgb(99, 114, 76);
	background: url('../assets/images/divider1-white.png') center top no-repeat;
	font-family: Georgia, Palatino, serif;
	font-size: larger;
	color: rgb(20%, 20%, 20%);
}

div#maincontent a {
	font-family: inherit;
	/* color: rgb(9, 114, 76); */
	color: blue;
}

div#maincontent p img {
	display: inline;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 10px;
}

div#maincontent p img.centered {
	display: block;
	float: none;
	clear: none;
	margin: 0 auto 10px auto;
	padding-left: 10px;
	padding-bottom: 10px;
}

