@charset "utf-8";
body {
	font: 100% "Perpetua Titling MT";
	background: url(images/bg.jpg);
	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;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	  height: 191px;
	  width: 766px;
	  margin-bottom:15px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #lnav{
	width: 342px;
	height: 461px;
	float: left;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #title{
	width: 356px;
	height: 35px;
}
.oneColFixCtrHdr #mainContent {
	float: none;
	color: #cc8a02;
	font:"Perpetua Titling MT";
}

.oneColFixCtrHdr #mainContent a{
	text-decoration:underline;
	color:#22544e;
22544e
; 		font-weight: bold;
}

.oneColFixCtrHdr #mainContent a:hover{
	color:#cc8a02;
	font-weight: bold;
}

.oneColFixCtrHdr #contentwindow{
	width:	400px;
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	float: left;
	min-height: 420px;
}
.oneColFixCtrHdr #album{
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:	420px;
	margin-top: 5px;
	margin-left: 356px;
	height: 430px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 25px;
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}
.oneColFixCtrHdr #footer {
	height: 115px;
	width: 766px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	clear: both;
}
.oneColFixCtrHdr #footer a {
	color:#bdccca;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover{
	color:#cc8a02;
}
