@charset "utf-8";
/* CSS Document */

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
a    {
	color: #666666;
}
a:link    {
	color: #841b2d;
}
a:hover    {
	color: #333333;
}
#container {
	width: 1002px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #841b2d;
	border-left-color: #841b2d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 120px;
	width: 100%;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #841b2d;
	border-right-color: #841b2d;
	border-bottom-color: #841b2d;
	border-left-color: #841b2d;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.address {
	font-size: 10px;
	color: #999999;
}

#header .tag {
	color: #666666;
	font-size: 26px;
}
#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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
}
#header #logo {
	text-align: center;
	padding-top: 8px;
	width: 200px;
}
#mainContent {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-color: #FFFFFF;
}
#editableZone .tableBorder {
	border: 1px solid #666666;
	width: 100%;
}
#editableZone .subTableBorder {
	border: 1px solid #666666;
	width: 97%;
	font-size: 10px;
	color: #333333;
}
#editableZone #introText {
	float: left;
	width: 325px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #828282;
}
#footer {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 982px;
	margin-top: 0px;
	background-color: #E8E8E8;
	color: #841B2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #841B2D;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#contentZone #boxedZone {
	border: 1px solid #9F5C15;
	background-color: #EBEBEB;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 273px;
}
#contentZone #boxedZone p {
	font-size: 11px;
}
#contentZone #boxedZone h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
#editableZone {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
}
#editableZone .mainImgArea {
	padding: 0px;
	height: 360px;
	width: 527px;
}
#editableZone .mainImgArea img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
}
#editableZone .tableBorder #introText h1 {
	font-size: 36px;
	font-weight: normal;
}
#galleryAll {
	width: 720px;
	background-color: #800000;
}
#galleryAll TABLE {
	margin-bottom:1em;
		background-color: #800000;
}
#galleryAll TH {
	font-weight:normal;
	font-style:italic;
	white-space:nowrap;
	text-align:left;
		background-color: #800000;
}
#galleryAll TD, TH {
	vertical-align:top;
		background-color: #800000;
}