* {
	outline:none;
	border:none;
	text-decoration:none;
}
body {
	margin:0;
	padding:o;
	text-align:center;
	background-color:#fff;
}
a:, a:hover, a:active {
	border:none;
	outline:none;
}
.add {
	margin-top:5px;
}
.centered {
	margin: 0 auto;
	margin-top:20px;
	text-align: left;
	width:800px;
	background-color:#FFF;
	padding-left:95px;
	padding-top:35px;
	padding-bottom:2px;
}
.indentation {
	margin-left:-85px;
	margin-top:20px;
}
.buttonz{padding-top:20px;
}
.footing {
	position:relative;
	float:right;
	margin-top:-100px;
	margin-right:10px;
	background-color:fff;
	z-index:100;
}
.captionsize{
	padding-top:80px;
}
p {
}

/*DIV SECTION*/
#thumbpage {
	width: 330px;
	height: 139px;
	background-color:#fff;
	z-index:51;
	margin-top:50px;
	margin-left:-305px;
	float:left;
	text-align:right;
}
#space {
	display: block;
	width: 136px;
	height: 39px;
	background-image:url(../img/spacecraft.jpg);
	z-index:1;
	margin-top:-5px;
	margin-bottom:30px;
}
#space:hover {
	background-position: 0 -39px;
}
#space span {
	display: none;
	font-size: small;
}
#email {
	display: block;
	width: 208px;
	height: 66px;
	background-image:url(../img/opening/email.jpg);
	z-index:1;
	margin-top:-12px;
	margin-right:10px;
	margin-bottom:0px;
}
#email:hover {
	background-position: 0 -66px;
}
#email span {
	display: none;
	font-size: small;
}
#numbers {
	display: block;
	width: 208px;
	height: 62px;
	background-image:url(../img/opening/number.jpg);
	z-index:1;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
}
#numbers:hover {
	background-position: 0 -62px;
}
#numbers span {
	display: none;
	font-size: small;
}
/* single scrollable item */
.item2 {
	position:absolute;
	margin:0px 0;
	margin-left:-45px;
	margin-top:-16px;
	margin-bottom:10px;
	padding:0px;
	height:60px;
	border:none;
	outline:none;
	text-decoration:none;
}
a .item2 {
	border:none;
	outline:none;
	text-decoration:none;
}
.item2:hover {
	border:none;
	outline:none;
	text-decoration:none;
}
.item2:hover img {
	border:none;
	outline:none;
	text-decoration:none;
}
.item2 span { /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: #000;
	font-weight:500;
	text-align:left;
	text-indent:0px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;


}
.item2 span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}
.item2:hover span { /*CSS for enlarged image*/
	visibility: visible;
	width:70px;
	height:70px;
	border:none;
	margin-top:0px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 500;
}
/* elements inside single item */
.item2 img {
	float:left;
	margin-right:0px;
	border:none;
	outline:none;
	padding-top:5px;
}
.item2 p {
	float:left;
	margin-left:340px;
	margin-top:22px;
	width:270px;
	color:#000;
	
}

