
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
  font-size:12px;
}
.oneColFixCtr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 60px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p{
	text-align:center;	
}
img.mainbutton{
	background-color:#eee;
	border:1px solid #ddd;
	padding:2px;
	opacity:1;
  cursor:pointer;
}
img.mainbutton{
	opacity:1;
  cursor:pointer;
}
img.photo {
  background-color:#eee;
	border:1px solid #ddd;
	padding:2px;
}
a{
text-decoration:none;
border-style:none;
}
a img{
border-style:none;
}
.title{
  font-weight:bold;
  font-size:16px;
  opacity:0.5;
  color:black;
}
.grid {
  float:left;
  display:block;
  width:250px;
  margin:5px;
  color:#aaa;
}
.newline {
  clear:both;
}
.footer {
  color:#aaa;
}


	/* jQuery lightBox plugin - Gallery style */
	/*body{background-color:#000;text-align:center;color:#666;font-family:verdana;font-size:10px;}*/

	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul img {
	  margin: 10px 2px 2px 2px;
	  border:1px solid #ccc;
		background-color:#fff;
		opacity:1;
		padding:5px;
	}
	.gallery ul a:hover img {
    text-align:center;
		color: #fff;
		opacity:0.8;
	}
	.gallery ul a:hover { color: #fff; }
	h1 {
    font-variant:small-caps;
    color: #aaa;
    font-size: 16px;
    font-family: verdana;
	}
  
  .hdr-commercial{
    color:red;
  }
  .hdr-landscapes{
    color:darkgreen;
  }
  .hdr-events{
    color:#0000cc;
  }
  .hdr-portraits{
    color:gold;
  }
.preload{
visibility:hidden;
display:none;
}