body{
margin:0px;
padding:0px;
font-family: Times, Times New Roman, Georgia, serif;
font-size:14px;
}
.menuItem{
display:block;
height:36px;
padding-left:10px;
padding-right:10px;
letter-spacing: 1.25px;
}
#gallery{
	max-width:114px;
}
#galleryMenu{
	display: none;
}
#galleryMenu ul {
	padding-left:10px;
	margin-top:0;
}
#galleryMenu ul li{
	list-style: none;
	text-align: left;
}

* html .menuItem a{
width:100%;
}

.emailtext{
width:326px;
border:1px solid #cccccc;
font-family: Times, Times New Roman, Georgia, serif;
font-size:14px;
padding:4px;
margin:0px;
}
.emailtextarea{
width:326px;
border:1px solid #cccccc;
height:167px;
font-family: Times, Times New Roman, Georgia, serif;
font-size:14px;
padding:4px;
margin:0px;
vertical-align:text-top;
}
label.error{
margin-left: 10px;
vertical-align: text-top;
padding-top:3px;
font-size:11px;
color:#ff8686;
}
.galleryImage{
float:left;
padding:4px;
border:2px solid #e6e6e6;
height:514px;
}
.gLeft{
	margin-right:80px;
}
.scroll-pane
{
	width: 100%;
	height: 530px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 530px;
}
a:link{
	color:#363636;
	text-decoration:none;
}
a:visited{
	color:#999999;
	text-decoration:none;	
}
a:hover{
	color:#999999;
	text-decoration:underline;
}
a:active{
	color:#999999;
	text-decoration:none;	
}

#splash{
/*position:fixed;*/
width:100%;
height:100%;
cursor:pointer;
z-index:100;
/*background-image:url(images/splash.jpg);
background-repeat:no-repeat;
background-position:center center;*/
text-align:center;
background-color:#000000;
}

#content{
margin-left:auto;
margin-right:auto;
width:1140px;
text-align:center;
}
#menu{
padding-top:15px;
width:500px;
margin-left:auto;
margin-right:auto;
font-family: 'Playfair Display', serif;
font-weight: 400;
font-size: 20px;
transform: scale(1,1.5);
text-align:left;
}

#menu a {
	color: #363636;
	text-decoration:none;
}

#menu a:hover {
	color: #000000;	
}
.menuLeft{
float:left;
/*padding-right:11px;*/
}
.menuCenter{
float:left;
/*padding-right:7px;*/
}
.menuRight{
float:left;	
}
