/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none;
}
body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #DCCFC9;
	background-color: #080000;
	margin: 0px;
	background-image: url(images/graphics/galleryBkg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
img {
	border: none;
}

img, div, a { behavior: url(iepngfix.htc) }

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #F0E0BE;
	text-decoration: none;
}
a:visited {
	color: #F0E0BE;
	text-decoration: none;
}
a:hover {
	color: #F0E0BE;
	text-decoration: underline;
}
#cartLink {
	position: absolute;
	left: 72%;
	top: 55px;
	z-index: 2;
}
#footer {
	font-size: 11px;
	color: #71665E;
	margin-top: 4px;
}
#galleryNav {
	margin: 20px 4px 0px 20px;
}
#nav {
	color: #362312;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;   
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 12px;
	padding: 19px 0px 10px 0px;
}
#nav a:link {
	color: #918435;
	text-decoration: none;
}
#nav a:visited {
	color: #918435;
	text-decoration: none;
}
#nav a:hover {
	color: #E3D8D2;
	text-decoration: none;
}
.level1 {
	margin-top: 10px;
	text-transform: uppercase;
}
