body {
	background-color: #bfa57a;
	background-image: url(images/bg1.jpg);
	color: #190101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	font-weight: normal;
	background-repeat: no-repeat;
}
/* Commonly used to style page titles. */
h1 {
	color: #C24C1A;
	font-size: 21px;
	line-height: 1.25;
	font-family: "Courier New", Courier, monospace;
	margin: 25px 10px 22px 0px;
	padding: 0 0;
	text-align: left;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.3em;
}
/* Commonly used to style section titles. */
h2 {
	color: #591D00;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	font-family: "Courier New", Courier, monospace;
	margin: 12px 0 3px 0;
}
h3 {
	color: #600;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Courier New", Courier, monospace;
	margin: 12px 0 3px 0;
	text-align: left;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #842B00;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #842B00;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #842B00;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #842B00;
	margin-left: 4px;
	margin-right: 4px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 780px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
	border-bottom: solid 1px #bd9c76; /* Sets the bottom border properties for an element using shorthand notation */
	height: 22px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: solid 1px #bd9c76; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 6px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 30px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 20px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #F2E4BB;
}
#outerWrapper #footer {
	border-top: solid 1px #bd9c76; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	color: #000;
	font-size: 11px;
}
#outerWrapper #contentWrapper #rightColumn1 ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	color: #000;
	list-style-position: outside;
	list-style-type: square;
	margin: 3px 10px 3px -20px;
}
#outerWrapper #footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	margin-top: 22px;
	margin-right: 0px;
	margin-left: 0px;
}
#outerWrapper #contentWrapper #content p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
	margin-top: 12px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 12px;
	font-size: 11px;
}
#outerWrapper #contentWrapper #rightColumn1 p.sidebartxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.75;
	color: #B0642A;
	font-style: italic;
	margin: 32px 10px 18px 10px;
}
#outerWrapper #contentWrapper #rightColumn1 p.sidehead1 {
	font-size: 11px;
	line-height: 1.5;
	color: #600;
	font-weight: bold;
	margin: 32px 0 6px 0;
}
#outerWrapper #contentWrapper #rightColumn1 p.purchase {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D1521F;
}
#outerWrapper #contentWrapper #content p.subhead1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	color: #622000;
	margin: 0px 0px 28px 0px;
}
#outerWrapper #footer p.topofpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	margin: 25px 0px 30px;
}
#outerWrapper #contentWrapper #content p.related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #600;
	margin: 20px 0;
}
#outerWrapper #contentWrapper #content p.smallertxt {
	font-size: 10px;
}
/*.gallery td {
	padding: 0px;
	border-bottom:1px solid #333;
	border-collapse:collapse;
}
 p.gallery td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #600;
	border:0;
	border-collapse:collapse;
	margin: 12px 0 12px 20px;
} */
/*#outerWrapper #contentWrapper #content table gallerytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	color: #630;
	text-align: left;
} */
#outerWrapper #contentWrapper #content table.gallerytable {
	width: 369px;
	border:0;
	border-collapse:collapse;
	margin: 12px 0 12px 0px;
}
#outerWrapper #contentWrapper #content table.gallerytable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #630;
	padding: 0px;
	border-bottom:1px solid #bd9c76;
}
#outerWrapper #contentWrapper #content table.gallerytable .gallerytabletext {
	margin: 0 0 10px 0;
	line-height: 1.25;
	color: #630;
	padding: 4px;
}

#outerWrapper #contentWrapper #content table.newstable {
	width: 369px;
	border:0;
	border-collapse:collapse;
	margin: 12px 0 12px 0px;
	padding: 4px;
}
#outerWrapper #contentWrapper #content table.newstable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #630;
	padding: 0px;
	border-bottom:1px solid #bd9c76;
}
#outerWrapper #contentWrapper #content table.newstable .newstabletext {
	margin: 0 5px 10px 0px;
	line-height: 1.25;
	color: #333;
	padding: 4px 0 4px 0;
}


#outerWrapper #contentWrapper #content .imgRight {
	margin: 8px 0px 9px 12px;
	padding: 0px;
	float: right;
}
#outerWrapper #contentWrapper #content .imgLeft {
	margin: 4px 15px 9px 0px;
	padding: 0px;
	float: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #591D00;
	margin: 16px 0px 8px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content .ShowCalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#outerWrapper #contentWrapper #content table tr td .calendartxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #333;
	text-align: left;
	padding: 4px 0 0 6px;
	margin: 0 0;
}
#outerWrapper #contentWrapper #content table tr td .calendartxtevent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	margin: 6px 4px 6px 4px;
}
#outerWrapper #contentWrapper #content table tr th .calendartitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFF;
	text-align: left;
	padding: 4px;
	margin: 0 0;
	font-weight: bold;
}


/* It is common to set printer friendly styles such as a white background with black text. */
[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css"> 
img, div {
  behavior: url("2ColumnFixedRightSidebarHeaderandFooter2_images/iepngfix.htc");
}
</style>
<![endif]
