body {
	background: #d8d4d0 url(../images/background-dscn5318.jpg) no-repeat fixed center top;
	font: 15px/1.75 Georgia, "Times New Roman", Times, serif;
	color: #555;
}
.container_12 {
	background: #fff;
	border: 1px solid rgb(180,180,180);
	border-top: 0px;
	/* shadow params: color - horizontal offset - vertical offset - blur */
	-moz-box-shadow: #666 0px 5px 35px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 40px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 40px;
}
.header {
	background: rgb(139,43,29);
	line-height: 0px;
}
.bodyText h1 {
	margin: 0 0 .75em 0;
	font-weight: normal;
	color: #80281b;
	font-size: 215%;
	line-height: 1;
}
.bodyText p {
	margin-bottom: 1em;
}
.bodyText a, .bodyText a:visited {
	color: #81281B;
	text-decoration: none;
	border-bottom: solid 1px #81281b;
}
/* "buy prints" page 960.gs overrides */
.container_12 .grid_2 {
	width: 126px;
	padding: 6px 6px 0 6px;
}
.buyPrints {
	background-color: #f4f3ee;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.buyPrints h3 {
	margin: 0 0 .25em 0;
	font-weight: bold;
	color: #80281b;
	font-size: 90%;
	line-height: 1.25;
}
.buyPrints p {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	margin: 0 0 .75em 0;
}
p.caption {
	font-size: 90%;
	line-height: 90%;
	font-style: italic;
	margin: 0 0 5em 0;
}
.footer {
	background: #9798aa url(../images/footerBackground.png) repeat-x bottom;
	margin-bottom: 10px;
	margin-top: 8em;
}
.imgFloatLeft {
	float: left;
	margin: .3em 10px 0 0;
}
.footer p {
	color: #fff;
	font-size: 85%;
	text-align: center;
	margin: .5em 0 .5em 0;
}
.accentColor {
	color: #FF0000;
}
/* navbar styles */
#menu {
	background: #99a79b url(../images/menuDivBackground.png) repeat-x top;
	width: 940px;
	min-width: 940px;
	height: 32px;
	margin-bottom: 70px;
}
#menu ul li.current {
	background: #fff url(../images/menuTabBackground.png) repeat-x top;
	display: block;
	outline: none;
	width: 150px;
	height: 22px;
	padding: 5px 0;
	color:#8b2b1d;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
}
ul {
	width: 845px;
	height: 32px;
	margin-left: 95px;
	padding: 0px;
}
li {
	float: left;
}
li a {
	background:url(../images/menuAnimBackground.png) repeat 0 0;
	display: block;
	outline: none;
	width: 150px;
	height: 22px;
	padding: 5px 0;
	color:#f5f8f6;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
}
li a:hover {
	background-position:50px 0;
}

