* {
	font-family: Cambria, Arial, sans-serif;
	background: #000;
	color: #fff;
	font-size: 12pt;
}

#wrap {
	width: 500px;
	margin: 0 auto 50px;
}

#header {
	margin: 75px 0 20px;
}

#contact_line {
	letter-spacing: 0.02em;
	padding: 10px 25px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#magazine {
	padding: 13px 0;
	height: auto;
}

#magazine .readmagazine, #magazine .readmagazine_btn {
	height: 25px;
	padding-top: 5px;
}

#magazine .readmagazine {
	display: block;
	text-align: left;
	padding-left: 25px;
	width: 197px;
	background: url('img/read_mag.png') no-repeat center center;
	float: left;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

#magazine .readmagazine_btn {
	background: url('img/magazine_number_btn.png') no-repeat center center;
	display: block;
	width: 60px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

#contact_line a {
	text-decoration: none;
}

#contact_line a:hover, #contact_line a:active {
	opacity: 0.8;
}

#contact_line small {
	font-size: 9pt;
	font-style: italic;
	text-transform: lowercase;
	font-weight: normal;
}

#content h1 {
	font-size: 24pt;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#content p {
	margin:0;
	text-align: justify;
	text-indent: 50px;
	font-size: 11pt;
}

.no-indent {
	text-indent: 0 !important;
}

#content p .magazine_cover {
	float: right;
	margin: 0 0 20px 20px;
}

.hr {
	background-color: #fff;
	display: block;
	width: 100%;
}

.clearfix {
  overflow: auto;
}

