* {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
a {
	color:#5D71A9;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.current {
	text-decoration:underline !important;
}
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-image:url(../images/purplegrad.jpg);
	background-repeat:repeat-x;
	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;
}
.black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	position: absolute;
	background-color: white;
	z-index:1002;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #502735; */
	background:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330033;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:16px;	
	margin-bottom:16px;
}
.oneColFixCtrHdr #container #largeImg {
	position:absolute;
	border:2px solid #ccc;
	top:40px;
	left:360px;
	background-color:#fff;
	z-index:5000;
}
.oneColFixCtrHdr #header {
	position:relative;
}
.oneColFixCtrHdr #header #facebook {
	border:1px solid #666;
	width:66px;
	height:32px;
	background-color:#fff;
	opacity: 0.4;
	filter:alpha(opacity=40);
	position:absolute;
	top:14px;
	right:14px;
}
.oneColFixCtrHdr #header #icons {
	position:absolute;
	top:19px;
	right:19px;
}

.oneColFixCtrHdr #mainContent {
	padding:20px;
	background: #FEFDFF;
}
.oneColFixCtrHdr #mainContent h1 {
	text-align:center;
	font-size:24px;
	margin-bottom:16px;
}
.oneColFixCtrHdr #mainContent h2 {
	text-align:center;
	font-size:19px;
	margin-bottom:16px;
}
.oneColFixCtrHdr #mainContent h3 {
	text-align:right;
	margin-bottom:3px;
	margin-top:30px;
}

.oneColFixCtrHdr #mainContent p {
	margin-bottom:10px;
}
.oneColFixCtrHdr #mainContent p.contact {
	text-align:right;
	margin-bottom:6px;
}
.oneColFixCtrHdr #mainContent p.center {
	text-align:center;
}
.oneColFixCtrHdr #mainContent p#loading {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
}
.oneColFixCtrHdr #mainContent table#galleryTable {
/*	width:90%;
	margin:0 auto; */
	margin-left:44px;
}

.oneColFixCtrHdr #footer {
	background:#DBD2D5;
	height:30px;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
	font-size:11px;
	line-height:30px;
}
span.i {
	font-style:italic;
}
