
/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	background-color: #E9E8D7;
	background-image:url(/img/bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 21px 35px 25px 85px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #83705D;
}

h1, h2, h3 {
	margin: 0 0 0.5em 0;
}

p {
	margin: 0 0 1em 0;
}

img {
	border-style: none;
}


/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

div.gallery {
	margin: 0 0;
	position: relative;
}

div.images {
	margin-bottom: 8px;
}

div.gallery p {
	position: absolute;
	bottom: 0;
	left: 508px;
	margin-bottom: 26px;
}

div.galleryplustext div.gallery {
	width: 309px;
	float: left;
}

div.galleryplustext p {
	position: static;
}

div.galleryplustext div.text {
	padding: 0 0 15px 330px;
	background-image:url(/img/dots.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin-bottom: 8px;
}

img.galleryimg {
	display: block;
	margin-bottom: 12px;
}

/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#content {
	line-height: 150%;
	color: #860023;
	margin: 0 0 0 190px;
	width: 657px;
	padding: 0 20px 25px 20px;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #5C0E14;
}

#content h1 {
	text-transform: uppercase;
	color: #797066;
	font-weight: bold;
	font-size: 16px;
}

#content h2 {
	font-weight: bold;
	font-size: 14px;
}

#content a {
	color: #98012E;
	background-image:url(/img/arrow-right.gif);
	background-repeat: no-repeat;
	padding-right: 18px;
	background-position: right 0.2em;
}

#content div.gallery a {
	padding-right: 0.5em;
	color: #A5967A;
	background-image: none;
}

#content div.gallery a.active {
	color: #98012E;
}

#head {
	padding: 0 16px 20px 0;
	background-image:url(/img/dots.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin-bottom: 8px;
}

#head a {
	display: block;
	background-image:url(/img/logo.gif);
	background-repeat: no-repeat;
	width: 449px;
	height: 146px;
}

#head span {
	position: absolute;
	top: -100em;
	left: -100em;
}

#navigation {
	position: absolute;
	margin: 0 15px;
	width: 159px;
	padding: 0;
}

#navigation ul {
	margin: -3px 0 0 0;
	padding: 0;
}

#navigation ul ul {
	margin-top: 2px;
}

#navigation li  {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type: none;
}

#navigation li li {
	padding-left: 20px;
}

#navigation li a {
	text-transform: uppercase;
	font-size: 14px;
}

#navigation li a strong {
	color: #860023;
}

