html, body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	background-color:#b7a89d;
	font-family: verdana, sans-serif;
	font-size:100%;
	min-width:770px;
	background-color:#6f5c50;
	border:solid 5px #b7a89d;
}
#wrapper {
	height:100%;
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#wrapper td {
	vertical-align:top;
}
#wrapper1 {
	height:100%;
	width:100%;
	border:solid 1px #fff;
}
.home {
	/*
	background-image: url("media/splash.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	*/
	height:550px;
}
.splash {
	background-image: url("media/splash.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height:539px;
	border: solid 1px #b7a89d;
}
/* template columns */
.left_col {

	height:100%;
	width:300px;
	background-image: url("media/flag.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color:#b7a89d;
	padding:0;
	float:left;
	margin:0;
}

p{
	/*font-size:1.1em;*/
	line-height:1.4em;
}
.double {
/*	padding: 0 0 0 270px;*/
	float:left;
	text-align:left;
	color:#ffffff;
}
/* navigation stuff */
.nav {
	margin: 205px 0 0 50px ;
	padding:0;
	font-size:.7em;
	letter-spacing:.15em;
}
.nav a:visited {
	height:1em;
	color:#b7a89d;
	text-decoration:none;
}
.nav a:active, .nav a:link {
	height:1em;
	color:#b7a89d;
	text-decoration:none;
}
.nav a:hover {
	height:1em;
	color:#ffffff;
	text-decoration:none;
}
.navon {
	height:1em;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.nav h4 {
	font-family:georgia;
	font-weight:bold;
	font-size:105%;
	color:#C1B9B4;
	letter-spacing:.25em;
	padding: 0;
	margin: 1em 0 .5em 0;
}
.nav ul {
	list-style-type:none;
	padding:0;
	margin: 0 0 0 0;
}
.nav li {
	padding:0;
	margin:0;
}
.nav li ul {
	padding:0;
	margin: 0 0 0 1em;
}
.nav ul li ul li ul {
	margin: .5em 0 0 1.5em;
	line-height: 1.25em;
}

.nav .sub {
	margin: 1em 0 0  ;
}

.kingdom {
	position:absolute;
	bottom:20px;
	width:260px;
	text-align:center;
	float:left;
	font-size:small;
	font-weight:bold;
	color:#b7a89d;
}

/* collection page stuff */

.hide {
	display:none;
}

.collection_thumbnails {
	text-align:right;
	padding: 0 10px 0 0 ;
	margin: 20px 0 0 0 ;
	clear:both;
}
.collection_thumbnails_top {
	margin: 200px 0 0 0 ;
}
.cThumb {
	padding: 5px;
	margin:0;
	border:solid 1px #b7a89d;
}
.cThumb:hover, .cThumb.sfhover {
	padding: 5px;
	margin:0;
	border:solid 1px #fff;
}
.cat_titles {
	float:right;
	margin: 20px 0px 20px 0;
	padding: 0 25px 0 0 ;
}

/* browse category stuff */

.photostage {
	display:inline;
	height:444px;
	width:293px;
	/* background-image: url("media/loading.gif") 50% no-repeat; */
}
.photostage img {
	padding:0;
	margin:0;
}
.category_thumbnails  {
	float:right;
	width:300px;
	padding: 4px 0 0 0; 
	margin: 0 0 0 0;
}
.category_thumbnails img {
	float:right;
}
.category_title {
	position:relative;
	top:141px;
}
.catThumb {
	padding:1px;
	margin:1px;
	border:solid 1px #b7a89d;
}
.catThumb:hover, .catThumb.sfhover  {
	border:solid 1px #ffffff;
}
.backstage {
	text-align:right;
}
.itemDescription {
	width:200px;
	font-size:x-small;
	color:#b7a89d;
	position:relative;
	top:150px;
	left:15px;
}
.contacts {
	width:213px;
	font-size:x-small;
	color:#b7a89d;
	margin: 0 20px 0 0 ;
	padding: 1em;
	border:solid 1px #b7a89d;
	float:right;
}
.contacts h5 {
	letter-spacing:.35em;
	font-size:x-small;
}

.about {
	width:213px;
	font-size:x-small;
	color:#b7a89d;
	margin: 0 0 0 0 ;
	padding: 0 1em;
}

.about h5 {
	letter-spacing:.35em;
	font-size:x-small;
	margin: 0 0 0 0 ;
	padding:0;
}

.itemDescription a {
	padding:0;
	margin:0;
	font-size:100%;
	letter-spacing:normal;
}
.itemDescription a:active, .itemDescription a:link {
	color:#b7a89d;
	text-decoration:underline;
}
.itemDescription a:visited {
	color:#b7a89d;
	text-decoration:underline;
}
.itemDescription a:hover {
	color:#fff;
	text-decoration:underline;
}

