html,body {
	height: 100%;
}
#non_footer {
	position: relative;
	min-height: 100%;
	_height: 100%;
}
#container {
	padding-bottom: 275px;
}
#footer {
	position: relative;
	margin-top: -275px;
	background-color: white;
	height: 275px;
}
#footer_container {
	padding-top: 20px;
}

body {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #151616;
}
#header {
	margin-bottom: 30px;
}
h1,h2,h3,h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1.1px;
	margin: 0px;
	line-height: 40px;
}
h1 {
	color: #DB2528;
	font-weight: bold;
	font-size: 24px;
}
h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
h2 a {
	color: white;
	text-decoration: none;
}
p, .byline {
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #848D95;
}
#nav {
	text-align: right;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	line-height: 20px;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, #nav a:hover, .byline a:hover {
	text-decoration: underline;
}
.byline {
	margin-bottom: 0px;
	padding-left: 60px;
}
.byline a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
}
#footer_container {
	background-image: url('../images/bms.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 100px;
}
#footer h3 {
	color: #DB2528;
	font-size: 20px;
}
#footer p {
	color: #646464;
}
#footer strong {
	color: #272727;
}
a {
	color: #990066;
}
#content p a:hover {
	color: #D60D79;
}
#footer a {
	font-weight: bold;
}
.amp {
	color: #E9743B;
}
#chaptercore {
	text-align: right;
}
#headlines, #brother-of-the-week, #highlights {
	margin-bottom: 20px;
	clear: both;
}
#brother-of-the-week img {
	border: 2px solid white;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#highlights p {
	padding-left: 60px;
	margin-bottom: 0px;
}
.callout {
	border: 5px solid white;
	margin-bottom: 20px;
}