			body {
				text-align: center;
				font-family: Georgia, Times, serif;
				line-height: 1.4em;
				background-color: #000000;
			}
			
			h1 {
				font-size: 2em;
				margin: .75em 0 .5em 0;
				font-weight: normal;
				color: #F09;
				text-shadow: #000000 0px 0px 0px;
			}
			
			h2 {
				font-size: 1.25em;
				margin: 1em 0 .25em 0;
				color: #CCCCCC;
				text-shadow: #000000 0px 0px 0px;
				border-bottom: 1px dotted #999999;
				padding-bottom: 5px;
			}
			
			h2.prize {
				font-size: 1.5em;
				margin: 1.5em 0 .25em 0;
				color: #F09;
				text-shadow: #000000 0px 0px 0px;
				border-bottom: 1px dotted #F09;
				padding-bottom: 5px;
			}
			
			
			h3 {
				font-size: 1.125em;
				margin: 0 0 .25em 0;
				color: #CCCCCC;
				text-shadow: #000000 0px 0px 0px;
			}
			
			h3.prize_title {
				font-size: 1.25em;
				margin: .5 0 .25em 0;
				color: #CCCCCC;
				text-shadow: #000000 0px 0px 0px;
			}
			
			
			h4 {
				font-size: 1.125em;
				margin: 0 0 .25em 0;
				color: #999999;
				text-shadow: #000000 0px 0px 0px;
			}
			
			p {
				font-size: 0.875em;
				margin: 0 0 .75em 0;
				color: #FFFFFF;
				text-shadow: #000000 0px 0px 0px;
			}
			
			
			a:link {
				color: #F09;
			}
			
			a:visited {
				color: #c64120;
			}
			
			a:hover {
				color: #FFFFFF;
				background-color: #F09;
			}
			
			ul {
				list-style: square;
				line-height: 1.4;
				list-style-position: inside;
				color: #ffffff;
				text-shadow: #000000 0px 0px 0px;
				font-size: 0.875em;
				margin: 0 0 .75em 0;
			}
			
			.box {
				width: 660px;
				margin: 20px auto 0 auto;
			}
			
			#errors_box {
				margin-bottom: 30px;
			}
			
						
			#container {
				width: 900px;
				text-align: left;
				margin: 20px auto;
				padding-top: 30px;
			}
			
			#intro {
				padding-top: 20px;
			}
			
			#mpack_download {
				float: right;
				width: 300px;
				display: inline;
				padding: 10px;
				border: 1px solid #333333;
				background: #121212;
				-moz-border-radius: 3px;
				-webkit-border-radius:3px;
				border-radius: 3px;
				margin-top: 0 !important;
			}
			
			#mpack_download h2 {
				font-size: 16px;
				margin: 0 0 10px 0;
			}
			
			#mpack_download p {
				font-size: 14px;
				line-height: 1.5;
			}
			
			#mpack_download img {
				width: 80px;
			}
			
			#mag_downloads {
				float: left;
				display: inline;
				width: 550px;
			}
			
			#mag_downloads p {
				font-size: 15px;
			}
			
			#select_download_issue {
				float: left;
				display: inline;
				width: 100%;
				clear: both;
				padding-top: 20px;
				margin-top: 10px;
				border-top: 1px dotted #cccccc;
			}
			
			.large_label {
				font-size: 18px;
			}
			
			#media_pack_thumb {
				float: right; 
				display: inline;
				margin: 0 0 0 10px;
			}
			
			#mpack_download_link {
			text-align:center;
			margin-bottom: 0;
			clear: both;
			}
			
			.issue_list {
				margin-top: 30px !important;
			}
			
			.issue_list li {
				cursor: pointer;
				border: 1px solid #000;
			}
			
			.issue_list h2 {
			margin-bottom: 20px !important;
			}
			
			h2 span {
				cursor: pointer;
				color: #F09;
				padding: 5px 10px;
				background: #333;
				border-top: 1px solid #666;
				border-left: 1px solid #666;
				border-right: 1px solid #666;
			}
			
			h2 span:hover {
				color: #cc3399;
				padding: 5px 10px;
				background: #444;
			}
			
			h2 span.active {
				color: #FFF;
				background: #000;
			}
			
			#tab_header {
				border-bottom: none;
			}
			
			#mpack_download_link a:link, #mpack_download_link a:visited {
				border-top: 1px solid #fc89ce;
				border-right: 1px solid #d80082;
				border-left: 1px solid #fc89ce;
				border-bottom: 1px solid #d80082;
				background-color: #F09;
				color: #FFFFFF;
				-moz-border-radius: 2px;
				-webkit-border-radius:2px;
				border-radius: 2px;
				padding: 3px 0;
				width: 100%;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				display: block;
				text-decoration: none;
			}
			
			#mpack_download_link a:hover {
				border-bottom: 1px solid #fc89ce;
				border-left: 1px solid #d80082;
				border-right: 1px solid #fc89ce;
				border-top: 1px solid #d80082;
				background-color: #a21460;
				color: #FFFFFF;
				text-decoration: underline;
			}
			
			
			#latest_issue_lgthumb {
				float: right;
			}
			
			#reg_email {
				width: 280px;
				margin-top: 5px;
				font-size: 14px;
				border-top: 1px solid #000000;
				border-right: 1px solid #666666;
				border-left: 1px solid #000000;
				border-bottom: 1px solid #666666;
				background-color: #CCCCCC;
				height: 24px;
				-moz-border-radius: 3px;
				-webkit-border-radius:3px;
				border-radius: 3px;
			}
			
			#download_mag_button {
				display: block;
				width: auto;
				overflow: visible;
				cursor: pointer;
				border: none;
				background: none;
				padding: 0;
				float: left;
			}
			
			#download_mag_button div {
				border-top: 1px solid #fc89ce;
				border-right: 1px solid #d80082;
				border-left: 1px solid #fc89ce;
				border-bottom: 1px solid #d80082;
				background-color: #F09;
				color: #FFFFFF;
				-moz-border-radius: 2px;
				-webkit-border-radius:2px;
				border-radius: 2px;
				text-shadow: #96005a 1px 1px 1px;
				padding: 5px 0;
				width: 160px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				float: left;
			}
			
			#download_mag_button div:hover {
				border-bottom: 1px solid #fc89ce;
				border-left: 1px solid #d80082;
				border-right: 1px solid #fc89ce;
				border-top: 1px solid #d80082;
				background-color: #a21460;
				color: #FFFFFF;
				text-decoration: underline;
			}
			
			.third_question {
				margin-left: 100px;
			}
			
			p#warning {
				border: 1px solid #F00;
				background-color: #F00;
				color: #FFFFFF;
				padding: 5px;
				font-size: 14px;
				margin: 10px 0;
			}
			
			.issue_list li {
				list-style: none;
				width: 125px;
				height: 222px;
				position: relative;
				text-align: center;
				float: left;
				display: inline;
				margin-right: 25px;
			}
			
			.issue_name {
				position: absolute;
				z-index: 2;
				bottom: 22px;
				left:0;
				width: 125px;
				font-size: 15px;
			}
			
			.issue_list img {
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0
			}
			
			.logo_link:hover {
				background: none !important;
			}
						
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
