@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d4d4d4;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../images/bg_texture1.gif);
	background-repeat:repeat;
	height: 100%;
	
}
.oneColFixCtr #container {
position:relative;
	width: 800px;
	background-color: #d4d4d4;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	height: 100%;
	
}
.oneColFixCtr #mainContent {
	padding: 0 0px; 
	height: 100%;
	background-color:#d4d4d4;
}

*html .oneColFixCtr #mainContent {
	padding: 0 0px; 
	height: 100%;
	background-color:#d4d4d4;

}

#pageHeader {
	width: 800px; 
	height: 83px;
	top: 0px;
	
}

#exploratoriumLogo{
	width: 800px;
	height: 45px;
	top:0px;

}

#mindNavigation {
	width: 800px;
	height: 37px;
}


#mindNavigation ul{
	position: relative;
	width: 800px;
	top: 0px;
	margin:0;
	padding:0;
}


*html #mindNavigation ul{
	position: relative;
	width: 800px;
	top: 0px;
}


#mindNavigation li{
	list-style: none;
	float: left;
}

#flashNav {
	visibility: visible;
	z-index: 100;

}

#flashNav  {
	z-index: 100;

}

#funding img{
	border:none;
	float:left;
	margin:0 10px 30px 0;
	}

#footer {
background-color: #d6d6d6;
color: #666699;
font-size: 10px;
padding: 5px;

}
#footer a{
color: #666699;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#footer a:hover{
color: #993399;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#footer #mindmenubottom {
background-color: #666699;
color: #FFFFFF;
font-size: 14px;
padding: 5px;

}
#footer #mindmenubottom a{
font-size: 14px;
color: #FFFFFF;

}

#footer #mindmenubottom a:hover{
font-size: 14px;
color: #999999;

}


