@charset "utf-8";

body {
	background: #232323;
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: 232323;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
/*	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;*/
}

.oneColFixCtrHdr #header {

	background: 232323;  /* 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: 10;

	padding-bottom: 10px;

	height: 30px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #808080;

}

.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 */

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #808080;

}

.oneColFixCtrHdr #mainContent {
	background: 232323;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: normal;
	text-align: left;
}

.oneColFixCtrHdr #footer {
	background:#232323;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;

}
.invite-center {

	text-align: center;

}

.floatright {

	float: right;

	margin-bottom: 5px;

	margin-left: 8px;

}

.floatleft {

	float: left;

}
.exhibart {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
/*	text-align: center;*/
}
.image-margin {
	margin: 10px;
}
.image-caption {
	text-align: center;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.image-wrapper {
	height: 25px;
}

