body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	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 */
	height: 100%;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	font-weight: normal;
}
.contact {
	font-family: arial;
	font-size: 12px;
	padding-right: 10px;
}
.contact A:link {text-decoration: none;
	color: #050505;}
.contact A:visited {text-decoration: none;
	color: #858282;}
.contact A:active {
	text-decoration: none;
	color: #585858;
}
.contact A:hover {
	text-decoration: none;
	color: #585858;
}
	
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #858282;
}

.nav A:link {text-decoration: none;
	color: #858282;}
.nav A:visited {text-decoration: none;
	color: #858282;}
.nav A:active {
	text-decoration: none;
	color: #585858;
	font-size: 20px;
}
.nav A:hover {
	text-decoration: none;
	color: #585858;
	font-size: 20px;
}

#galleryNavContainer {
	position: relative;
	left: 650px;/**/
	top: 390px;
	height: 1px;
	width: 1px;
	overflow: visible;
	font-size: 9px;
}	

#centeredPage {
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#galleryNav {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #4A4A4A;
	font-weight: normal;
	margin: 0px;
	width: 150px;
	z-index: 1000;
}
#slideshowNav {
	margin-left: auto;
	margin-right: 0px;
}

#galleryNav p {
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #4A4A4A;
	font-weight: normal;
	margin: 5px 0px 0px;
}
.Caption {
	
}


a:link {
	text-decoration: none;
    color: #996600;}
a:visited {
	text-decoration: none;
    color: #996600;}
a:hover {
	text-decoration: none;
    color: #999900;}
a:active {
	text-decoration: none;
}
.style1 {font-weight: bold}

