body {
	color: #FFF;
	background-color: black;
	background-image: url(/images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}


h1 {
	display: block;
	width: 720px; 
	height: 75px;
	padding: 28px 0 0 0;
	margin: 0;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFF;
	background-image: url(/images/sciencegames.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

a:visited, a:link {
	color: yellow;
}

div.clear {
	clear: both;	
}

div#nav {
	padding: 5px 0px 10px 0;
}

div#footer {
	position: relative;
	margin:0 auto 0 auto;
	width: 740px;
	height: 50px;
	padding: 0 0 10px 0;
	text-align: left;
}

div#footer img {
	z-index: 1000;
	position: absolute;
	left: 650px;
}

div#likeIt {
	position: relative;
	margin:0 auto;
	padding: 0px 0px 10px 0;
	width: 740px;
	height: 35px;
	text-align: right;
}

div#likeIt div.placeR {
	position: absolute;
	left: 535px;
	width: 200px;
	float: right;
}

div#likeIt div.img {
	padding: 0 2px 0 2px;
	cursor: pointer;
}

div#likeIt div.copy {
	margin: 4px 5px 0 0;}

div#bannerBar, div#bb2 {
	margin:0 auto;
	padding: 0px 0px 20px 0;
	width: 740px;
	height: 130px;
	text-align: center;
}

div#bb2 {
	display: none;
}

h2.bannerBar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0c0c0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}

div#description {
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #be7b2c;
	background-color: #670909;
	padding: 20px;
	margin: 10px 0;
}

iframe#feedback {
	
}

h3 {
	color: #FFF;
	padding: 15px 0 0 0;
}

#getUnity {
	display: table-cell;
	width: 740px;
	height: 500px;
	background-image: url(/images/getUnityBG_text.jpg);
	vertical-align: middle;
}

#askFeedback input {
	font-size: 16px;
	text-align: center;
}


/* Navigation Menu */

#subMenu {
	position: absolute;
	top: 20px;
	z-index: 500;
}

#subMenu ul  {
/*	display: inline; */
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#subMenu ul li {
	display: block;
	float: left;
	padding: 0 5px;
	margin: 3px 0 0;
	border-right: 1px solid #666;
}

#subMenu ul li a {
	color: #666;
	text-decoration: none;
}



#subMenu ul li a:hover {
	color: yellow;
}



#subMenu ul li.last {
	border-right: 0;
	padding: 0 0 0 5px;
}



#navFooter ul li.first {
	font-weight: bold;
	padding: 0 5px 0 0;
}


