	*
	{
		margin: none;
		border: none;
		padding: none;
	}

	body
	{
		background: gray;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	body table
	{
		margin-left: auto;
		margin-right: auto;
	}


	.but
	{
		float: left;
		height: 15px;
	    background: darkslategray;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    border: solid 1px #20538D;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	    -webkit-transition-duration: 0.2s;
	    -moz-transition-duration: 0.2s;
	    transition-duration: 0.2s;
	    -webkit-user-select:none;
	    -moz-user-select:none;
	    -ms-user-select:none;
	    user-select:none;
	}

	#priv
	{
		background-image: url('images/tour/Private-tour_03.jpg');
		height: 329px;
		width: 910px;
		padding: 35px;
		font-weight: bolder;
		color: white;
		font-size: 14px;
	}

	.but:hover 
	{
	    background: #356094;
	    border: solid 1px #2A4E77;
	    text-decoration: none;
	}
	.but:active 
	{
	    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	    background: #2E5481;
	    border: solid 1px #203E5F;
	}

	/*.gal_changer
	{
		width: 200px;
		height: 175px;
		background: black;
	}*/

	/*#next
	{
		margin-top: -17px;
		margin-left: 128px;
	}*/

	#gal, #bor /*Buttons variably change with width of gallery*/
	{
		height: 400px;
		width: 500px;
	}

	#bor
	{
		border-top: 3px solid darkslategray;
		border-left: 3px solid darkslategray;
		border-right: 3px solid darkslategray;
	}

	#blah
	{
		/*background-image: url("images/gallery-images/gallery.png");*/
		background: black;
		height:440px;
		width: 628px;
	}

	#contain
	{
		/*margin-top: 20px;*/
		margin-left: 65px;
	}

	#blah2
	{
		height: 555px;
		width: 572px;
		background-image: url("images/gallery-images/gallery-links.png");
	}

	.gal_changer
	{
		-webkit-border-radius: 8px;
		text-align: center;
		margin-top: 30px;
		margin-left: 65px;
		float:left;
		height: 128px;
		width: 192px;
		background: white;
		-webkit-box-shadow: -5px 5px 5px black;
	}

	.gal_changer:hover
	{
		-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	}

	.gal_changer p
	{
		color: white;
		font-weight: bold;
		margin-top: 135px;
	}

	#gc1
	{
		background-image:url("images/gallery-images/c/gc1.jpg");
	}
	#gc2
	{
		background-image:url("images/gallery-images/c/gc2.jpg");
	}
	#gc3
	{
		background-image:url("images/gallery-images/c/gc3.jpg");
	}
	#gc4
	{
		background-image:url("images/gallery-images/c/gc4.jpg");
	}
	#gc5
	{
		background-image:url("images/gallery-images/c/gc5.jpg");
	}
	#gc6
	{
		background-image:url("images/gallery-images/c/gc6.jpg");
	}

	@font-face
	{
		font-family: bell;
		src: url('assets/baskvl.ttf');
	}

	#atm
	{
		font-size: 1.5em;
		width: 588px;
		height: 241px;
		background: black;
		color: white;
		padding: 20px;
		text-indent: 2em;
	}

	#contact
	{
		padding-left: 20px;
		width: 622px;
		height: 113px;
		background-image: url("images/external-links-images/contact-info.png");
	}

	#contact h1
	{
		color:white;
	}

	#links
	{
		height: 555px;
		width: 558px;
		background-image: url("images/external-links-images/links.png");
		color: white;
	}

	a
	{
		color:white;
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: underline;
	}