@charset "utf-8";
/* CSS Document */
body {background-image:url(body_bg.jpg); background-repeat:repeat-x; ; text-align:center;}
#mainbanner {
	opacity:.40;
	background-color:black;
	margin-right:auto;
	margin-left:auto;
	width:740px;
	text-align:center;
	height:100px
		   }
#mainbody{opacity:.999;border:0px solid black;margin-right:auto;margin-left:auto;width:740px; height: 1000px;
		   background-color:black; 
       
 		   text-align:left;
		 
		   }
#nav{
	display: block;
	height: 30px;
	width: 100%;
	text-align:center;
	margin-left:33%;
}   
		   
#nav ul{
text-align:center;
display:block;
font: bold 12px Verdana; color:#FFFFFF;
margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#nav li{
	margin: 0;
	padding: 0;
	float:left;
	}

#nav li a{
    text-decoration: none;
	text-indent: -1000em;
	outline: 0;
}

#home a {
	display: block;
	width: 98px;
	height: 30px;
	background:url(homedown.jpg)
	}
#home a:hover {
	background:url(homeup.jpg)
	}

#whatisai a {
	display: block;
	width: 98px;
	height: 30px;
	background:url(whatisaidown.jpg)
	}
#whatisai a:hover {
	background:url(whatisaiup.jpg)
	}
#moreaboutai a {
	display: block;
	width: 98px;
	height: 30px;
	background:url(moreaidown.jpg)
	}
#moreaboutai a:hover {
	background:url(moreaiup.jpg)
	}
#resources a {
	display: block;
	width: 98px;
	height: 30px;
	background:url(resourcesdown.jpg)
	}
#resources a:hover {
	background:url(resourcesup.jpg)
	}
	
p {color:#FFFFFF}

