@charset "utf-8";
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/BACKGROUND.png);
	background-repeat: repeat;	
}

.container {
	width: 866px;
	height: 642px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/gallery%20images/gallerypagelayout-01-01.png);
}
ul.nav{
	list-style: none;
	padding-top: 50px;
	padding-left: 135px;
	margin: 0;	
	}
.nav li{
	display: inline;
	margin-right: 53px;
	
}
.nav a{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration: none;
	color: #7dc6a2;
	font-weight: bold;
	letter-spacing: 3px;				
}
.nav a:hover, a:active, a:focus{
	color: white;
	text-decoration:underline;
}
.galleryPage{
	color: #FFF;		
}
.textContainer{
	float: right;
	width: 175px;
	text-align: center;
	margin-top: 105px;
	margin-right: 38px;
}
.textContainer p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	line-height: 17px;
}
.textContainer a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px #666;
	text-decoration: underline;
}
.textContainer a:hover, a:active, a:focus{
	color: #1AC7A4;
	text-shadow: none;
	text-decoration:underline;
}
#photoGallery{
	height: 330px;
	width: 580px;
	margin-top: 161px;
	margin-left: 46px;
	
}
