/* Main - Used for all pages */
* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", "Verdana","Arial";
}

html,body {
	text-align: center;
	background-color: #444;
}

table.wrap {
	width: 950;
	height: 100%;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

.signup {
	background-image:url(images/signup.jpg);
	background-repeat:no-repeat;
	color: #FFF;
}
.banner {
	width:950px;
	height:176px;
	background-image:url(images/header_top.jpg);
	background-repeat:no-repeat;
}

.menu {
	width:950px;
	height:85px;
}

.footer {
	width:950px;
	height:94px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align: center;
}
.footertext {
	color:#FFF;
	text-align: center;
	font-size: 12pt;
}

.normaltext {
	color:#FFF;
	text-align: left;
	font-size: 12pt;
}

.top10 {
	width:304px;
	background-image:url(images/top100.png);
	background-repeat:no-repeat;
}
.top10table {
	color:#333;
}
.top10height {
	height:87px;
}
.top10text {
	height:28px;
}

.featureHeader {
	font-size: 30pt;
	color:#FFF;
	font-weight:bold;
}

.feature {
	color:#FFF;
	font-size: 110%;
}
.newline {
line-height:150%
}

a, a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}

.venueHeader {
	text-align: center;
	font-size: 18pt;
	color:#FFF;
	font-weight:bold;
}

.countrySelected {
	color: FF3333;
	font-weight: bold;
}

.about {
	color:#FFF;
	font-size: 110%;
	font-weight:bold;
}
