* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
ul {
	list-style: none;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px; /* hasLayout */
	font-size: 1px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #940F04;
	text-decoration: underline;
}

html, body {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

body {
	background-color: White;
}
.page {
	width: 1033px;
	margin: 20px auto;
	position: relative;
}

.admin {
	position: absolute;
	right: 0;
}
.admin a {
	margin-right: 10px;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
}

.navGroup {
	border-bottom: 1px solid black;
	text-transform: uppercase;
}
.navCenter {
	margin-left: 8px;
}
.navCenter li {
	list-style: none;
	float: left;
	display: block;
	margin: 0 3px 0 3px;
	padding: 3px 3px 3px 4px;
	height: 90px;
	overflow: hidden;
	line-height: 150px;
}
.navCenter li, .navPopup {
	font-size: 14pt;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
}

.navCenter a, navPopup a {
	text-decoration: none;
	color: black;
}

.navPopup {
	border: 1px solid #cccccc;
	background-color: white;
	padding: 5px;
	font-size: 11pt;
	z-index: 50;
	width: 230px;
}

.content {
	clear: both;
	height: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	vertical-align: top;
	min-height: 600px;
}

h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 20pt;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}

.ContentTable {
	width: 100%;
}

.footer {
	font-size: 8pt;
	border-top: 1px solid black;
}
.footer li {
	display: inline;
	list-style: none;
	margin: 0 3px;
}

.navPopup {
	position: absolute;
	display: none;
}
.navPopup:hover {
	display: block;
}
#adminPopup {
	right: 67px;
	top: 20px;
}
#TalentPopup {
	top: 88px;
	left: 290px;
}
#ArtistPopup {
	top: 88px;
	left: 378px;
}
.navShown {
	display: block;
}