body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #333;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
a {
	text-decoration: none;
}
a:link {
	color: #fc6;
}
a:visited {
	color: #fc6;
}
a:hover {
	color: #fc6;
	text-decoration: underline;
}
a:active {
	color: #fc6;
	text-decoration: underline;
}
div#header {
	padding: 5px 0 10px 0;
	background: #699;
	text-align: center;
	border-bottom: 1px solid #fff;
}
div#sitenav {
	padding: 5px;
	text-align: center;
}
div#content {
	/* width: 718px; */
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	color: #fff;
}
div#content h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 22px;
	color: #9cc;
}
div#content h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 18px;
	color: #9cc;
}
div.callout {
	border: 1px solid white;
	margin-bottom: 10px;
	padding: 5px;
	clear: both;
	text-align: center;
	background-color: #699;
}
div#footer {
	clear: left;
	padding: 15px;
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9cc;
	background: #699;
}
div#extreme {
	background: #699;
}

/* STYLES FOR GALLERY PAGES CREATED WITH iView MediaPro */
p.iViewIndex {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#thumbs td {
	padding: 20px;
}
table#thumbs img {
	padding: 12px;
	background: white;
}

div#iViewMedia {
	padding: 10px 0;
	text-align: center;
}
div#iViewMedia img {
	padding: 20px;
	background: white;
}

div#content div.mattedPrint img {
	border: 70px solid white;
}
div#content p.iViewCaption {
	padding: 0 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#orderForm {
	border: 1px solid white;
}
table#orderForm th {
	padding: 8px 10px;
	border-bottom: 1px solid white;
}
table#orderForm td {
	padding: 8px 10px;
}

.ruleabove {
	padding-top: 5px;
	border-top: 1px solid #699;
}

/* STYLES FOR NEW DYNAMIC GALLERY */

#wrapper {
	width: 758px;
	margin: 0 auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #366;
}
div#galleryWrapper {
	text-align: center;
}
div#galleryWrapper h2 {
	margin-top: 10px;
}
div.galleryThumbnail {
	float: left;
	width: 50%;
	height: 330px;
	margin: 0;
	padding: 0;
}
div.galleryThumbnail a:hover {
	text-decoration: underline;
}
div.galleryThumbnail img {
	border: 35px solid #f7f8ea;
	margin-bottom: 3px;
}
div.galleryThumbnail a:hover img {
	border-color: #fdfeef;
}
div.galleryFullsize img {
	border: 40px solid #ede8df;
}
p.title {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%;
}
p.caption {
	margin-top: 5px;
	font-size: 90%;
}

/* SHOPPING CART STYLES */

table#cartTable {
	width: 100%;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
table#cartTable td, table#cartTable th {
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}