/* Shared color and styling */
body {
	background: #305170;
}

cite {
	font-style: italic;
}

#header ul, #footer {
	background: #96A6B6;
}

#header ul, #footer ul {
	list-style: none;
	padding: 0;
}

#header a, #footer li a, #content h2, h1 {
	color: black;
	letter-spacing: 0;
	text-decoration: none;
	font-family: "Charlemagne Std", "Times New Roman", serif;
	font-variant: small-caps;
}

#content, #footer {
	color: black;
	font-family: Baskerville, Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, "Times New Roman", serif;
}

#content a, #footer a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

/* Layout */
html, body {
	margin: 0;
	padding: 0;
}


h1 {
	color: #96A6B6;
	margin: 0;
	position: relative;
	height: 318px;
	width: 700px;
}

	h1 span {
		background: url("/images/merciel_banner.jpg");
		position: absolute;
		height: 100%;
		width: 100%;
	}

#header {
	margin: 0;
}

#header ul {
	margin: 0;
	height: 65px;
}

	#header ul li {
		float: left;
		height: inherit;
	}
	
	#header li a {
		display: block;
		line-height: 65px;
		text-align: center;
		height: 100%;
	}
	
	#header a:hover {
		background: #C1CBD4;
	}
	
	#home, #about, #contact, #press {
		border-right: 1px black solid;
	}
	
	#home, #press {
		width: 139px;
	}
	
	#about {
		width: 138px !important;
	}
	
	#contact, #works {
		width: 140px;
	}

#wrapper {
	background: #667C8F;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 700px;
}

#content {
	background: #D1DAE1;
	margin: 10px auto;
	padding-bottom: 15px;
	padding-top: 2px;
	width: 600px;
}
	
	#content h2 {
		border-bottom: 1px solid white;
		margin: 10px 15px 8px;
		padding: 0;
		height: 0.95em;
	}
	
	#content h3 {
		font-size: 100%;
		margin: 0 15px;
	}
	
	#content p, #content img {
		margin: 0 15px 1em;
	}
	
	#content ul {
		margin: 0.5em;
	}
	
	#content p {
		line-height: 115%;
		word-spacing: 0.25ex;
	}
	
	sup {
		position: relative;
		bottom: 0.5ex;
		vertical-align: baseline;
	}
	
	blockquote {
		margin-bottom: 0.25em;
	}
	
	.no-attr {
		margin-bottom: 1em;
	}
	
	#content img {
		float: right;
	}
	
	.clearing {
		clear: right;
	}

#footer {
	font-size: 90%;
	height: 100%;
	margin: 0;
	overflow: auto;
	padding: 0;
}

	#footer p {
		margin: 5px 1em 0;
	}

	#footer p, #footer ul {
		float: right;
	}
	
	#footer p#art_credit {
		clear: right;
		margin-top: 0px;
	}
	
	#footer ul {
		clear: right;
		margin: 2px 0 5px;
	}

	#footer li {
		float: left;
	}
	
	#footer li a {
		display: block;
		margin-right: 1em;
	}
	
	#footer li a:hover {
		text-decoration: underline;
	}
