#topBody {
	width: 1000px;
	height:55px;
	margin:0 0 60px 0;;
}

#wrapper {
	margin:6% auto;
	width: 1000px;
}

#contactInfo {
	margin-left:60px;
}

/****************** GALLERY *********************/

#gallery {
	width:1000px; 
	height: 443px;
	background:#fff;
	overflow:hidden;
}
#image {position:relative; width:1000px; height:443px;  background:#FFF}
#image img {align:center}
#thumbs {display:none}
.imgnav {
	position:absolute;
	height:100%;
	width:450px;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {left:0; background:url(../images/left3.png) left center no-repeat; border:none}
#nextimg {right:0; background:url(../images/right3.png) right center no-repeat; border:none}
