body {
	background-color: #C0C18F;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
a:link:hover {
	color: #600;
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}

a img {
	vertical-align: middle;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #600;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #600;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #600;
	border: 0px;
	margin: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	border: 0px;
	margin: 0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	border: 0px;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 0px;
	margin: 0px;
}
p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Container {
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#Container #Header {
	display: block;
	float: left;
	width: 780px;
	height: 69px;
	margin: 0px;
}
#Container #Header #Logo {
	display: block;
	width: 436px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	height: 69px;
	float: left;
}
#Container #Header #Logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Container #Header #HorzNav {
	display: block;
	float: left;
	width: 344px;
	border: 0px;
	margin: 0px;
	height: 69px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#Container #Header #HorzNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: 900;
}
#Container #Header #HorzNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color:#600;
	font-weight: 900;
}
#Container #Body {
	display: block;
	float: left;
	width: 800px;
	border: 0px;
	margin: 0px;
}
#Container #Body #SideBar {
	display: block;
	float: left;
	width: 150px;
	border: 0px;
	margin-top: 15px;
}
#Container #Body #SideBar #Locations {
	text-align: center;
	margin: 10px;
}

#Container #Body #SideBar #Locations h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #600;
	font-weight: bold;
	text-align: center;
}

#Container #Body #SideBar #Locations p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#Container #Body #Content {
	display: block;
	float: left;
	width: 635px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	overflow: hidden;
}



#Container #Body #Content #BreadCrumb {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 590px;
}
#Container #Body #Content #Column1 {
	display: block;
	width: 284px;
	padding-right: 15px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-bottom: 10px;
	margin-top: 10px;
}
#Container #Body #Content #Column2 {
	display: block;
	float: left;
	width: 290px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
#Container #Body #Content table {
	width: 100%;
}
#Container #Body #Content table#Column1 tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 7px;
}
#Container #Body #Content table#Column2 tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 7px;
}
#Container #Body #Content ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 15px;
}
ul li {
}
#Container #Body #Photos{
	display: block;
	float: left;
	width: 590px;
	background-color: #FFC;
	margin-top: 10px;
	padding: 10px;
}
#Container #Body #Photos #Thumbs {
	display: block;
	float: left;
	height: 300px;
	width: 180px;
}
#Container #Body #Photos #Thumbs .Thumb {
	display: block;
	float: left;
	height: 55px;
	width: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
}
#Container #Body #Photos #Photo {
	display: block;
	float: left;
	height: 295px;
	width: 410px;
	margin-bottom: 5px;
	background-color: #FFF;
}

#Container #Body #Photos td {
	width: 115px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
}
#Container #Body #Photos #Caption {
	display: block;
	float: left;
	width: 590px;
	background-color: #FFF;
}
#Container #Body #SideBar #Locations h2 a {
	color: #600;
	text-decoration: none;
}
#Container #Body #SideBar #Locations h2 a:hover {
	color: #600;
	text-decoration: underline;
}

div.editable {
	margin-top: 10px;
	float:left;
	width: 625px;
}

/*////////////////////////////
/////INVENTORY NAVIGATION/////
////////////////////////////*/

#Container #Body #Content #Inventory #InventoryNav table {
	margin-top:10px;
	background-color:#FFC;
}
#Container #Body #Content #Inventory #InventoryNav table thead tr th {
	background-color:#600;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFC;
}
#Container #Body #Content #Inventory #InventoryNav table tbody tr td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#Container #Body #Content #Inventory #InventoryNav table tbody tr td a,a:visited,a:active {
	color: #600;
	text-decoration: none;
	font-weight:bolder;
	padding: auto;
}
#Container #Body #Content #Inventory #InventoryNav table tbody tr td a:hover {
	text-decoration: underline;
	color:#600;
	padding:auto;
}


/* OUTER TABLE */
#Container #Body #Content #Inventory div table {
	background-color:#600;
}
#Container #Body #Content #Inventory div table thead tr th {
}
#Container #Body #Content #Inventory div table thead tr th h2 {
	color:#FFC;
}
#Container #Body #Content #Inventory div table tbody tr td {
}
/* INNER TABLE */
#Container #Body #Content #Inventory div table tbody tr td table {
	background-color:#600;
	margin-bottom:10px;
	border:1px solid #FFC;
	width: 100%;
}
#Container #Body #Content #Inventory div table tbody tr td table thead tr th {
	background-color:#FFC;
	color:#600;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#Container #Body #Content #Inventory div table tbody tr td table tbody tr td {
	background-color:#FFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	padding:2px;
}
#Container #Body #Content #Inventory div table tbody tr td table tbody tr td ul li {
	background-color:#FFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
	text-indent: -30px;
}
#Container #Body #Content #Inventory div table tbody tr td table tbody tr td img {
	border: 0px none #600;
}



table.gallery {
	width: 100%;
}
table#gallery {
	width: 100%;
}
table#gallery td {
	text-align: center;
	vertical-align: bottom;
}
table.gallery td {
	text-align: center;
	vertical-align: bottom;
}

td.photo {
	text-align: center;
	vertical-align: bottom;
}
table.gallery td.caption {
	padding-bottom: 20px;
	vertical-align: top;
	text-align: center;
}

table.content {
	width: 100%;
	margin-bottom: 15px;
	margin-left: 15px;
}
table.content td {
	vertical-align: top;
	width: 50%;
	padding: 5px;
}
table.content td.left {
	padding-right: 5px;
	border-right: 1px solid #600;
}
table.content td.right {
	padding-left: 20px;
}