@charset "UTF-8";
/* CSS Document */

	html, body {
		height: 100%;
		overflow: hidden;
	}
	body {
		background: #ffffff;
		font:  11px "Interstate",Arial,"Helvetica Neue", sans-serif;
		margin: 0;
		color:#999;
		letter-spacing:.1em;
	}
	#content {
		position:relative;
		height: 100%;
		background-image:url(images/bg.gif);
		width:800px;
		height:600px;
		margin: 0px auto;
	}
	#textBlock {
		position:relative;
		top:220px;
		left:286px;
		width: 460px;
		height: 330px;
		text-align:left;
		line-height:20px;
		overflow:auto;
	}
	#navBar {
		position:relative;
		top: 193px;
		width:800px;
		height:14px;
	}
	#homeBtn {
		position:relative;
		left: 75px;
		height: 14px;
		width: 50px;
		margin:0;
		padding:0;
		background-image:url("images/buttons/homeOn.gif");
		background-repeat:no-repeat;
	}
	#missionBtn {
		position:relative;
		left: 152px;
		top: -14px;
		height: 14px;
		width: 111px;
		margin:0;
		padding:0;
		background-image:url("images/buttons/missionOn.gif");
		background-repeat:no-repeat;
	}
	#teamBtn {
		position:relative;
		left: 297px;
		top: -28px;
		height: 14px;
		width: 86px;
		margin:0;
		padding:0;
		background-image:url("images/buttons/teamOn.gif");
		background-repeat:no-repeat;
	}
	#servicesBtn {
		position:relative;
		left: 418px;
		top: -42px;
		height: 14px;
		width: 82px;
		margin:0;
		padding:0;
		background-image:url("images/buttons/servicesOn.gif");
		background-repeat:no-repeat;
	}
	#newsBtn {
		position:relative;
		left: 533px;
		top: -56px;
		height: 14px;
		width: 48px;
		margin:0;
		padding:0;
		background-image:url("images/buttons/newsOn.gif");
		background-repeat:no-repeat;
	}
	#contactBtn {
		position:relative;
		left: 623px;
		top: -70px;
		height: 14px;
		width: 74px;
		margin:0;
		padding:0;
		background-image:url("images/buttons/contactOn.gif");
		background-repeat:no-repeat;
	}
	div.nav a, div.nav a:link, div.nav a:visited {
	display:block;
	}
	
	div.nav img {
	width:100%;
	height:100%;
	border:0;
	}
	
	div.nav a:hover img {
	visibility:hidden;
	}
