body {
	background: #fff;
	margin: 0; padding: 0;
	text-align: center;
}

img { border: 0; }

#content {
	width: 800px;
	margin: 55px auto 10px auto;
	padding: 0;
}

#nav {
	width: 275px;
	height: 490px;
	background: #fff url("../images/bg_nav.jpg") no-repeat 0 0;
	vertical-align: top;
}

#story {
	width: 520px;
	height: 490px;
	background: #fff url("../images/bg_story.jpg") no-repeat 0 0;
	font: 13px/3 Times, serif;
	font-style: italic;
	font-weight: 700;
	vertical-align: middle;
	color: #36261b;
}

#newsroom {
	width: 520px;
	height: 490px;
	background: #fff url("../images/bg_newsroom.jpg") no-repeat 0 0;
	font: 14px Times, serif;
	color: #36261b;
}
#newsroom a			{ color: #36261b; text-decoration: none; }
#newsroom a:hover	{ color: #927f61; }

.download img { border: 1px solid #fff; }

.footer {
	height: 20px;
	text-align: center;
	vertical-align: top;
	font: 13px Times, serif;
}
.footer a {
	border: 1px solid #ebbbc1;
	padding: 2px 5px;
	background: #eeeeee;
	color: #927f61;
	text-decoration: none;
}
.footer a:hover	{
	background: #ebbbc1;
	color: #000;
}