body {
	background-color: #cfc09f;
}
a {
	text-decoration: none;
	color: blue;
}

#pageheader .title {
	/* padding: 10px; */
	color: #800C0C;
	font-family: Arial, Sans-serif;
	font-variant: small-caps;
	font-size: 40px;
	font-weight: bold;
}

#pageheader .subtitle {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #4B423B;
}

.maptext {
	text-align:center;
	font-weight:bold;
}

div.textbg {
	opacity:0.5;
	background-color:#ffffff;
}

.currenttag {
	font-weight: bold;
}

#nominations { /* Nominations div */
	overflow:hidden; /* This fixes a glitch with floating child elements in a div */
	background-color: #ffeec8;
	padding-left: 20px;
	padding-top: 10px;
	border-radius: 10px;
	margin-top: 10px;
}

#noms_title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	size: 20px;
	color: #660000;
}

hr {
	color:#FFAE00;
}

.tagseparator {
	color: #9E937B;
}
