body {
background-image: url('bg.png');
}

#inner {
	background: white;
	margin: 50px auto;
	max-width: 1000px;
	padding: 2px 20px;
}


.body_section {
	display: none;
	background: white;
}

#nav .active {
	font-weight: bold;
	color: white;
}

.body_section.active {
	display: block;
}


div#nav div, #download_link {
	background: grey;
	border-radius: 5px 5px 0 0px;
	box-shadow: 0px -2px 6px rgba(0, 0, 0, .3);
	display: inline-block;
	height: 21px;
	line-height: 22px;
	padding: 4px 11px;
	position: relative;
	text-align: center;
	transition: .2s;
	vertical-align: top;
	width: 99px;
}

#download_link {
	text-decoration: none;
	color: black;
}

#nav div:hover, #download_link:hover {
	cursor: pointer;
	color: white;
	transition: .2s;
}

#nav div:hover:before, #download_link:hover:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

#nav {
	margin-top: -33px;
	width: 100%;
	padding: 2px 20px;
	margin-left: -20px;
}


div#nav div#people_tab {
	background: orange;
}

div#nav div#business_tab {
	background: green;
}

div#nav div#editorials_tab {
	background: #d856d8;
}

div#nav div#media_tab {
	background: #7777ea;
}

div#nav div#highlights_tab {
	background: #ef5e5e;
}