*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}




body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#333;
	background-color:#FFF;
	font-family:Georgia, Helvetica, sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	color:#666;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#878481;
	text-decoration:none;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}

h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}


h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

p{
	line-height:1.25em;
	padding-bottom:1em;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

nav{
	width: 800px;
	height: 180px;
	margin-left:auto;
	margin-right:auto;
	background-position:top;
	background-repeat:none;
	background-image: url(images/NAV.png);
}




#navigation{
	margin-left:auto;
	margin-right:auto;
	height:40px;
	width: 570px;
	top: 41px;
	padding-top: 45px;
	text-align: center;
}

#top{
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	width: 800px;
	margin-top: 0px;
	top: 0px;
	z-index: 500;
}


/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

#navigation ul {
margin-top: 10px;
padding: 0;
list-style-type: none;
text-align: center

}

#navigation ul li {
display: inline;
}

nav ul li a,
nav ul li a:visited{
	display: inline;
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	margin:5px 2px;
	padding:7px 5px 4px;
	text-align:center;
}

nav ul li a:hover{
	text-decoration:none;
	color:#888582;
}

nav, article, nav ul li a,figure{
}

/* Article styles: */

#page{
	width:800px;
	margin:0 auto;
	position:relative;
	background-color: #FFF;
}

article{
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:754px;
}

.article {
	
	
	
	
	}
	
	
	
#article1{
	width:754px;
	height:652px;
	background-image:url(images/BEGIN.png);
	}
	
	


#article2{
		background-color: #dcdcdc;
		width:754px;
		height:1637px;
		background-image:url(images/RECEPTION.png);

	}
	
#article2copy{
	width:100px;
	position:relative;
	top: 1350px;
	left:205px;
	width:350px;
	text-align: center;
	z-index: 10;
	}	

	
	#article3{
	width:752px;
	height:1900px;
	background-image:url(images/TRAVEL.png);
	}
	
	
	#article3copy{
	width:100px;
	position:relative;
	top: 1080px;
	left:205px;
	width:350px;
	text-align: center;
	z-index: 10;
	}	
	
		#article3copy2{
	width:100px;
	position:relative;
	top: 1190px;
	left:205px;
	width:350px;
	text-align: center;
	z-index: 10;
	}	
	
	
	


#article4{
		background-color: #dcdcdc;
		width:754px;
		height:1182px;
		background-image:url(images/ACCOMIDATIONS.png);

	}
	
#article4copy{
	width:100px;
	position:relative;
	top: 600px;
	left:205px;
	width:350px;
	text-align: center;
	}


#article5{
		background-color: #dcdcdc;
		width:752px;
		height:1600px;
		background-image:url(images/THINGSTODO.png);

	}
	
#article5copy{
	width:100px;
	position:relative;
	top: 620px;
	left:205px;
	width:350px;
	text-align: center;
	}		
	
	
#article6{
		background-color: #dcdcdc;
		width:754px;
		height:1174px;
		background-image:url(images/REGISTRY.png);

	}	
	
	
	
#article6copy{
	width:100px;
	position:relative;
	top: 600px;
	left:205px;
	width:350px;
	text-align: center;
	}	
	
#article7{
		background-color: #dcdcdc;
		width:754px;
		height:1121px;
		background-image:url(images/S-S_17.png);

	}		
	

#article7copy{
	width:100px;
	position:relative;
	top: 650px;
	left:205px;
	width:350px;
	text-align: center;
	}	


figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	margin-left:-60px;
}

/* Footer styling: */

footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}


footer p{
	margin-bottom:-2.5em;
	position:relative;
}

footer a,footer a:visited{
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

footer a:hover{
	text-decoration:none;
}

footer a.by{
	float:left;

}

footer a.up{
	float:none;
}
