/* The three main elements of the site are the pgheader, mainbody and disclaim.
/* set up for the main heading of the site */
#pgheader {
	position: relative;
	width: 1024px;
	height: 216px;  
	background:url(dHeader3.png) no-repeat;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* set up for the main body of the site */
#mainbody {
	position: relative;
	top: 0px;
	align: center;
	width: 1024px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfcfc;
	z-index: 500;
}

/* set up for the footer of the site */
#disclaim {
	position: relative;
	top: 0px;
	width: 1024px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	z-index: 1000;
	line-height: 2.5em;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#ececec;
}

#disclaim a {
	color: #999999;
	font-size: 10px;
}

#disclaim p {
	font-size: 10px;
}

/* set up for the photo block */
#photoblock {
	position: relative;
	top: 0px;
	width: 752px;
	height: 89px;
	margin-left: 135px;
/*	margin-right: auto;*/
	overflow:hidden;
/*	background: url(photoblock.png) no-repeat;*/
}

/* set up for the menu bar */
#menubar {
	position: relative;
	top: 5px;
	width: 752px;
	height: 26px;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	z-index:9999;
/*	background: url(menubar.png) no-repeat;*/
}

/* set up for the main frame area of the site */
#mainframe {
	position: relative;
/*	top: 5px;*/
	align: center;
	width: 752px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfcfc;
}

/* Set up for text resize */
#resize {
	position:absolute;
	left: 710px;
	top: 5px;
	display:block
}

/* set up for the main frame where the main content will be presented */
#myframe {
/*	overflow:visible; 
	display:none; */
	background-color: #fcfcfc;
	padding: 5px 0 0 0;
}

/* left add block */
#addblockl {
	position:absolute;
	left:0px;
	top:0px;
/*	float:left;*/
	align: center;
	width: 130px;
	height:100%;
/*	min-height: 500px;*/
	z-index: 100;
	background: #000;
	background-position: center 1px;
}

/* right add block */
#addblockr {
	position: absolute;
	left:894px;
	top:0px;
	align: center;
	width: 130px;
	z-index: 100;
	height:100%;
	background: #000;
}


#addblock {
	position: relative;
	float:right;
	align: center;
	width: 180px;
	z-index: 100;
}

/* declaration for the add blocks that fit downthe right hand side of the page */
.add {
	display: block;
	position: relative;
	width: 180;
	height: 154;
	top: 0px;
	float:right;
	padding: 5px 0 0 0;
}

/* generic picture block, height and width specified in code based n picture */
.galblock {
	display: block;
	float:left;
	text-align:center;
	width:180px;
	padding: 10px 34px;
}

.galpopup {
	display: none; 
	position: fixed; 
	top: 10px; 
	margin-left:auto;
	margin-right:auto;
	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: justify; 
	font-size: 12px; 
	z-index:9999;
}

.picblockr {
	display: block;
	position: relative;
	top: 0px;
	float:right;
	padding: 0 0 0 0;
}

.picblockl {
	display: block;
	position: relative;
	top: 0px;
	float:left;
	padding: 0 0 0 0;
}

.textblockl {
	display: block;
	position: relative;
	top: 0px;
	float:left;
	padding: 0 0 0 20px;
}

.textblockr {
	display: block;
	position: relative;
	top: 0px;
	float:right;
	padding: 0 20px 0 0;
}

.tright {
	text-align:right;
}