@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #63F;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-y;

}
.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(images/note_paper_12000px.png);
	background-repeat: no-repeat;
	height: 12000px;

}
#logo {
	width: 178px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: absolute;
	left: 26px;
	top: 50px;
	z-index: 2;
}

#navbarHOME {
	position: absolute;
	left: 214px;
	top: 73px;
}
#navbarPHOTO {
	position: absolute;
	left: 301px;
	top: 73px;
}
#navbarTRAVEL {
	position: absolute;
	left: 474px;
	top: 73px;
}
#navbarPICTURE {
	position: absolute;
	left: 619px;
	top: 73px;
}
#navbarPLAY {
	position: absolute;
	left: 796px;
	top: 73px;
}

#fadeshow1 {
	position: absolute;
	left: 33px;
	top: 171px;
	height: 347px;
	width: 890px;
	z-index: 1;
}

#travelloggraphic {
	
	position: absolute;
	left: 310px;
	top: 537px;
	
}

#OneYear {
	height: 176px;
	width: 680px;
	position: absolute;
	left: 230px;
	top: 585px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	line-height: 22px;
}

#travellogTHUMBS {
	height: 700px;
	width: 116px;
	position: absolute;
	left: 240px;
	top: 635px;
}

#travellogTABLE {
	height: 700px;
	width: 650px;
	position: absolute;
	left: 255px;
	top: 675px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	line-height: 26px;
}

#our50th {
	position: absolute;
	left: 695px;
	top: 1052px;
	z-index: 6;
}

#travellogTABLE2 {
	height: 700px;
	width: 700px;
	position: absolute;
	left: 240px;
	top: 2000px;
}

#travellogTEXT {
	height: auto;
	width: 556px;
	position: absolute;
	left: 340px;
	top: 605px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	line-height: 22px;
}

#travellogTEXT2 {
	height: auto;
	width: 556px;
	position: absolute;
	left: 340px;
	top: 3000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	line-height: 22px;
}

#paperclip {
	position: absolute;
	left: -6px;
	top: 453px;
	z-index: 3;
}
#email {
	position: absolute;
	left: 53px;
	top: 629px;
	z-index: 4;
}
#recap {
	position: absolute;
	left: 40px;
	top: 950px;
	z-index: 5;
}
#footer {
	height: 25px;
	width: 393px;
	position: absolute;
	left: 359px;
	top: 2000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
}
#UpdatedButton {
	position: absolute;
	z-index: 3;
	height: 40px;
	width: 125px;
	left: 331px;
	top: 73px;
}
