

body {
    font-size: 1.6em;
    line-height: 1;
    font-family: 'Philosopher';
    font-style: normal;  
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
	color:antiquewhite
}

h1 {
	color:antiquewhite
}
h2 {
	color:antiquewhite
}


h1, h2, h3, h4, h5, h6, span, p { font-family: 'Philosopher' }

h2.alt{
	font-family: 'Cormorant Garamond';
	font-style: italic;
}



a {
    color: white;
	text-decoration: none;
}
td a {
    display:block;
    width:100%;
}


img{ 
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; 
}

div.transbox {
  margin: 30px;
  width: 95.1%;
  height: auto;
  background-color: antiquewhite;
  border: 1px solid black;
  opacity: 0.85;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
  margin: 4%;
  color: #000000;
  font-size: 20px;
}

div.transbox h3 {
  margin: 4%;
  color: #000000;
}

div.transbox a {
  color: #07038B;
}

div.transbox i {
margin-right: 0.5%;
  font-weight: bolder ;
}

div.transbox p.hangingindent {
  padding-left: 100px ;
  text-indent: -50px ;
  margin-top: -22px;
}

div.transbox li {
  margin: 4%;
  color: #000000;
  font-size: 20px;
}




#container{
width:100%;
position:relative;
}

#c3{
top:5%;
left:20%;
position:absolute;
z-index: 2;
}

#c2{
    display: block;
    margin: auto;
    width:100%;
    height:auto;
    position:relative;
    z-index:1;
}

#menufix{
position:relative;
z-index:999;
}

table#class1 {
    width: 90%; 
	margin-top: 80px;
	table-layout: fixed;
}

table#class1 td
{
	padding: 5px;
	border: 1px solid antiquewhite;
	font-size: 20px;
	text-align: center;
}

table#class1 td:hover{
	border: 3px solid antiquewhite;
}

div.captionbox {
  margin-left: 10%;
  margin-top: 5px;
  width: 80%;
  align: center;
  height: auto;
  background-color: antiquewhite;
  border: 1px solid black;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.captionbox p {
  margin: 1%;
  color: #000000;
  font-size: 18px;
  font-style: italic;
}


/* Here's the stuff for the image galleries */

salefont {
  font-size: 14px;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'sans-serif';
  color: darkgrey;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 270px;
  height: 370px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: center;
}

div.title {
  padding: 15px;
  text-align: center;
  height: 30px;
    font-size: 20px;
}

div.smalltitle {
  padding: 15px;
  text-align: center;
  height: 30px;
  font-size: 15px;
}

