body {
	background: url(../level2/backgrounds/sangria-1x40.gif) top repeat-x #000;
}

#wrapper {
	margin: 0 auto 1.5em;
	width: 76em;
	max-width: 95%;
}

#wrapper.gallery {
	margin: 0 auto 1.5em;
	width: 95%;
}
#masthead {
	background: url(../level2/mastheads/pdj-sangria.gif) 15px 9px no-repeat;
	height: 4em;
	max-height: 40px;
	min-height: 40px;
}
	#masthead h1 {
		position: absolute;
		left: -5000em;
	}

	#masthead ul {
		margin: 1em 0;
		float: right;
	}

		#masthead ul li {
			list-style: none;
			display: inline;
			padding: .2em 0;
			border: #A9160E solid;
			border-width: 0 0 0 .1em;
		}
		#masthead ul li:first-child {
			border: 0;
		}
	
		#masthead ul li a {
			font-size: 120%;
			font-weight: normal;
			color: #FFF;
			padding: .5em 1em;
			width: 9em;
			text-decoration: none;
		}
		
		#masthead ul li a:hover {
			background-color: #92000A;
			color: #FFF;
			text-decoration: underline;
		}
		
		
#content {
	background: #778899;
	padding: 2em;
}
	#content h2 {
		font-size: 400%;
	}
	#content p {
		font-size: 125%;
		margin: 1em .5em;
		line-height: 110%;
	}
	#content a {
		color: #A92000E;
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}
	#content span.pdf img {
		margin: 0 1.5em 0 0;
	}
	#content span.pdf strong {
		display: block;
		font-size: 125%;
	}
	
#closer-wrapper {
	background: #92000A url(../level2/backgrounds/sangria-closer-left.gif) bottom left no-repeat;
}

#closer {
	background: url(../level2/backgrounds/sangria-closer-right.gif) bottom right no-repeat;
	height: 3em;
	/*text-align: right;*/
	padding: 0 2em;
	color: #FFF;
}
	#closer img {
		margin: .7em 0 0 0;
		float: left;
	}
	#closer a {
		color: #FFF;
		text-decoration: none;
	}
	#closer a:hover {
		text-decoration: underline;
	}
		
	#closer ul {
		float: right;
		vertical-align: middle;
		padding:1em 0 0 0;
	}
		#closer ul li {
			list-style: none;
			display: inline;
			padding: .2em .5em;
			border: #A9160E solid;
			border-width: 0 0 0 .1em;
		}
		#closer ul li:first-child {
			border-width: 0;
		}
