body, html {
	color: #000;
}
#cage {
	position: relative;
	width: 812px;
	float: left;
	background: url(/assets/header.jpg) no-repeat top center;
	z-index: 1;
}

#content {
	position: relative;
	float: left;
	width: 615px;
	margin: 0;
	margin-top: 170px;
	margin-left: 2px;
	border-left: solid #999573 190px;
	background: #EAE4C2;
	padding-bottom: 3.25em;
}
#subNavBottom { 
	position: absolute;
	background: url(/assets/subNavBottom.jpg) bottom left no-repeat;
	width: 190px;
	height: 299px;
	bottom: 0;
	left: -190px;
	z-index: 20;
}
#content h1 {
	font-size: 2em;
}
#content h2 {
	font-size: 1.6em;
}
#content .copy {
	padding-left: 16px;
}
#content h1, #content h2, #content oneCol {
	padding-left: 16px;
	padding-right: 16px;
}
#content h1, #content h2 {
	margin: 0.75em 0;
	text-transform: uppercase;
}
#content h3 {
	display: block;
	clear: both;
}
#content #subNav {
	position: relative;
	float: left;
	clear: none;
	padding: 0;
	margin-left: -180px; /* needs to match border-left on content (content.css) */
	background: none;
	top: 30px;
	left: auto;
	height: 450px;
	overflow: visible;
	z-index: 80;
}

#content #subNav, #content #subNav li {
	width: 180px;
}
#content #subNav li {
	margin-bottom: 2em;
}
#content #subNav a {
	color: #530;
}
.copy {
	float: left;
	clear: none;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.5em;
	width: 284px;
	padding: 0.5em 0;
}
.oneCol {
	width: 576px;
}
.copy p {
	padding-top: 0;
	margin-top: 0;
}
.copy ul {
	padding: 0 1.5em;
	margin: 0;
	text-align: left;

}
.copy img {
	float: left;
	clear: none;
	padding-bottom: 1em;
}
.copy img.static {
	padding-right: 1em;
	float: none;
}
img.block {
	display: block;
}
.copy img.br {
}
#content div.hr { /* Style the hr for modern browsers */
	margin: 1em 0;
	height: 11px;
	background: url(/assets/hr.gif) center no-repeat;
	clear: both;
	display: block;
	width: auto;
}
#content div.hr hr { /* Regular hr will show up for older browsers */
	display: none;
}

/* Frame Image placement */
#frameTop, #frameBottom, #frameLeft, #frameRight {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 80;
}
#frameTop, #frameBottom {
	left: -1px;
}
#frameTop, #frameLeft, #frameRight {
	top: 0;
}
#frameLeft, #frameRight {
	bottom: 0;
}
#frameTop {
	background: url(/assets/content-top.gif) no-repeat left bottom;
	height: 14px;
	width: 812px;
}
#frameBottom {
	background: url(/assets/content-bottom.gif) no-repeat left top;
	height: 40px;
	width: 812px;
	bottom: -30px;
}
#frameLeft {
	background: url(/assets/content-left.gif) repeat-y left top;
	width: 21px;
	left: -1px;
}
#frameRight {
	background: url(/assets/content-right.gif) repeat-y right top;
	width: 7px;
	right: 1px;
}
ul.copy {
	list-style: none;
}
#cage .copy a, #cage #content #archLinks a {
	color: #530;
	text-decoration: none;
}
#cage .copy a:hover, #cage #content #archLinks a:hover {
	text-decoration: underline;
}
#cage #content .newsletter img {
	width: 100%;
	height: auto;	
}
#cage #content .newsletter p img {
	height: 33%;
	width: 33%;
	padding-bottom: 0 !important;
	padding: 0.5em 1em;
}
#cage #content .newsletter p img.right {
	float: right;
	padding-right: 0;
}
#cage #content .newsletter p img.left {
	float: left;
	padding-left: 0;
}
#cage #content #issue {
	float: right;
}
#cage #content #archLinks {
	position: absolute;
	right: 116px;
	top: 11px;
	display: block;
	width: auto;
	border: double medium;
	padding: 0.25em;
	background: #EAE4C2;
}
#cage #content.press #archLinks {
	right: 16px;
}
#cage #content #archLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
}