@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3366;
}
#signin, #join {
	visibility:hidden;
	margin: auto;
	z-index:99;
	position:fixed;
	width:360px;
	height:360px;
	border:solid 
	1px #000000;
	background-color:#FFFFFF;
	top: 80px;
	left: 50%;
	margin-left: -180px;
}
.windowBar {
	text-align: right;
	background-color:#FFCCCC;
}
#signin #loginForm, #join #joinForm {
	display: inline;
	width: 360px;
}
#signin  #loginForm input {
	width: 150px;
	margin: 3px;
	height: 24px;
	background-color: #FFDFE8;
}
#signin #loginFormDiv {
	width: 360px;
	display: inline-block;
}
#signin #loginFormDiv #loginForm #login {
	background-color: #00FFCC;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 28px;
}
#preheader {
	color: #FFFFFF;
	background-color: #FF3366;
	background-image:url(graphics/phbg.gif);
	font-size: 12px;
	position: fixed;
	width: 100%;
	clear: both;
	min-height: 24px;
	overflow:hidden;
	border-bottom:solid 1px #FF0066;
}
#preheader a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00bb88;
	padding: 6px;
	
}
#preheader a:hover {
	background-color: #FFFF99;
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;
}
#preheader p {
	vertical-align:middle;
	line-height: 36px;
	margin: 0px;
}
#header {
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
	float: none;
	overflow: hidden;
	min-height: 480px;
	background-image: url(graphics/wall/8073788343_9ecf9c2e8a_h.jpg);
	background-repeat: no-repeat;
	background-color: #352a3b;
	background-position: center;
}
.meetableTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	margin-left: 16px;
    text-shadow:
	1px 1px 0 #FF3366,
	2px 2px 0 #FF3366, /* end of 2 level deep grey shadow */
	3px 3px 0 #FF3366,
	4px 4px 0 #FF3366,
	5px 5px 0 #FF3366,
	6px 6px 0 #FF3366; /* end of 4 level deep dark shadow */
}
#header #headerLeftCol p {
	margin: 16px;
	color:#FFF;
	text-shadow:
	1px 1px 0 #352a3b,
	2px 2px 0 #352a3b, 
	3px 3px 0 #352a3b; /* end of 3 level deep dark shadow */
}
#header #headerSpacer {
	clear: both;
	height: 240px;
	width: 100%;
}
#header #headerLeftCol {
	float: left;
	min-width: 480px;
	max-width: 70%;
}
#header #headerLeftCol a {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow:
	1px 1px 0 #00bb88,
	2px 2px 0 #00bb88, 
	3px 3px 0 #00bb88;
}
#header #headerLeftCol a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow:
	1px 1px 0 #FFFF99,
	2px 2px 0 #FFFF99, 
	3px 3px 0 #FFFF99;
}
#header #headerRigthCol {
	float: right;
}
#humans {
	clear: both;
	height: auto;
	width: 100%;
	height:auto;
	overflow:hidden;
	background-color: #FF3366;
	background-image:url(graphics/bg.gif);
	padding-top: 16px;
	padding-bottom: 16px;
}
#humans a:link { text-decoration:none;
text-shadow: 4px 4px 4px #FFFFFF;}
#humans a:hover { color: #FF3366; }
.human {
	height: 169px;
	width: 169px;
	border:solid 1px #FF3366;
	margin:3px;
	float:left;
}
.inHuman {
	height: 169px;
	width: 169px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	visibility:hidden;
}
.human:hover .inHuman {
	visibility: visible;
}
#footer {
	width: 100%;
	height: 240px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3366;
	background-image:url(graphics/fbg.jpg);
}
#footer #aboutUs {
	width: 360px;
}
#footer #aboutUs p {
	margin: 16px;
}
.human .inHuman a {
	background-color: #FFFFFF;
}
