/* CSS Document */

body { 
	background:#890616;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	margin:54px auto;
	width:820px;
}

#container {
	background:#770009;
	position:relative;
	top:-70px;
	padding-top:1em;
	padding-bottom:2em;
}

#content {
	margin:auto 60px;
}

h2 {
	font-weight:normal; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
}

h3 {
	font-weight:normal; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	margin-bottom: 0;
	padding-bottom:0;
}

a { color:#cd4b59; text-decoration:none }
a:hover { text-decoration:underline }
a img { border:1px solid #cd4b59; }
a.logo img { border:0 }

#footer {
	text-align:center;
	font-size:11px;
	color:#cd4b59;
	margin-top:1em;
	position:relative;
	top:-70px;
}

#brandNav {
	position:relative;
	top:-20px;
}


/* NAVIGATION */

#nav {
	margin-left:85px;
	position:relative;
	top:-38px;
}

* html #nav { margin-left:120px; }

#subnav { 
	white-space:nowrap;
}

* html #subnav { text-align:center }

#nav ul, #subnav ul { margin-left:0 }

#nav li, #subnav li {
	display:inline;
	list-style:none;
	margin-left:0;
}

#nav a, #nav span {
	padding:6px 12px;
}

#subnav a, #subnav span {
	padding:6px;
}

#nav span {
	background:#770009;
}

#nav a:hover {
	background:#cd4b59;
	text-decoration:none;
	color:#890616;
}

.notEm {
	font-size:80%;
	font-weight:normal;
}


/* IMAGE GALLERIES */

#thumbs td { vertical-align:top }
.thumb { width:270px; margin:15px 30px; text-align:center; }
.thumb p, .thumb h2, #medImage p, #medImage h2 { margin:0; padding:0; }
.thumb h2, #medImage h2 { font-size:1em; margin-top:.5em; }
.thumb .detail, #medImage .detail { font-size:.75em; color:#cd4b59; }

#medImage, #nonGalleryImage { margin:40px 70px 10px; text-align:center; }

#galleryNav { text-align:center; font-size:.75em; margin-bottom:6px; }
#galleryNav a, #galleryNav span { padding:2px 4px; }
#galleryNav a:hover, #galleryNav span { 
	background:#cd4b59;
	text-decoration:none;
	color:#890616;
}