#magazine_cover {
		margin-left: 66px;
		width: 600px;
		}

#magazine_article_column {
		float: left;
		width: 326px;
		text-align: justify;
		padding: 20px 20px 20px 20px;
		font-family: arial, "lucida console", sans-serif;
		font-size: 12px;
		text-indent: 20px;
		line-height: 5px;
		}

.dropcap {
		float: left;
		margin: 0 3px 0 0;
		color: firebrick;
		font-size: 46px;
		line-height: 36px;
		font-family: "times", "Times New Roman";
		}

		
#magazine_header {
		background-image: url("../images/magazine_header.jpg");
		background-repeat: no-repeat;
		background-position: left top;
		width: 732px;
		height: 206px;
		}
		
#magazine_header_shadow {
		background-image: url("../images/magazine_header_shadow.png");
		background-repeat: repeat-x;
		background-position: left top;
		height: 26px;
		max-height: 26px;
		}
		
.magazine_body {
		width: 625px;
		min-height: 374px;
		padding: 17px 19px 5px;
		margin: 0 auto;
		background-image: url("../images/magazine_body_bg.png");
		background-repeat: no-repeat;
		background-position: left top;
		}
		
#magazine_links {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-left: 53px;
		}

#magazine_links li {
		float: left;
		display: block;
		}

#magazine_links a {
		height: 26px;
		line-height: 26px;
		color: #222;
		display: block;
		float: left;
		text-decoration: none;
		font-size: 0.9em;
		font-weight: bold;
		font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		padding: 0 14px;
		margin-right: 14px;
		background-image: url("../images/magazine_link_bg.png");
		background-position: left top;
		background-repeat: repeat-x;
		}		
		
#magazine_links a:hover {
		background-image: url("../images/magazine_link_bg.png");
		background-position: left bottom;
		}
		
.magazine_body .magazine_body_header {
		background: #eee;
		height: 32px;
		line-height: 32px;
		font-weight: bold;
		font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		padding: 0 17px;
		color: #000;
		}
		
.magazine_body .magazine_content {
		padding: 5px 17px;
		font-size: 95%;
		font-family: Verdana, sans-serif;
		line-height: 140%;
		}

.magazine_body .magazine_content .by_line {
		color: #666;
		font-size: 0.9em;
		margin-bottom: 15px;
		}

#magazine .magazine_body .magazine_content p {
		padding: 0 20px;
		margin-top: 25px;
		line-height: 160%;
		}
		
.magazine_body h3 {
		margin-left: 20px;
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
		font-family: Georgia, "Times New Roman", serif;
		}
		
.magazine_body h4 {
		margin-left: 20px;
		font-weight: bold;
		color: #000;
		}
		
.magazine_body ol, .magazine_body ul {
		margin-left: 40px;
		}
		
#magazine_pages {
		text-align: right;
		margin: 0 53px;
		padding: 10px 0;
		border-top: 1px dashed #666;
		}
		
#author_footer {
		background: #f4f1d9;
		margin: 0 53px;
		padding: 20px;
		}
		
#author_footer .author_thumbnail {
		border: 1px solid #999;
		}
		
#author_footer .author_description {
		width: 449px;
		float: right;
		}

#author_footer .author_description p {
		font-size: 0.9em;
		margin-top: 10px;
		}
		
#author_footer .author_description h3 {	
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
		font-family: Georgia, "Times New Roman", serif;
		margin: 0;
		}		
		
.leftfloater {
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		}
		
.rightfloater {
		margin-left: 20px;
		margin-bottom: 20px;
		float: right;
		}		
		
.leftfloater, .rightfloater {
		font-size: 0.8em;
		font-style: italic;
		width: 200px;
		}
		
		