body {
	background-color:#FFFEF3;
	color:#000;
	font-family:verdana,arial,helvetica,sans-serif;	
	padding:0px;
	margin:0px;
	}
a {
	color:#369;
	}
a:hover {
	color:#5B8EC1;
	}
#constrainPageWidth {
	width:750px;
	height:0px;
	overflow:hidden;
	}
/* Navigation */
.navBgContainer {
	width:100%;
	height:23px;
	overflow:hidden;
	border-bottom:1px solid #fff;
	}
.navBgContainerHome {
	background:url(../img/bgNavHome.jpg) no-repeat #C45E91;
	}
.navBgContainerAbout {
	background:url(../img/bgNavAbout.jpg) no-repeat #6F4F8C;
	}
.navBgContainerPurchase {
	background:url(../img/bgNavPurchase.jpg) no-repeat #993331;
	}
.navBgContainerGallery {
	background:url(../img/bgNavGallery.jpg) no-repeat #91B44E;
	}
.navBgContainerContact {
	background:url(../img/bgNavContact.jpg) no-repeat #5E92BC;
	}
.navBgContainerLocations {
	background:url(../img/bgNavLocations.jpg) no-repeat #DA8E22;
	}
#navContainer {
	float:right;
	padding-right:5px;
	width:570px;
	}
a.navLink {
	display:block;
	float:left;
	color:#fff;
	font-size:.7em;
	margin:4px 0px 0px 30px;
	text-decoration:none;
	}
a.navLink:hover {
	color:#F6FF63;
	}
a.selected {
	color:#F6FF63;
	}
	
/* Main Page Elements */
.mainPageBg {
	position:absolute;
	z-index:1;
	float:left;
	width:396px;
	height:415px;
	}
.mainPageBgHome {
	background:url(../img/bgHome.jpg) no-repeat;
	}
.mainPageBgAbout {
	background:url(../img/bgAbout.jpg) no-repeat;
	}
.mainPageBgPurchase {
	background:url(../img/bgPurchase.jpg) no-repeat;
	height:431px;
	}
.mainPageBgGallery {
	background:url(../img/bgGallery.jpg) no-repeat;
	}
.mainPageBgContact {
	background:url(../img/bgContact.jpg) no-repeat;
	}
.mainPageBgLocations {
	background:url(../img/bgLocations.jpg) no-repeat;
	height:429px;
	}
.wordmark {
	position:absolute;
	left:396px;
	z-index:1;
	float:left;
	width:287px;	
	}
.wordmarkHome {
	background:url(../img/bgWordmarkHome.gif) no-repeat;
	height:52px;
	}
.wordmarkAbout {
	background:url(../img/bgWordmarkAbout.gif) no-repeat;
	height:52px;
	}
.wordmarkPurchase {
	background:url(../img/bgWordmarkPurchase.gif) no-repeat;
	height:300px;
	}
.wordmarkGallery {
	background:url(../img/bgWordmarkGallery.gif) no-repeat;
	width:315px;
	height:305px;
	}
.wordmarkContact {
	background:url(../img/bgWordmarkContact.gif) no-repeat;
	height:52px;
	}
.wordmarkLocations {
	background:url(../img/bgWordmarkLocations.gif) no-repeat;
	height:249px;
	}
#mainContainer {
	position:absolute;
	left:260px;
	z-index:2;
	margin-top:120px;
	padding-right:25px;
	}
.title {
	font-weight:700;
	font-size:1.1em;
	padding-bottom:5px;
	margin-bottom:25px;
	}
.titleHome {
	color:#C45E91;
	border-bottom:1px solid #E7BDCB;
	}
.titleAbout {
	color:#6F4F8C;
	border-bottom:1px solid #BBC7CD;
	}
.titlePurchase {
	color:#993331;
	border-bottom:1px solid #E0C1C1;
	}
.titleGallery {
	color:#729704;
	border-bottom:1px solid #D4DD97;
	}
.titleLocations {
	color:#DA8E22;
	border-bottom:1px solid #F3DCB4;
	}
.subTitlePurchase {
	color:#993331;
	margin-bottom:5px;
	}
.titleContact {
	color:#4A84B7;
	border-bottom:1px solid #C1D3DB;
	}
.subTitleLocations {
	color:#DA8E22;
	margin-bottom:5px;
	}
#pageText {
	font-size:.8em;
	line-height:25px;	
	}
#footer {
	margin-top:50px;
	padding-bottom:20px;
	float:right;
	font-size:.7em;
	}
#copyright {
	color:#666;
	}
#lindaClark {
	float:right;
	margin:7px 0px 15px 15px;
	}
.signatureContainer {
	margin-bottom:45px;
	}
.right {
	float:right;
	}
.constrainPageTextWidth {
	width:450px;
	}
textarea {
	font-family:verdana;
	font-size:1em;
	}
.error {
	color:#900;
	}
img {
	border:0px;
	}
/* Gallery Pages */
#gallery {
	margin-top:20px;
	}
.galleryCategory {
	margin-right:6px;
	}
.galleryCategoryTitle {
	float:left;
	color:#729704;
	width:114px;
	}
.galleryCategoryTitleLast {
	width:100px;
	}
#topNav {
	position:relative;
	top:-15px;
	}
.next {
	text-align:right;
	padding-right:3px;
	width:100px;
	float:right;
	}
.previous {
	text-align:left;
	padding-left:3px;
	width:100px;
	float:left;
	}
#galleryInstructions {
	color:#729704;
	padding-top:5px;
	margin-top:40px;
	border-top:1px solid #D4DD97;
	text-align:center;
	}
td.galleryThumbnail {
	color:#729704;
	width:90px;
	border:1px solid #8B8530;
	padding:8px;
	vertical-align:top;
	line-height:15px;
	}
.artworkTitle {
	margin-bottom:5px;
	height:30px;
	}
.imageDetail {
	padding:0px 0px 15px 25px;
	}
img.artwork {
	margin:0px auto 10px auto;
	border:1px solid #D3CDA8;
	}
