body {
	background-color: #6b737e;
}

#container {
	background-color: #000000;
	color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.container a:link, .container a:visited, .container a:hover {
	color: #ffffff;
}

.galleryDropDown {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.contentOuterMain {
	background-color: #750707;
	color: #000000;
}

.contentOuterMain a:link, .contentOuterMain a:visited, .contentOuterMain a:hover {
	color: #000000;
}

.innerContent {
	background-color: #ffffff;
	color: #000000;
}

.innerContent a:link, .innerContent a:visited, .innerContent a:hover {
	color: #000000;
}

.innerContentLeft {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.mainImage {
	border: 1px solid #ffffff;
}

.standardPopup {
	border: 2px solid #750707;
	background-color: #ffffff;
	color: #000000;
}

/*** GalleryThumbnails ***/

.thumbnailWrapNormal {
	background-color: #ffffff;
}

.thumbnailWrapMouseover {
	background-color: #000000;
}

.thumbnailDataList {
	background-color: #750707;
}

.galleryNameLabel {
	color: #000000;
}

.thumbnailWrapNormal .thumbnailLabel {
	color: #000000;
}

.thumbnailWrapMouseover .thumbnailLabel {
	color: #000000;
}

.thumbnailImage {
	border: 1px solid #000000;
}

/*** Shopping Cart ***/

.cartHeader {
	border-bottom: 1px solid #750707;
	background-color: #ffffff;
	color: #000000;
}

.cartItem {
	border-bottom: 1px solid #750707;
}

.cartItem a:link {
	color: #000000;
}

.cartFooter {
	border-bottom: 1px solid #750707;
	background-color: #ffffff;
	color: #000000;
}

.cartNonAltItem {
	background-color: #000000;
	color: #000000;
}

.cartAltItem {
	background-color: #ffffff;
	color: #000000;
}

