div.centerdisplay{
	margin:auto;
	height:auto;
	text-align:center;
}


p.copyright{
	text-align:center;
}
#content p{
	padding-left:10%;
	padding-right:10%;
}

select{
	background-color:#232323;
	color:white;
	padding:0.25em;

}
input[type=submit]{
	background-color:#232323;
	color:white;
	padding:0.25em;
}

#view-top-wrapper{
	width: 100%;
	border-bottom:#444444 thin solid;
	margin-top: 1em;
	margin-bottom: 1em;
}
#view-top-wrapper h1{
	color:#FFFF00;
	border:none;
	padding: 0;
	margin: 0;
}

#view-top-left{
	width: 50%;
	float: left;
	margin: 0;
	padding: 1% 0% 1% 2%;
}

#view-top-right{
	width: 40%;
	float:right;
	padding: 1% 2% 1% 0;
	margin:0;
}
.top-nav-link{
	border:none;
	float:right; 
}
#top-navigation a{
	border: none;
}
#top-navigation img{
	border: none;
}

#mobile-top-nav{
	display:none;
	text-align:center;
}
#base-navigation{
	float:left;
	width: 30%;
}

#base-order-form{
	float: right;
	width: 65%;
}

div.image_description{
	//padding-left: 10%;
	//padding-right: 10%;
	width: 100%;
	text-align:justify;
}
#image-list-table{
	text-align:center;
	margin:auto;
}
#image-list-table p{
	text-align:center;
}
#image-list-table a{
	text-align:center;
}
@media screen and (max-width: 740px){
	#base-navigation{
		float:none;
		width: 100%;
		text-align:center;
	}
	#base-order-form{
		float:none;
		width: 100%;
		text-align:center;
	}
	img{
		max-width: 90%;
		height: auto;
	}
	#view-top-right{
		display:none;
	}
	#view-top-left{
		width: 100%;
		padding: 0;	
		float: none;
	}
	#mobile-top-nav{
		display:inline;
		width: 100%;
		float: none;
		text-align:center;
		padding: 0;
	}
}
