charset "utf-8";

body  {
	background-color: #000000
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
.thrColFixHdr #container {
	width: 947px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #333;
	z-index: 2000;
	background-color: #000;
} 
.thrColFixHdr #header {
	height: 131px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #000;
	border-right-width: 2px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #mainContent {
	width: 910px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent2  {
	width: 945px;
	margin-left: 0px;
	background-color: #000;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent3  {
	width: 910px;
	margin-left: 0px;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 500px;
	margin-top: 500px;
}
.thrColFixHdr #footer {
	font-size: 11px;
	color: #666;
	width: 947px;
	height: 40px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #010101;
	text-align: center;
} 
.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;
}
.imgfltrt {
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.thrColFixHdr #sitelinks {
	height: 35px;
	color: #FFF;
	width: 947px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	text-align: center;
	font-weight: bold;
}
.thrColFixHdr #copyright {
	height: 25px;
	color: #666;
	width: 947px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #010101;
	text-align: center;
}
a:link {
	color: #99FFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #66C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #99FFFF;
	font-weight: bold;
}
}
.footerlinks a {
	color: #CCCCCC;
	font-weight: bold;
}
.footerlinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
.footerlinks a:hover {
	text-decoration: underline;
	color: #66C;
	font-weight: bold;
}
.footerlinks a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
.copyright a {
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.copyright a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
.copyright a:hover {
	text-decoration: underline;
	color: #66C;
	font-weight: bold;
}

.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.bodytextWht {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 125%;
}
.bodytextWht14 {
	font-size: 14px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-weight: bold;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
iframe.watermark {
	position: absolute;
	top: 218px;
	left: 18px;
}  

#GalleryDescription {
	left:auto;
	top:inherit;
	width:950px;
	height:auto;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	padding: 15px;
}
.PageContainer {
	width: 955px;
	margin-right: auto;
	/* [disabled]margin-bottom: 5px; */
	margin-left: auto;
	/* [disabled]border: 5px solid #333; */
	background-color: #333;
	text-align: left;
}
.indent {
	/* [disabled]text-indent: 200px; */
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#PageContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #333;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#iframe {
	margin-top: 155px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 750px;
	width: 950px;
}
#gallery {
	padding: 5px;
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.CalendarPage {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
}
.ClassifiedPage {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 135%;
}

.PageHeaderPhotoBar {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#MenuBar2 {
	background-color: #444;
	height: 27px;
	width: 950px;
}

.PageContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #CCC;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #333;
}
li {
	line-height: 24pt;
	list-style-type: square;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 135%;
	font-size: 14px;
}

h1 {
	color: #CCC;
}
h2 {
	color: #CCC;
}
h3 {
	color: #CCC;
}
h4 {
	color: #CCC;
}
h5 {
	color: #CCC;
}
h6 {
	color: #CCC;
}
.exhibitinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 950px;
	font-size: 10px;
}
#SidebarLeft {
	float: left;
	height: 600px;
	width: 175px;
	/* [disabled]padding: 10px; */
	/* [disabled]margin: 10px; */
}

