@charset "UTF-8";
/* CSS Document */
.pic_holder {
	float:left;
	display:block;
	text-align:center;
	width:148px;
	height:100px;
	margin: 0 auto;
/*	background-image:url(../../_images/GoldenFrame.png);
	background-repeat:no-repeat; */
	padding:10px 10px 10px 10px;
	background:#CCC;
	border:#333;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
}
.pic_holder img {
	display:block;
	width:148px;
}
.container {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #F2D17A;
}
.pictures_container {
	background-color:#999;
	position:absolute;
	left:211px;
	top:300px;
	width:100%;
	padding:10px;;
	margin:0 0 0 0;
}
nav.pagnation {
	height:40px;
	width:100%;
	background:None;
	clear: both;
}
nav.pagnation ul li{
	float:right;
	margin:20px 5px 10px 0px;
	padding: 3px;
	border:solid;
	border-width:1px;
	color:#000;
	background:none;
	font-size:14px;
	min-width:0;
	height:auto;
}

div.container p {
	margin: 20px 0;
	padding:0;
}

nav.pagnation ul a, nav.pagnation ul a:visited, nav.pagnation ul a:link {
	color:#000;
	background:none;
	font-size:14px;
	min-width:0;
	height:auto;
	padding:0;
}
section.picture_display {
	background-repeat:no-repeat;
	width:100%;
}

section.picture_display img {
	width:100%;
}

article.gallery_page {
	height: auto;
	width:98%;
	margin:0 1%;
	padding-bottom: 5%;
	background-color:none;
}
