@charset "UTF-8";
div#archiveContainer {
	margin: 0 auto; /*Gives top and bottom margin of 0px and sides auto, centering page*/
	text-align: left; /*Left aligns everything inside container, overruling body centering*/
	width: 960px;
	min-height:1500px;
	background-color: #110700;
	background-image: url(images/archive-pix/archive-background.jpg);
	background-repeat: no-repeat;
}
#archivePage  h3 {
	font-size: 1.1em;
	color: #92704C;
	font-weight: normal;
}
#archivePage h4 {
	color: #E7CEB3;
	font-size: 0.9em;
	font-weight: normal;
}
#archivePage h2 {
	font-size: 1.4em;
	text-align: left;
	color: #9C7D5E;
	font-weight: normal;
	text-decoration: none;
}
#archivePage #bannerUnderline {
	height: 10px;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA8867;
	float: left;
	display: inline;
}
#archivePage #navigation {
	width: 650px;
	float: right;
	text-align: right;
	padding-top: 68px;
}
#archivePage #navigation li {
	list-style-type: none;
	display: inline;
	text-align: right;
}
#archivePage #navigation li #nolinenav {
	text-decoration: none;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #120800;
}
#archivePage #navigation li a {
	text-decoration: none;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A98C6F;
	font-size: 1.1em;
}
#archivePage #navigation li a:link, #archivePage #navigation li a:visited {
	color: #AA8867;
}
#archivePage #navigation li a:hover, #archivePage #navigation li a:active {
	color: #714F2D;
}
.archiveColumn {
	font-size: 1em;
	width: 171px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.3em;
	color: #668;
	float: left;
}
.archiveimg {
	margin-top: 10px;
	margin-bottom: 5px;
}
#archivePage .subheadingLeft {
	float: left;
	display: inline;
	height: 27px;
	width: 470px;
	font-size: 1.1em;
	text-align: right;
}
#archivePage .subheadingright {
	float: left;
	display: inline;
	height: 27px;
	width: 470px;
	font-size: 1.1em;
	text-align: right;
	color: #9C7D5E;
}
