html, body {
	height: 100%;
}

A:hover { color: #463427; font-size : 20px; font-family : arial; text-decoration : none; }
A:link { color: #000; font-size : 20px; font-family : arial; text-decoration : none;  }
A:active  {	color: #000; font-size : 20px; font-family : arial; text-decoration : none; }
A:visited {	color: #000; font-size : 20px; font-family : arial; text-decoration : none;  }

body{
background-color : #6F5C50;
text-align: center;
}
h1{
font-size : xx-large;
color: #000;
}
h2{
font-size : large;
color: #000;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

.contentpanel {
	margin-left: 15em;
	text-align : left;
}

.pagecontainer {
width: 950px;
height: 500px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px; 
	margin-top: -250px; 
}

.galleryheader{
	text-align : left;
}
	


.gallerypictures{
/*padding-top: 0.8em;*/
	text-align : center;
	height: 450px;
	line-height: 450px;
	vertical-align: middle;
}
	
.gallerypictures02 {
/*padding-top: 50px;*/
	text-align : center;
	height: 450px;
	line-height: 450px;
}

.gallerypictures02 img, .gallerypictures img {
	vertical-align: middle;
}
	
.nav{
	text-align : center;
	padding-right: 112px;
	border: 0px solid #fff;
}
	.arrowleft{
float: left;
	padding-top: 0.2em;
	width: 50px;
color: #000;
	font-size : 20px;
	font-family : arial;
font-weight: normal;
	padding-left : 0em;
}
.arrowright{
float: right;
	padding-top: 0.2em;
width: 50px;
color: #000;
	font-size : 20px;
	font-family : arial;
	font-weight: normal;
	padding-right : 0em;
}

.home{
	text-align : left;
	padding-top: 0.2em;
width: 50px;
padding-right : 1.6em;
}
