/* Main Structure */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}

div#frame {
	width: 703px;
	min-width: 703px;
	margin: 80px auto 50px auto;
}

div#top {
	margin-bottom: 35px;
	float: left;
	width: 100%;
	position: relative;
}

	.contact-header {
		/* display: none; */ /* remove this when going live */
		position: absolute;
		top: 0;
		left: 0;
		text-transform: uppercase;
		letter-spacing: 0.4em;
		color: #666;
		font-weight: bold;
	}

div#artwork a.aquo,
div.pagination a.aquo
 {
	/* font-size: 1.4em; */
	font-size: 11px;
	color: #333333;
	line-height: 2em;
	letter-spacing: 0.3em;
}

h1 {
	line-height: 0.7em;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-weight: normal;
	font-size: 1em;
}

	#logo h1 {
		font-size: 1.125em;
	}

div#links h1 {
	margin-bottom: 15px;
	font-size: 0.9em;
}

p {
	color: #333333;
	margin-bottom: 10px;
}

div#artwork {
	font-size: 0.8em;
	line-height: 2em;
	letter-spacing: 0.3em;
	color: #666666;
	text-transform: uppercase;
	/* margin-top: 35px; */
}

div#artwork .title {
	color: #ffffff;
	font-size: 1.1em;
}

div#artwork p {
	text-transform: none;
	line-height: 1.6em;
	letter-spacing: 0em;
}

div.pagination {
	text-transform: none;
	/* color: #999999; */
	color: #666666; /* updated color scheme */
	font-size: 11px;
	margin-bottom: 8px;
}

div.pagination .number {
	color: #666666;
	letter-spacing: 0.3em;
	/* font-size: 10px; */
}

div#logo {
	float: left;
	margin-top: 85px;
}

p.fancy {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 0.9em;
	line-height: 2em;
	margin-top: 35px;
	letter-spacing: 0.4em;

}

div#footer {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.2em;
	/* color: #999999; */
	color: #666666; /* updated color scheme */
	letter-spacing: 0.4em;
}

div#footer a {
	text-decoration: none;
	/* color: #999999; */
	color: #666666; /* updated color scheme */
}

div#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}

div#footer hr {
	margin: 20px 0px;
	border: 0px none;
	height: 1px;
	/* background-color: #999999; */
	background-color: #666666; /* updated color scheme */
}

/* Navigation */
ul#nav {
	float: right;
}

ul#nav li {
	list-style-type: none;
	margin: 4px 0px;
}

ul#nav li a {
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0.4em;
}

/* Secondary Navigation */
ul#secondaryNav {
	float: right;
	width: 332px;
	margin-bottom: 20px;
}

ul#secondaryNav li {
	list-style-type: none;
}

ul#secondaryNav li a {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	line-height: 1.5em;
}

/* Homepage Feature Images */
#hp-feature {
	/* width: 703px; */
	width: 717px;
}

#hp-feature img {
	padding-right: 10px;
}