body {
	background-color: #000000;
	text-align: center;
	margin:0px;
	padding: 0px 0px 0px 10px;
}

body, table, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#logo {
	background-image: url(../_images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 232px;
	width: 260px;
	float: left;
	margin-right:20px;
	z-index:1;
}
#logoWhite {
	background-image: url(../_images/LogoWhite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 232px;
	width: 260px;
	float: left;
	margin-right:20px;
	z-index:2;
	display:none;
}


#menu {
	float: left;
}

#mainTd {
	padding: 10px 15px 20px 8px;
	text-align: center;
}

#menu img {
	float: left;
}

a{
	color: #aaa;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color: #fff;
}

.style2 {font-size: 18px}
.style3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

img{border:0px;}

.hypeName{font-size:20px; color: #fff; font-weight:bold;}

.hypeSub{font-size:14px;}

#popup{position:absolute; width:500px; background: #fff; color: #000; padding:15px; top:200px; left:50%; margin-left: -250px; text-align:left; border:10px solid #555; display:none; z-index:999;}

#popup td {color: #000; text-align:left;}

.dropShadow{display:none;}

#memberButton{float:right; width:220px; height:70px; clear:both; }

.becomeMember{z-index:3;}

.galleryHolder{float:left; margin-right:10px;}