	/* get fresh splash */

body {
	text-align: center;
	margin:0;
	padding:0;
	font: normal 100% Verdana, "Trebuchet MS", Arial, sans-serif;
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	line-height: 1.5em;
	background: url(images_v2/splash_bg_w5.jpg) no-repeat top;
	}
#wrapper {
	width:960px;
	margin: 0 auto;
	text-align: left;
	background: none;
	}
	
		/* header */ 
#header {
	height:500px;
	width: 960px;
	}
#mens-entry a, #womens-entry a {
	display:block;
	height:100%;
	width:100%;
	padding-top:300px;
	font-size:18px;
	font-weight:500;
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	}
#mens-entry {
	float:left;
	width:150px;
	padding:40px 0 0 0;
	text-align:center;
	}
#womens-entry {
	float:right;
	width:150px;
	text-align:right;
	padding:40px 0 0 0;
	text-align:center;
	}

	
		/* index cont panel */

#textpan {
	clear:both;
	padding:0;
	text-align:center;
	background:none;
	}


		/* footer nav/panel */ 
#footer {
	clear:both;
	height:10px;
	padding-top:10px;
	text-align:center;
	letter-spacing:normal;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	color: #00c;
	text-decoration: none;
	}
	
			/* headings */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:1.5em;
	color:#444;
	}
h1 {
	font-size:24px;
	color:#222;
	}

a {
	text-decoration: none;
	color:#00c;
	}
