@viewport {
    width: device-width;
    zoom: 1;
}



body {
	background-color : rgb(200,200,200);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

#bodycontent {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width:1000px;
	text-align:center;
	position:relative;
}
#googlemapsbutton {
	position: absolute;
	top: .5%;
	right: .5%;
	visibility: visible;
	display: block
}

#titleblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	color: rgb(66,57,52);
	font-weight: bold;
	margin-top: 0;
	position: relative;
	width: 85%;
	margin-bottom: 2%;
	line-height: .75em;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.pageheading {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: rgb(66,57,52);
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	position: relative;
	display: inline-block;
	line-height: .8em;
}

.subheading {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .45em;
	color: rgb(66,57,52);
	font-weight: bold;
	position: relative;
	display: inline-block;
	line-height: 1.5em;
}

.subsubheading {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: .8em;
}
#studiopan {
	width: 100%;
	height: auto;
	margin-bottom:2%;
}

#studiopan img{
	width: 100%;
	height:auto;
}

.thumbs {
	margin-top:5%;
}
.thumb {
	display: inline-block;
	width: 30%;
	height: 130px;
	max-width: 100px;
	position: relative;
}

.thumbtitles {
	font-size: 1em;
	height: 2em;
	position:absolute;
	width:100%;
}

.bodytext {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#bigpic {
	width:100%;
	height:auto;
	margin-bottom: 2%;
	margin-top: 2%;
	max-width:1000px;
	display:inline-block;
	max-width:800px;
}
#bigpic img {
	width: 100%;
	height: auto;
}
.image {
	width: 100%;
	height: auto;
	min-width: 75px;
}

.hiddentext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: rgb(198,154,117);
}

a:link { 
	color: rgb(200,200,200);
	}
a:active { 
	color: rgb(200,200,200);
	}

.navbuttons img
{
margin-left:2px;
margin-right:2px;
}

.navbuttons a
{
margin-left:2px;
margin-right:10px;
}


@media only screen and (max-width:500px) {

#bodycontent{
width:100%;
margin-top:5%;
}
#titleblock {
margin-left:0px;
}

.thumbs{
margin-top:10%;
}
.thumb {
	width: 20%;
	height: 110px;
}
.image {
	min-width: 50px;
}

.thumbtitles{
font-size:0.9em;
}
}