*{
	margin:0;
	padding:0;
}

body{
	background-color: #666;
	background-image: url(images/grayDotTexture_bg.gif);
	background-repeat: no-repeat;
	background-position: center 321px;
	color: #FFF;
	font-family: "Arial";
	font-size: 12;
}

body.body_gallery{
	background-position: center 201px;
}

a {
	color: #FFF;
	text-decoration: none;
}

#mainContainer{
	height:820px;
	margin:0px auto 0;
	position:relative;
	width:750px;
}

#mainAdventureGalleryContainer{
	height:100%;
	margin:0px auto 0;
	position:relative;
	width:750px;
}

#topBanner {
	width::750px;
	height:293px;
	background-image:url(images/PuttytwistMainHeader-750x293.jpg);
	background-repeat:no-repeat;
}

#topGalleryBanner {
	width::750px;
	height:173px;
}

#navStrip {
	position:relative;
	width:750px;
	height:28px;
	background-color:#000;
	background-image:url(images/backPiece_black.gif);
}

#navButtons {
	position:relative;
	width:472px;
	left:139px;
}

#navButtonArea {
	position:relative;
	width: 450px;
	left:11px;
}

#navLeftImage {
	position: absolute;
	width: 11px;
	height: 28px;
	background-image: url(images/whiteDotDividerLeft.gif);
	background-repeat: no-repeat;
	left: 0px;
}

#navRightImage {
	position: absolute;
	left: 461px;
	width: 11px;
	height: 28px;
	top:0px;
	background-image:url(images/whiteDotDividerRight.gif);
	background-repeat:no-repeat;
}


#contentBlock{
	
}

#mainContent{
	height:460px;
}

#mainGalleryContent{
	height:100%;
}

#mainGalleryContainer{
	height:2000px;
	margin:0px auto 0;
	position:relative;
	width:750px;
}


#mainFooter{
	height:39px;
	font-size:11px;
	color:#999;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	clear: both;
}

#contact_me, #contact_icons{
	width:560px;
	margin:40px auto;
	text-align:center;
}

#contact_icons img{
	float:left;
	padding:0px;
	margin:0px;
	margin-left:25px;
}

#contact_icons img.first_img{
	margin-left:0px !important;
}