td.tdImg { width:120px; height:120px;}
#prevLink {background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat;}
#nextLink {background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat;}
@charset "utf-8";
body  { font: 100% Verdana, Arial, Helvetica, sans-serif; background-image: url(MainContent.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; position: static; left: 182px; width: 900px; outline-color: #000; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
#sidebar1 { background-color: transparent; background-image: url(sidebarbg.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */








	margin-right: 0px; }
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	border: #000000;
	background-color: transparent;
	background-image: url(maincontentbg.jpg);
	background-repeat: repeat-y;
	margin-left: 180px;
}
#mainContent { background-color: transparent; background-repeat: repeat-y; left: 190px; margin-top: 0; margin-right: 0; margin-left: 15px; width: 700px; height: 478px; }
#header {
	height: 180px;
} 
 #buttons {
	background: url(Buttons%20(x2).jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	background-color: #DDDDDD;
}
#footer {
	background:url(Footer.jpg);
	height: 40px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#tblGalleryName{margin-top:2px;}
#currentGalleryLocation {font-weight:bold;}
td#galleryNameCell {font-size: 18px; font-weight:bold; color:#FFFFFF; margin: 6px 6px 0 0;}
td#pagingCell {text-align:right;}
.currentPage {font-weight: bold;}
td#pagingCell a, .currentPage {font-size: 12px; padding: 3px 5px; border:1px solid #ccc;vertical-align:middle; }
td#pagingCell a:hover, .currentPage {text-decoration:none;}
td.tdImg {text-align:center; vertical-align:middle;padding:4px;}
td.tdImg img {margin-top:11px;}
#pnCell {text-align:right;}
a.pn, a.pn:LINK,a.pn:VISITED {color: #606060; font: 9px arial, helvetica, sans-serif; text-decoration: none; padding: 1px 4px;}
